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
Set TERM=dumb when launching subprocesses for stdio REPLs, fixes #232 and Olical/aniseed#53 (I think?).
Expose the correct fennel module as package.loaded.fennel which is required if you want to use metadata with the compiler. This is now only done if there isn't already a loaded fennel module. Fixes #237.