Fork me on GitHub
#clojure-spec
<
2020-06-19
>
David Pham13:06:01

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).

David Pham13:06:12

Anyone encountered something similar?

David Pham13:06:06

This behavior only manifest itself when I am suing advanced compilation

David Pham13:06:37

Okay, solve my problem by putting my specs namespace into the main module.