mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 07:33:01 +00:00 
			
		
		
		
	Merge branch 'master' of github.com:janet-lang/janet
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose