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
Attempt to use global vim in compile scope.
In future versions of Fennel this will not be allowed without the
--no-complier-sandbox flag or passing a :compilerEnv global table in the
options.
The text was updated successfully, but these errors were encountered:
;;;; won't work;; fennel --globals vim --compile macro.fnl;;
(macromy-mac []
(assertvim.xyz"this is in a macro"))
(my-mac)
;;;; does work;; fennel --compile macro.fnl;;;; (fn my-mac [];; (assert vim.xyz "this is in a macro"));; (my-mac)
The text was updated successfully, but these errors were encountered: