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
Drop dead error helper and exclude diagnostic tagged-template arms from coverage
- Remove the unused context_to_string function (zero callers repo-wide);
its TaggedTemplateValue arm was the only flagged line there.
- Mark the debug-only lambda printers and the optimizer fast-path arms
(no_side_effects, eq_primitive_approx) with [@coverage off] + a comment.
These are reachable only from -drawlambda/-dlambda dumps or optimizer
term-equality/purity checks that the test suite never exercises for
tagged templates. The shared OR-pattern groups are kept intact so their
existing coverage is unaffected.
0 commit comments