Fork me on GitHub
#calva
<
2021-06-01
>
pez16:06:08

If you search the VS Code marketplace for Programming Language extensions and sort by Rating, you get this nice picture. (TL;DR; Calva is #3!) Can we push it higher? 😀 https://marketplace.visualstudio.com/search?target=VSCode&amp;category=Programming%20Languages&amp;sortBy=Rating

🚀 17
🔥 12
calva 14
seancorfield16:06:45

RT’d and also gave it a 5-star review.

❤️ 6
pez16:06:55

Thanks, @U04V70XH6! ❤️ ❤️ ❤️

Hukka19:06:45

Hi. Trying out calva, coming from nvim. How can I completely reset the repl? Data I printed out is so large, that it just keeps printing and printing. I already stopped the evaluation, disconnected from nrepl and jacked in again, deleted the output file from the file explorer, but every time it just opens that 8k line output that keeps growing, slower and slower

Hukka19:06:15

Already printing out less than one new line a second

Stuart19:06:53

What is running that is writing to your repl?

Stuart19:06:26

IF you've got somethign stuck that is running even though you've done Interrupt current evaluation you may need to kill java? I've also seen this where I'm using CLJS, and I write some stupid infinite loop. Even after doing interrupt current evaluation is still pours out data, in this case closing the tab that was holding my instance stops it.

Hukka19:06:34

It was a map, that had (doto println)

Hukka19:06:16

Hm, which tab is that? I tried closing the output, and disconnecting the repl and starting a new one, but it still kept trying to render the previous output

Stuart19:06:39

I mean for CLJS, the actual tab in my browser I'm connected to.

Hukka19:06:49

Disconnecting and jacking in has at least gotten new deps from deps.edn in, so I kinda thought it would be fresh

Hukka19:06:00

Ah, not, was JVM, no JS

Hukka19:06:52

In the end I closed whole VSCode, but that seems less than optimal

Ryan Jerue19:06:09

Maybe just kill your nrepl and clicking “disconnect” you can also usually just ctrl + c to kill the terminal instance that get’s spawned with starting an nREPL.

Hukka19:06:39

That's what I tried

Hukka19:06:30

Hm, but didn't try to kill the terminal, if the disconnect doesn't do that

Ryan Jerue19:06:14

Usually I get a message that says Killing the Jack-in process and it dies

pez19:06:43

Disconnect doesn’t kill the process. It only disconnects from it.

bringe23:06:45

The Interrupt current evaluation command now stops any printing to the output window that was remaining. If you're seeing a case in which that's not true, steps to reproduce in a GitHub issue would be appreciated.

Hukka05:06:04

I see. I'll make a not to make a case. Should be simple enough as I was processing a huge CSV file, so just need to get a public huge file and do it on top of that

👍 3