Fork me on GitHub
#cursive
<
2017-03-09
>
yonatanel08:03:19

Is there a way to send commands to multiple REPLs at once?

cfleming09:03:08

@yonatanel No, there isn’t right now.

yonatanel09:03:18

@cfleming Is it possible to invalidate keywords from autocomplete? I get all my past typos etc.

yonatanel09:03:41

I mean without losing local history

cfleming09:03:47

@yonatanel Not right now, but I’m planning to fix that - that index is funky in several ways.

yonatanel09:03:06

Ah, ok. I remember you said something about the index

cfleming09:03:37

It takes a while for new entries to get added, and there’s also an issue where completions from other open projects are sometimes added.

cfleming09:03:51

Plus, of course, old ones don’t seem to get removed.

cfleming21:03:25

@kenny Are you still using the dev build? How’s it going?

cfleming21:03:41

Any more flickering problems or lockups?

danielcompton21:03:57

@cfleming the index being shared between projects is actually kinda handy often for us, I didn't realise it wasn't intended 🙂

kenny22:03:43

@cfleming I am running the dev build. Though the past week I have mostly been doing frontend development, so my actual REPL time has been pretty limited. I’ll be switching to backend Clojure work in a day or so and I’ll be able to provide more feedback if the flickering occurs again.

kenny22:03:00

Yeah, I agree with the shared index between projects.

cfleming22:03:40

@kenny Ah, ok, I’ll fix that.

cfleming22:03:02

Actually, is that with a Clojure nREPL, or is it with a CLJS REPL?

cfleming22:03:09

Looks like maybe CLJS?

kenny22:03:15

It’s in cljs but it’s just in the normal editor, no REPL.

cfleming22:03:35

Ok, that’s unrelated to the dev build, then.

kenny22:03:07

Yeah that was a general bug report. Sorry for the confusion 🙂

cfleming22:03:55

No worries. Since it basically worked for you, I think I’m going to push an EAP build, and work out the kinks in the next one. I’ve had no feedback other than yours so I’ll go with that.

kenny22:03:05

Cool. I kinda expect EAP builds to have some kinks anyway.

cfleming22:03:36

Yeah, that one might have been “I broke everyone’s REPL”, which is a little more than the average kink.

cfleming22:03:50

But it doesn’t look like that’s the case.

kenny22:03:24

In the little bit of time I played with it, I didn’t have that problem.

kenny22:03:46

I’m still running the dev build with no issues. But again, I haven’t had much REPL time.