editors

Discussion about all editors used for Clojure/ClojureScript
cfleming 2015-08-26T09:34:05.000004Z

@rauh: You can definitely add multiple directories to the classpath, you don’t need two -cp arguments for that.

cfleming 2015-08-26T09:35:22.000006Z

What are you trying to achieve? In that issue it sounds like the main problem is the lack of profile support when running the REPL, right?

cfleming 2015-08-26T09:36:20.000007Z

@erichmond: Sorry, I missed your question the other day - I’ll try to reproduce that. In general, for CLJS, the resolution in the REPL editor is basically the same as in any other editor.

cfleming 2015-08-26T09:36:46.000008Z

One thing to check is that the combo-box in the REPL toolwindow is set to CLJS.

cfleming 2015-08-26T10:18:13.000009Z

@rauh: BTW I’m planning a big change to how the lein integration works soon, which will allow profile selection for the REPL

rauh 2015-08-26T11:18:45.000010Z

@cfleming: The reason I mentioned "two cp" arguments is that I tried to add more classpaths as arguments in Cursive starting a REPL with clojure.main. (For fighweel).

rauh 2015-08-26T11:18:50.000011Z

But that didn't work.

cfleming 2015-08-26T11:19:04.000012Z

@rauh: Ah, I see

rauh 2015-08-26T11:19:14.000013Z

Anyways, if your making a big change with lein/profiles integration then this issue can be closed since it'll likely be irrelevant

cfleming 2015-08-26T11:19:31.000014Z

Ok, I’ll close that when I make the change, hopefully in about 2 weeks.

rauh 2015-08-26T11:19:42.000015Z

The problem was that I don't have any :source-paths set without applying a profile

rauh 2015-08-26T11:19:51.000016Z

Ok, no rush. I do have a working work-around

cfleming 2015-08-26T11:19:53.000017Z

Yeah, I see.

cfleming 2015-08-26T11:20:07.000018Z

Life will be better with profile support :simple_smile:

rauh 2015-08-26T11:20:19.000019Z

Oh yeah! :simple_smile:

cfleming 2015-08-26T11:20:59.000020Z

BTW there’s a #C0744GXCJ channel here too

cfleming 2015-08-26T11:21:19.000021Z

Not that it matters much, either is fine, it’s all editor related

erichmond 2015-08-26T15:58:04.000022Z

@cfleming: no worries at all! thanks so much for the reply. I am being one of those annoying “Cursive has made my clojure like 999% better, but why can’t it make it 1001% better!” 😄 Appreciate all the hard work and looking forward to paying for it.