cemerick / austin

The ClojureScript browser-REPL rebuilt stronger, faster, easier.
510 stars 31 forks source link

Including Austin plugin before cljx plugin causes ClojureScript REPL failure #37

Closed cemerick closed 10 years ago

cemerick commented 10 years ago

This in :plugins works:

[com.keminglabs/cljx "0.3.2"]
[com.cemerick/austin "0.1.4-SNAPSHOT"]

this fails:

[com.cemerick/austin "0.1.4-SNAPSHOT"]
[com.keminglabs/cljx "0.3.2"]

with this oh-so-helpful message:

Browser-REPL ready @ http://localhost:34126/5567/repl/start

NullPointerException   clojure.core/deref-future (core.clj:2136)

I looked into this for ~an hour, without any solid leads. I'd love some help in tracking down whatever miserable confluence of circumstances is producing this.

cemerick commented 10 years ago

This is fixed with cljx 0.4.0.