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
Globals should not be defined by compiler.local() on global scope
ImlValue might not be the right choice for variables, maybe ImlVariable as internal information structure, to be used by e.g. compiler.temp() and compiler.untemp()?
The text was updated successfully, but these errors were encountered:
The current handling of locals, globals and temporaries is a mess. This became clear with a10b45a.
An entire re-design should be considered.
Some bad things to be resolved:
The text was updated successfully, but these errors were encountered: