Fork me on GitHub
#figwheel-main
<
2019-04-10
>
magnars07:04:54

Anyone else getting

java.lang.ClassNotFoundException cljs.stacktrace
from figwheel/repl.cljc when running clojure.tools.namespace.repl/refresh?

dominicm08:04:19

I have seen that before.

dominicm08:04:29

I guess you're using Figwheel via git?

magnars08:04:07

we're using [com.bhauman/figwheel-main "0.2.0"]

dominicm10:04:42

Refresh shouldn't be reloading that namespace then

dominicm10:04:46

Oh, I know why it is

dominicm10:04:42

https://dev.clojure.org/jira/browse/TNS-45 you are outputting your build to the classpath, so tns is picking it up, as mentioned in this ticket. It shouldn't really be being reloaded.

magnars10:04:48

oh, really - that's interesting!

magnars11:04:33

thanks, that seems to be the problem 👌 @dominicm 🙂

dominicm11:04:29

This has been a recurring issue since I picked up clojure years ago. It affects bidi because it uses protocols.

dominicm11:04:21

I'm considering forking tools.namespace and promoting my fork.