nasser / magic

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

defrecord failing to compile #208

Closed nasser closed 4 years ago

nasser commented 4 years ago
(ns test)

(defrecord PokerCard [suit num])
(compile 'test)
Exception System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> clojure.lang.ClojureException: Could not invoke zero arity member `GetConstructors` on target null. (compiling /home/nasser/projects/nostrand/bin/x64/Debug/net471/test.clj::)
  at <magic>magic_api$present-error__0.invokeTyped (System.Object e) [0x000e8] in <2e0a76ec857d4e8da0b0ae7d97223e57>:0 
  at <magic>magic_api$present-error__0.invoke (System.Object e) [0x00000] in <2e0a76ec857d4e8da0b0ae7d97223e57>:0 

might be a nostrand packaging issue, but its not clear.