mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 15:43:01 +00:00 
			
		
		
		
	Apply deprecation machinery to file/popen
This commit is contained in:
		| @@ -3664,6 +3664,10 @@ | ||||
|         (put into k (x k)))) | ||||
|     into) | ||||
|  | ||||
|   # Deprecate file/popen | ||||
|   (when-let [v (get root-env 'file/popen)] | ||||
|     (put v :deprecated true)) | ||||
|  | ||||
|   # Deprecate thread library | ||||
|   (loop [[k v] :in (pairs root-env) | ||||
|          :when (symbol? k) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 sogaiu
					sogaiu