Fork me on GitHub
#cursive
<
2017-03-02
>
hlship00:03:01

So I haven’t checked recently, but does Cursive support managed dependencies yet?

cfleming00:03:10

@psalaberria002: They should be greyed out, but a couple of users have reported problems with that.

cfleming00:03:30

Unfortunately I don’t have a good solution, I’ve never managed to reproduce the problem.

cfleming00:03:38

@hlship Yes, it should do.

cfleming00:03:14

@sandbags You definitely want the latest version, AFAIK the last release was the one that fixed the bug

psalaberria00200:03:49

@cfleming thanks. too bad you can’t reproduce it. I can live with it. Good job on Cursive 😉

sandbags07:03:05

@cfleming i've tried 1.1.5 which is AFAICS the latest version and that still seems to be bugged

cfleming08:03:38

@sandbags Not sure sorry - AFAIK cljsbuild is more or less without a maintainer right now - @danielcompton might know more.

stijn08:03:35

@cfleming I don't think it's related to the google groups discussion. When I copy paste the function into a file, everything works as normal. It's only the repl editor that slows down

cfleming09:03:17

@stijn Ok. I’m working on the REPL issue, and hope (but no promises) to have a dev build tomorrow.

danielcompton09:03:51

Sorry, don't have any more insight on this

dnolen21:03:40

@cfleming hrm I don’t really understand the Run Clojure Application feature

dnolen21:03:53

I don’t want to run a script I just want to invoke some main method

dnolen21:03:08

but Run generates clojure.main “” -m my.main

dnolen21:03:10

which blows up

dnolen21:03:58

if script is empty, why emit anything?