Fork me on GitHub
#calva
<
2019-07-13
>
pez08:07:47

Now tests in var metadata are also run when using the Run current test command.

dabrazhe08:07:25

How can I stop a long running or suspended function that is being evaluated in repl? At this moment it's just irresponsive and I have to close repl and reopen it 😞

pez10:07:39

Reconnecting the repl might work.

pez10:07:20

That is, not jack-in. Just connect. ctrl+alt+c ctrl+alt+c

dabrazhe12:07:25

The thing is, I often manage to suspend repl severla times per session 🙂. In Atom I just call the Interrupt command, and it does the job. I wish there was smth like this in Calva ))

👍 4
pez13:07:20

I haven't figured out how to implement it. Or any way remotely clean at least. But if reconnecting works, it is a pretty easy way to use.