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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
🚀 New Feature
Reanalyze: add parallel processing for CMT file analysis with new -parallel and -timing flags, plus benchmark infrastructure for performance testing. #8089
🐛 Bug fix
Reanalyze: make optional args analysis liveness-aware, preventing false positives when functions are only called from dead code. #8082
Fix: do not warn for "editor" field in rescript.json. #8084
Fix @val shadowing (rewrite using globalThis). #8098
Fix @scope shadowing (rewrite using globalThis). #8100
Formatter: normalize underscore placeholders in pipe expressions to canonical form (e.g., a->map2(_, fn) formats to a->map2(fn)). #8033