mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 15:43:01 +00:00 
			
		
		
		
	Merge branch 'master' of github.com:janet-lang/janet
This commit is contained in:
		| @@ -3222,10 +3222,9 @@ | |||||||
|       (use-2 evaluator (tuple/slice source 1)) |       (use-2 evaluator (tuple/slice source 1)) | ||||||
|       # Import-like form |       # Import-like form | ||||||
|       (importers head) |       (importers head) | ||||||
|       (do |       (let [[l c] (tuple/sourcemap source) | ||||||
|         (let [[l c] (tuple/sourcemap source) |             newtup (tuple/setmap (tuple ;source :evaluator evaluator) l c)] | ||||||
|               newtup (tuple/setmap (tuple ;source :evaluator evaluator) l c)] |         ((compile newtup env where)))))) | ||||||
|           ((compile newtup env where))))))) |  | ||||||
|  |  | ||||||
| (defn flycheck | (defn flycheck | ||||||
|   ``Check a file for errors without running the file. Found errors will be printed to stderr |   ``Check a file for errors without running the file. Found errors will be printed to stderr | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose