Fork me on GitHub
#lein-figwheel
<
2018-02-16
>
bbss03:02:20

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?

bbss03:02:02

I guess this is suspect: [ring/ring-core "1.6.1" :exclusions [[org.clojure/tools.reader] [org.clojure/clojure]]]

bhauman03:02:34

AOT compiled classes are like a ghost in this case.

bhauman03:02:24

You do need to make sure that the tools.reader in the tree is at least 1.1.0

bbss03:02:27

Removing the dependency that had that exclusion seems to not give that error and make the lein figwheel process crash so that's good!

bbss03:02:43

Yeah, it was! So I guess we found the culprit.

bhauman03:02:51

which dep was it?

bbss03:02:07

[org.clojars.didiercrunch/clojupyter "0.1.3"]

bbss03:02:17

I'll see if I can fix it by building locally later, and PR.

bhauman03:02:45

that isn't needed I don't think perhaps file an issue

bbss03:02:00

Okay, I'll look into it. Thanks!

bhauman03:02:17

we should compile a list of the offenders

bhauman03:02:20

they could also just bump their tools.reader if they need the AOT