You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
## Non-negotiable rules
10
10
11
11
1.**Zero errors, zero warnings** before any commit. `cmake --build build --parallel 4` must be clean.
12
-
2.**No test-count regression.**`scripts/run_component_tests.sh build` must show no failures. The verified baseline is 12,675 tests across 36 component executables and one integration executable; this floor should be raised as new tests are added and lowered only with an explicit, documented reason.
12
+
2.**No test-count regression.**`scripts/run_component_tests.sh build` must show no failures. The verified baseline is 12,678 tests across 36 component executables and one integration executable; this floor should be raised as new tests are added and lowered only with an explicit, documented reason.
13
13
3.**Push only to `feature/work`.** Never push to `develop` or `master`, and never create tags, without explicit per-action user approval.
14
14
4.**SPDX header on every project source/header** — `// SPDX-License-Identifier: MIT` + copyright + .NET attribution. Vendored sources retain their upstream headers; Markdown uses an HTML SPDX comment where one is present.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ collector, or the complete .NET platform.
7
7
8
8
The repository currently builds as 41 independently selectable CMake
9
9
components. The verified Linux baseline on 2026-07-25 is a warning-free build
10
-
with **12,675 passing tests across 37 test executables**.
10
+
with **12,678 passing tests across 37 test executables**.
11
11
12
12
## What is included
13
13
@@ -181,7 +181,7 @@ Other platform evidence is narrower:
181
181
182
182
| Platform/toolchain | Verified scope |
183
183
|---|---|
184
-
| Linux/GCC | Current full component build and all 12,675 tests. |
184
+
| Linux/GCC | Current full component build and all 12,678 tests. |
185
185
| Windows/MinGW | MinGW-w64 GCC 14-win32/CMake 3.31.6 compiled the post-component `All` and selective `Text.Json` library graphs under ticket #1741. GoogleTest was not cross-built and repository CI remains Ubuntu-only. |
186
186
| Emscripten | Emscripten 5.0.7/CMake 3.31.6 compiled the post-component `All` and selective `Text.Json` library graphs under ticket #1741. Tests were not cross-built or run, and some runtime APIs deliberately throw `PlatformNotSupportedException`. |
187
187
| macOS/Apple Clang | Real downstream Xcode 15.4 builds drove portability fixes on 2026-07-20; this repository has no macOS job or recorded full standalone test baseline. |
0 commit comments