Details
-
Type:
Defect
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: Release 1.3, Release 1.4
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Mac OS X 10.5, lein 1.7 and lein 2.0
Description
(defrecord Dontwork [a])
(= (type (Dontwork. nil))
(type (map->Dontwork {:a 1})))
Will return true if the namespace is not AOT compiled and false if it is.
I have created a small example project with AOT and non-AOT namespaces to demonstrate
https://github.com/ejackson/aotquestion