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
It's not related to that issue. The variable use key is being replaced by the key function. There's some issue with the name substitution that is not considering shadowing correctly here.
Reproducing the behavior
with the following 2 files...
imported.bend
importer.bend
running the two files gives different results, when the expected result is the same since they're making the same call (using
bend run
)System Settings
2.0.22
0.2.37
archlinux:latest
docker imageAdditional context
I think this might be related to #729 but I opened a new issue since it doesn't fail at compile time
The text was updated successfully, but these errors were encountered: