chlorine-clover

About Chlorine for Atom and Clover for VS Code: https://atom.io/packages/chlorine and https://marketplace.visualstudio.com/items?itemName=mauricioszabo.clover
mauricio.szabo 2020-09-09T18:22:49.000400Z

BTW, found out the problem with Chlorine not connecting on the first try on some circunstances

mauricio.szabo 2020-09-09T18:23:23.001100Z

Somehow, seems like a race condition on the REPL - it prints the user => namespace multiple times after UNREPL starts 😞

mauricio.szabo 2020-09-09T18:38:04.001400Z

Will fix in the newer version 🙂

👍 3
seancorfield 2020-09-09T20:00:31.002100Z

So it would show up on slower systems? Like my poor old 2012 Windows laptop...

mauricio.szabo 2020-09-09T20:02:56.004300Z

@seancorfield not really: my computer is not slow, and for some reason I'm seeing this issue. I have no idea what's happening, seems to happen more on clj on my side instead of lein, for example, and for some reason it does not happen everytime (also trying to connect a second time seems to fix the issue)

mauricio.szabo 2020-09-09T20:03:33.005200Z

I already pushed a fix on REPL-Tooling, will push a fix on Chlorine as soon as I make more tests and see if everything is working

seancorfield 2020-09-09T20:05:35.006300Z

BTW, I'm finding your parinfer a lot more "predictable" than the original version but it still sometimes catches me out... I'm still trying to nail down some repeatable scenarios...

mauricio.szabo 2020-09-09T20:06:48.007200Z

Yes, to be honest, I'm also having some scenarios that I'm not sure if it's doing the right thing, but can't nail down what happens 😄