So I seem to be hitting this error too, No reader function for tag Inf
. If I look in the lein deps :tree
I don't see any other dependency that requires it. Will AOT dependencies show up there?
I guess this is suspect:
[ring/ring-core "1.6.1" :exclusions [[org.clojure/tools.reader] [org.clojure/clojure]]]
AOT compiled classes are like a ghost in this case.
You do need to make sure that the tools.reader in the tree is at least 1.1.0
Removing the dependency that had that exclusion seems to not give that error and make the lein figwheel
process crash so that's good!
Yeah, it was! So I guess we found the culprit.
which dep was it?
[org.clojars.didiercrunch/clojupyter "0.1.3"]
I'll see if I can fix it by building locally later, and PR.
https://github.com/clojupyter/clojupyter/blob/master/project.clj#L25
that isn't needed I don't think perhaps file an issue
Okay, I'll look into it. Thanks!
we should compile a list of the offenders
they could also just bump their tools.reader if they need the AOT