validate: MessageForDeleted in the calling repo's Versioning_93.json - #16
Open
sakanni wants to merge 2 commits into
Open
validate: MessageForDeleted in the calling repo's Versioning_93.json#16sakanni wants to merge 2 commits into
sakanni wants to merge 2 commits into
Conversation
….json Reproduces the shape seen on a prod Revit PR: a method present in the v9.2 dataset is removed from source and the removal is declared with MessageForDeleted in the calling repo's Versioning_93.json. Control leg, action pinned to 8bbbaea, which carries the AssemblyInfo gate fix but not the calling-repo upgrade scan. The declaration must be ignored and the check must report Error/1.
sakanni
force-pushed
the
validate/messagefordeleted
branch
from
August 6, 2026 11:50
09a533c to
8a3f8c0
Compare
Treatment leg. Source is identical, only the action ref changes, so the declaration must now be honoured and the check must pass.
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.
Reproduction of a false-fail seen on a live Revit PR, where an author declared two removals with
MessageForDeletedand versioning failed both anyway. Not for merge.NewFilenameIfExists(System.String)is present in the v9.2 dataset, so removing it and declaring the removal is a controlled test of the whole chain.@8bbbaea(AssemblyInfo gate fix, no calling-repo scan): expectError/1 naming the method@develop(carries the scan fix): expectPassThe declaration is inert beyond this test.