lein-figwheel

2018-02-16T03:04:20.000211Z

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?

2018-02-16T03:06:02.000127Z

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

bhauman 2018-02-16T03:10:34.000091Z

AOT compiled classes are like a ghost in this case.

bhauman 2018-02-16T03:11:24.000100Z

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

2018-02-16T03:11:27.000149Z

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

2018-02-16T03:11:43.000087Z

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

bhauman 2018-02-16T03:11:51.000185Z

which dep was it?

2018-02-16T03:12:07.000031Z

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

2018-02-16T03:12:17.000199Z

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

bhauman 2018-02-16T03:13:45.000106Z

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

2018-02-16T03:14:00.000126Z

Okay, I'll look into it. Thanks!

bhauman 2018-02-16T03:15:17.000127Z

we should compile a list of the offenders

bhauman 2018-02-16T03:17:20.000119Z

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