mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 07:33:01 +00:00 
			
		
		
		
	Change name of debugp to description. Use it
the repl for easier inspection of structures.
This commit is contained in:
		| @@ -58,7 +58,7 @@ | ||||
| (def scheck (fn [x] | ||||
|     (def dat (serialize x)) | ||||
|     (def deser (deserialize dat)) | ||||
|     (assert (= x deser) (string "serialize " (debugp x))) | ||||
|     (assert (= x deser) (string "serialize " (description x))) | ||||
| )) | ||||
|  | ||||
| (scheck 1) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 bakpakin
					bakpakin