CI-hardening mini-WP: GCC+Clang matrix, sanitizers (tests-only), cross-platform Python jobs + CMake version alignment#31
Merged
Conversation
- ci.yml: 3 NEW non-gating jobs alongside the untouched single-authority build-test job: build-matrix (GCC+Clang, Release, -Werror), sanitizers (ASan+UBSan via job-level CMAKE_CXX_FLAGS, zero CMakeLists change; ctest restricted to the C++ unit tests -- the 7 Python-driven ctests regenerate in place and would touch generated/, banned for sanitizer builds per spec:287-291), python-cross-platform (windows+macos running all 7 python suites + both fillers --check against committed artifacts -- converts the byte-identical-across-platforms claim into CI-enforced evidence). None of the new jobs upload artifacts or gate reproducibility. - CMakeLists: project VERSION 4.0 -> 0.15.1, tied to the git-tag scheme (verified nothing consumes PROJECT_VERSION into committed artifacts). - docs/release_engineering.md: version-inconsistency flag resolved; the v0.13/v0.14 backfilled tags recorded (pushed 2026-07-12). - docs/technical_architecture.md: CI section rewritten for the 4-job reality; corrected a stale 'docs audit still open' sentence (it is wired into test_evidence.py's scan_docs_r16). All 7 local Python suites green; yaml parse-validated; the two new C++ jobs get their first real exercise in this PR's CI run. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Approved mini-WP (spec:287-291). The existing build-test job stays byte-identical as the single reproducibility authority; the 3 new jobs are non-gating-on-artifacts: GCC+Clang matrix, ASan+UBSan on C++ unit tests only (Python ctests excluded -- they regenerate in place, and sanitizer builds must never write generated/), and windows+macos Python-suite runs that turn the cross-platform byte-identity claim into CI-enforced evidence. CMake VERSION 4.0 -> 0.15.1 (nothing consumes it; tied to the tag scheme). v0.13/v0.14 phase tags were backfilled and are live. This PR's CI run is the first real exercise of the new jobs -- a sanitizer finding here would be a genuine deliverable, not a failure.
🤖 Generated with Claude Code