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
Require boundaries around local labels in handle_local_label
Since we're doing a replace of a string that looks like e.g "1b"
over a full line, such a string could concievably be a substring of
another identifier as well.
This doesn't fix any known issue, but attempts to make this
less fragile.
0 commit comments