Repair the base: lint debt, pin step, CI on ctc-master - #2
Merged
Conversation
added 3 commits
August 31, 2026 13:08
The Lint workflow checks the whole tree, but ctc-master never ran it on push. Drift built up unseen in 4 files across 3 unrelated commits. Format them so the gate starts clean for every future PR. Co-developed-with-the-help-of: Claude Code (Fable 5, human in the loop)
CMakeLists.txt moved CPPINTEROP_GIT_TAG to 9802d619 but MODULE.bazel still fetched 8d624c62. Update the Bazel archive_override to match, per the file's own comment to keep both pins in step. Co-developed-with-the-help-of: Claude Code (Fable 5, human in the loop)
Neither workflow ran on ctc-master pushes, so lint and test drift on that branch stayed invisible until the next PR inherited it. Add ctc-master to both push triggers. Split the llvm22 and cling cells into a separate build-test-tracking job. They track upstream LLVM ahead of our pin and can go red on their own; a red cell there now reads as tracking noise, not a blocker. A job that calls a reusable workflow cannot take continue-on-error, so a job split is the only valid way to keep them out of the gating job. The llvm21 cells and Lint stay gating. Co-developed-with-the-help-of: Claude Code (Fable 5, human in the loop)
conrade-ctc
force-pushed
the
fork-hygiene
branch
from
August 31, 2026 18:17
add336b to
62bc4fc
Compare
Test Results
|
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.
Summary
The first inbound PR inherited 4 base-owned red cells. CI has never run on ctc-master before this PR.
Evidence:
ruff format --check .andclang-format --dry-run -Werror(pinned versions) pass at HEAD.bazelisk build //...succeeds after each of the last two commits.🤖 Done with the help of Claude Code (Fable 5, human in the loop)