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
I'm not sure how feasible it even is, but it'd be cool to have asm-differ bail on individual lines it can't handle and just fall back to some un-parsed representation, rather than totally error out
yes, making asm-differ more resilient would be fantastic
make it try-except the processing of every line, and do something smart in the except handler that effectively just emits a single error line
I'm not sure how feasible it even is, but it'd be cool to have asm-differ bail on individual lines it can't handle and just fall back to some un-parsed representation, rather than totally error out
From @simonlindholm:
example failure: https://decomp.me/scratch/XlGeq
Requested originally by @MrSapps
The text was updated successfully, but these errors were encountered: