Re-anchor .file_mapping.json on a commit that exists in imaginaire4 main - #192
Merged
Conversation
_source_commit pointed at dde4e6ecd8, which was only ever reachable from the branch yangyangt/cf-release-source-breaks. Its content did land in i4 main (via 85db463277, verbatim), but the commit itself did not, so nothing in main's history resolves that sha. That matters because the drift gate and the backport check both reconstruct their baseline as forward(i4 @ _source_commit), reading it with `git show` in an i4 checkout. Against a fresh clone of i4 main -- which is what CI has -- that lookup fails, and with it the entire baseline the two gates compare against. Re-anchor on da723843aa, the merge-base of that branch and i4 main, so the baseline resolves from main's history alone. The mapping itself is unchanged: same 533 entries, same _dest_commit. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Xuanmeng-Zhang
approved these changes
Aug 13, 2026
foreverlms
approved these changes
Aug 13, 2026
lfengad
enabled auto-merge (squash)
August 13, 2026 09:21
yy-code-nv
disabled auto-merge
August 13, 2026 09:21
yy-code-nv
enabled auto-merge (squash)
August 13, 2026 09:21
pengcuo
approved these changes
Aug 13, 2026
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.
_source_commit pointed at dde4e6ecd8, which was only ever reachable from the branch yangyangt/cf-release-source-breaks. Its content did land in i4 main (via 85db463277, verbatim), but the commit itself did not, so nothing in main's history resolves that sha.
That matters because the drift gate and the backport check both reconstruct their baseline as forward(i4 @ _source_commit), reading it with
git showin an i4 checkout. Against a fresh clone of i4 main -- which is what CI has -- that lookup fails, and with it the entire baseline the two gates compare against.Re-anchor on da723843aa, the merge-base of that branch and i4 main, so the baseline resolves from main's history alone. The mapping itself is unchanged: same 533 entries, same _dest_commit.