Fork me on GitHub
#shadow-cljs
<
2019-01-29
>
heyarne20:01:40

i have a problem that pops up sometimes... i'm running the build server, watching some builds, and then i'm refactoring some code. creating new namespaces and moving functions around, and all the namespaces that have not been around when shadow-cljs was started are not picked up. can i easily fix this?

thheller20:01:52

you can come up with a reproducible example 😉

thheller20:01:42

things should be picked up automatically, its a bug if they are not.

thheller20:01:07

not aware of any problems related to that though

heyarne12:01:01

oh ok... i'll try to do that. good to hear that it's not supposed to be like that. well, kinda good. 😉

thheller23:01:04

I just release [email protected]. if you were getting "illegal reflective access" warnings on startup please give it a try and let me know if they are gone (they should be)

👍 5
thheller23:01:13

startup messages in general should be a bit less noisy

thheller23:01:58

$ shadow-cljs clj-repl
shadow-cljs - config: /mnt/c/Users/thheller/code/clojure-cli/shadow-cljs.edn  cli version: 2.7.20  node: v10.13.0
shadow-cljs - server version: 2.7.20 running at 
shadow-cljs - nREPL server started on port 54298
shadow-cljs - REPL - see (help)
To quit, type: :repl/quit
[1:0]~shadow.user=>

thheller23:01:00

something like that