Fork me on GitHub
#figwheel-main
<
2018-08-12
>
dottedmag09:08:06

@bhauman I've got the following error in its entirety, how do I know where the exception is coming from?

[Figwheel] Compile Exception: clojure.lang.Cons cannot be cast to java.base/java.lang.CharSequence  
[Figwheel:SEVERE] java.lang.ClassCastException: clojure.lang.Cons cannot be cast to java.base/java.lang.CharSequence

dottedmag09:08:43

I'm using 0.1.5

dottedmag09:08:13

Now, restarting figwheel caused the problem to go away.

dottedmag09:08:24

May it be related to removing a file figwheel was watching?

inchingforward14:08:09

If I build a project with clojure -m figwheel.main --optimizations advanced --build-once wd, should the produced app be trying to connect to the repl?

inchingforward14:08:33

Oh wait--my bad...it was a caching issue.

bhauman15:08:08

@dottedmag that could be an error internal to Figwheel 0.1.7 does a better job of differentiating the error if its internal

bhauman22:08:59

@dottedmag this is bug in figwheel.main that I now know is happens under CLJS 1.10.339 but not under 1.10.238, I'm checking

bhauman23:08:23

This is fixed in figwheel-main 0.1.8-SNAPSHOT

馃帀 8
Karol W贸jcik12:08:30

Confirmed 馃槢 Thank you