-
Notifications
You must be signed in to change notification settings - Fork 21
Limit Failed to match messages to code annotations #342
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingcleanupFix the leftovers of a major migrationFix the leftovers of a major migrationuser-reported
Description
The functions that try to match orig and recomp entities will report error messages like Failed to match function at 0x1234 with name 'Hello' if we try to find an orig entity with the given name but came back empty. This made sense when it was only possible to provide metadata for orig entities via the code annotations.
If you are providing metadata via CSV or (in the future) from a PDB or MAP file that belongs to the original program, we should not report a failed match. The message isn't useful because the orig metadata would be more comprehensive than the recompiled code until the completion of the decomp.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcleanupFix the leftovers of a major migrationFix the leftovers of a major migrationuser-reported