Closed kommen closed 7 years ago
Might be the same as #4, can either you @kommen or @mbuczko provide a reproducible repo? I cannot really reproduce this. You can also fork this.
@arichiardi I tried to reproduce the issue with figreload-demo
, but I never was able to trigger it.
I tried adding all the same dependencies as we use in our app, add foreign libs, update ClojureScript(1.9.494) and Clojure (1.9.0-alpha14), add a deps.cljs files with the same compiler options.
I guess I'll have to remove stuff piece by piece from our app to see what triggers it, but I'll have to do this some other time.
One thing to note: the exception is only triggered when there's a client connected to the reload websocket. As soon as the last connection is closed, the exception is no longer raised after changing code.
It seems the same as #2, I should have a repro there so let me try that one first. Thanks a lot for you debugging though!
Closing this in favor of #4
I just dropped in
boot-figreload
instead ofboot-reload
into my existing project.But after every code change I get an IllegalArgumentException and the code is not reloaded.
Full stack trace:
Any more information I can provide you to help?