From ed5c1dfc3c56cf472bd5db6cef0b27a56e8f216f Mon Sep 17 00:00:00 2001 From: Michael Camilleri Date: Sun, 23 Jan 2022 01:54:58 +0900 Subject: [PATCH] Remove :modules dynamic binding --- src/boot/boot.janet | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/boot/boot.janet b/src/boot/boot.janet index 566d3dad..7da63078 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -2746,8 +2746,6 @@ (and as (string as "/")) prefix (string (last (string/split "/" path)) "/"))) - (unless (zero? (length prefix)) - (put-in env [:modules prefix] newenv)) (merge-module env newenv prefix ep)) (defmacro import