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
Per this discussion, for some of the new Hy update rules, we will need to add new import and require statements.
The additions will need to be scoped somewhat intelligently (e.g. the outer-most scope that encompasses more than one use of the import/require). For standard Python-scoped objects, this isn't too complicated, but for macros—especially pre hylang/hy#1682—the naive per-line/in-place addition might be necessary.
The text was updated successfully, but these errors were encountered:
Per this discussion, for some of the new Hy update rules, we will need to add new
import
andrequire
statements.The additions will need to be scoped somewhat intelligently (e.g. the outer-most scope that encompasses more than one use of the
import
/require
). For standard Python-scoped objects, this isn't too complicated, but for macros—especially pre hylang/hy#1682—the naive per-line/in-place addition might be necessary.The text was updated successfully, but these errors were encountered: