Fork me on GitHub
#cursive
<
2018-03-28
>
michaellopez15:03:53

How do I get Cursive (REPL) to work with this new ClojureScript QuickStart? https://clojurescript.org/guides/quick-start or https://clojurescript.org/news/2018-03-26-clojurescript-command-line where there's no lein.

denik17:03:37

@cfleming is there a reason why the namespace requires aren’t reloaded after a dep has been inferred. I find myself typing (dep/some-fn...) which gets inserted into the ns requires but when I try to run the deps isn’t loaded, which means I need to load the file or go all the way up to the ns form and load it from there.

cfleming23:03:24

@michaellopez I haven’t worked through that yet, I’ll try to do it this afternoon.

cfleming23:03:52

@denik No reason other than that I was going to implement it and forgot. I agree it’s very annoying.

👌 4
cfleming23:03:47

I can’t find an issue for it either, I was sure there was one.