This repository has been archived by the owner on Jun 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 85
WARNING with cljs.spec.test.alpha/instrument #308
Comments
I found that it seems like there are some warnings going on with The warnings are:
|
So I have been digging: cljs.user=> (def cache (ana/read-analysis-cache (ana/cache-file "out/cljs/spec/test/alpha.cljs" "out") "out/cljs/spec/test/alpha.cljs"))
...
cljs.user=> (filter #(clojure.string/includes? (str %) "cljs.spec") (keys (get-in cache [:cljs.analyzer/namespaces])))
(cljs.spec.alpha$macros
cljs.spec.gen.alpha$macros
cljs.spec.test.alpha
cljs.spec.alpha
cljs.spec.gen.alpha) I would have expected to see |
Also not embedded:
|
Linked with #312 |
anmonteiro
added a commit
that referenced
this issue
Nov 24, 2017
anmonteiro
added a commit
that referenced
this issue
Nov 24, 2017
arichiardi
added a commit
that referenced
this issue
Nov 24, 2017
arichiardi
added a commit
that referenced
this issue
Nov 24, 2017
arichiardi
added a commit
that referenced
this issue
Nov 24, 2017
arichiardi
added a commit
that referenced
this issue
Nov 24, 2017
arichiardi
added a commit
that referenced
this issue
Nov 24, 2017
anmonteiro
pushed a commit
that referenced
this issue
Nov 24, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I wanted to write down a peculiar WARNING that I receive in my lumo-repros repository (trigger it with
./scripts/build
).The namespace I am trying to compile is:
And the warning I receive is:
The classpath returned by
lumo.classpath/classpath
is:So it looks like everything is in the right place.
The text was updated successfully, but these errors were encountered: