Fix all REL module names for ShieldD#2607
Merged
TakaRikka merged 1 commit intozeldaret:mainfrom Aug 26, 2025
Merged
Conversation
Report for ShieldD (ee6c527 - 34be45d)✅ 13806 new matches
...and 13776 more new matches 💔 13806 broken matches
...and 13776 more broken matches 📈 15117 improvements in unmatched functions
...and 15087 more improvements in unmatched functions 📉 15117 regressions in unmatched functions
...and 15087 more regressions in unmatched functions Report for GZ2P01 (ee6c527 - 34be45d)No changesReport for GZ2E01 (ee6c527 - 34be45d)No changesReport for GZ2J01 (ee6c527 - 34be45d)No changes |
TakaRikka
approved these changes
Aug 26, 2025
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.
Debug version has "D" suffixes on all REL filenames which makes them inconsistent with retail. This is annoying because if you have objdiff inside a REL and switch between retail/debug it kicks you out and you have to manually refind the TU with the other name which really slows down the workflow.
This PR switches REL names to use the object name instead of the filename, which is the same between debug/retail. This causes a one-time break in history tracking, but debug only got added to tracking today anyways.