orchestra-cljs.spec.test/instrument-1* is not public
Closed this issue · 2 comments
miikka commented
The soon-to-be released version of ClojureScript compiler warns about the use of private variables. Now using orchestra-cljs.spec.test/instrument
causes a lof of warnings like this:
WARNING: var: orchestra-cljs.spec.test/instrument-1* is not public at line 27 src/cljs/frontend/spec.cljs
Btw, thanks for Orchestra – I'm now using it everywhere instead of spec's own instrument.
conan commented
Warnings prevent figwheel loading code, so this is a slightly tricker issue than just console output.
jeaye commented
Thanks, guys. This should be fixed in the 2018.11.07-1
release.