clojure-spec

About: http://clojure.org/about/spec Guide: http://clojure.org/guides/spec API: https://clojure.github.io/spec.alpha/clojure.spec.alpha-api.html
2020-06-19T13:50:01.389300Z

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

2020-06-19T13:50:12.389600Z

Anyone encountered something similar?

2020-06-19T13:52:06.390100Z

This behavior only manifest itself when I am suing advanced compilation

2020-06-19T13:59:37.390600Z

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