nasser / magic

Morgan And Grand Iron Clojure
http://nas.sr/magic/
365 stars 17 forks source link

stdlib.clojure.pprint compilation throws error #212

Closed skydread1 closed 3 years ago

skydread1 commented 3 years ago

Problem

(compile "stdlib.clojure,pprint") throws :

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> 

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> 

clojure.lang.ClojureException: Could not invoke zero arity member `GetMethods` on target null. (compiling 

/Users/loicblanchard/workspaces/magic/src/stdlib/clojure/pprint/pprint_base.clj:233:14)

To reproduce :

nos cli-repl
user> (compile "stdlib.clojure.pprint")          
Exception System.Reflection.TargetInvocationException...