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
Unified target format — reach.slice, reach.impact, reach.deps, and reach.graph all accept both Module.function/arity and file:line formats.
100–500x faster function resolution — indexed lookups replace linear scans of all IR nodes.
Default argument awareness — find_function matches functions called with fewer arguments than their definition.
Fixed
Function resolution — correctly resolve functions when module name casing differs from the source. Handles projects where IR nodes store modules as nil.
False positive elimination — module-qualified lookups no longer fall back to unrelated functions. Verified zero false positives across 14 real codebases (22k+ functions).
Internal
Added ex_dna to mix ci and eliminated all 9 pre-existing code clones.