I have a tricky bug: it says that I have an undefined variable in cljs.alpha.spec at line 479 at the gen* method. However, I never referece cljs.spec.alpha (I use clojure.spec.alpha).
Anyone encountered something similar?
This behavior only manifest itself when I am suing advanced compilation
Okay, solve my problem by putting my specs namespace into the main module.