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...
Problem
(compile "stdlib.clojure,pprint")
throws :To reproduce :