mirror of
https://github.com/janet-lang/janet
synced 2024-11-19 15:14:48 +00:00
Merge branch 'master' of github.com:janet-lang/janet
This commit is contained in:
commit
ba3107c1fa
@ -3690,6 +3690,10 @@
|
|||||||
(put into k (x k))))
|
(put into k (x k))))
|
||||||
into)
|
into)
|
||||||
|
|
||||||
|
# Deprecate file/popen
|
||||||
|
(when-let [v (get root-env 'file/popen)]
|
||||||
|
(put v :deprecated true))
|
||||||
|
|
||||||
# Modify root-env to remove private symbols and
|
# Modify root-env to remove private symbols and
|
||||||
# flatten nested tables.
|
# flatten nested tables.
|
||||||
(loop [[k v] :in (pairs root-env)
|
(loop [[k v] :in (pairs root-env)
|
||||||
|
Loading…
Reference in New Issue
Block a user