Merge branch 'master' of github.com:janet-lang/janet

This commit is contained in:
Calvin Rose 2021-09-21 18:03:25 -05:00
commit ba3107c1fa
1 changed files with 4 additions and 0 deletions

View File

@ -3690,6 +3690,10 @@
(put into k (x k))))
into)
# Deprecate file/popen
(when-let [v (get root-env 'file/popen)]
(put v :deprecated true))
# Modify root-env to remove private symbols and
# flatten nested tables.
(loop [[k v] :in (pairs root-env)