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
As it stands, expression labels are scoped globally, which might cause unexpected behavior if you've got two functions using a label with the same name that call each other.
The text was updated successfully, but these errors were encountered:
boxbeam
changed the title
Make labels not globally-scoped
Make labels and structs not globally-scoped
Apr 3, 2023
As it stands, expression labels are scoped globally, which might cause unexpected behavior if you've got two functions using a label with the same name that call each other.
The text was updated successfully, but these errors were encountered: