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
Unfortunately, handling this comes with many side effects including compilation order, appropriate propagation or non-propagation of globals(), locals().
Since @compile_fun was initially just a fun experiment to apply compile easily, as of now I do not plan to make this work. Contributions welcome - if you find that this is actually worth it ! :)
The text was updated successfully, but these errors were encountered:
These names are available in
co_names
. For example below thededent
symbol is not compiled.Unfortunately, handling this comes with many side effects including compilation order, appropriate propagation or non-propagation of
globals()
,locals()
.Since
@compile_fun
was initially just a fun experiment to applycompile
easily, as of now I do not plan to make this work. Contributions welcome - if you find that this is actually worth it ! :)The text was updated successfully, but these errors were encountered: