encounter / decomp-toolkit

A GameCube & Wii decompilation toolkit
Apache License 2.0
115 stars 16 forks source link

Ignore globalized symbols in `dol diff` #61

Open TheNathannator opened 4 months ago

TheNathannator commented 4 months ago

Symbol name differences that come from symbol globalization are more often than not just noise, and end up masking other issues whenever you're trying to find a real issue. Currently, the only way to make this difference go away is to temporarily set the affected symbol's scope to global. Ignoring these differences (or changing them to warnings) would avoid this issue entirely.