1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-17 07:47:15 +00:00

Change import semantics. Fix gc bug with fibers.

This commit is contained in:
Calvin Rose
2018-05-18 20:53:19 -04:00
parent 36ecbeffa6
commit 68895e27d4
7 changed files with 49 additions and 14 deletions

View File

@@ -40,7 +40,7 @@
(+= i (dohandler (string.slice arg 1 2) i))
(do
(:= *no-file* false)
(import arg)
(import* _env arg)
(++ i))))
(when (or *should-repl* *no-file*)