Fork me on GitHub
#calva
<
2024-07-10
>
pez16:07:36

Dear Calva friends: https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.464 • Internal: Change how drams (projects that Calva can create) are bing defined. Preparing for ways to contribute drams to Calva. • https://github.com/BetterThanTomorrow/calva/issues/2597https://github.com/BetterThanTomorrow/calva/issues/2599 Please note that there are some significant changes to the jack-in plumbing. All for the better, is my intention, but there could be dragons.

seancorfield17:07:27

I don't often run into errors at jack-in but it always irritated me that I had to go digging in windows I don't normally have open in order to figure out why, so that's a very welcome improvement! Thank you!

🙏 1
pez17:07:47

A thing to note here is that what we do is to match the stderr from the jack-in process for /error|exception/ and if that happens before the repl server starts, we pop up that dialog. So some project where output like that is happening as part of starting the repl, without it causing a the repl start to fail, it may be a bit spammy. OTOH, I think is worth trying to clean the start up from such messages anyway. Let’s see if we will need to tune.

seancorfield17:07:28

Ah, interesting approach.