You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior is to assume right is most "correct" for duplicates, but I think it does make sense for that if the signature is null on the right but present on the left, to bring forward the signature from the left.
In the meantime you can fix this yourself with a custom MappingSetMergerHandler by overriding the relevant duplicate handler methods.
This is hard to explain, so have a chart:
This is Lorenz 0.5.4's current output, when merging int->obf (has signatures) and obf->srg (no signatures)
signature: O
signature: null
signature: O
signature: O
signature: null
signature: null
I would expect the 2nd row, which is when the mappings are "loosely duplicated", to still copy over the signature name from the left mappings.
The text was updated successfully, but these errors were encountered: