Fork me on GitHub
#chlorine-clover
<
2020-06-01
>
Rowan Barnard04:06:40

@mauricio.szabo Thanks for heeding my advice on the instructions for Chlorine setup, that should help anyone else like me to get started 🙂

mauricio.szabo12:06:16

Great! If you have any other question, or documentation problems, please open another issue in GitHub :)

👍 4
fabrao20:06:35

Hello all, after updating to 0.7.3 I observe sometimes Atom closing itself after evaluation some functions. Anyone had the same issue?

seancorfield20:06:48

Nope. ClojureScript or Clojure? How is your REPL started?

fabrao20:06:47

Clojure, I started with this clj -J'-Dclojure.server.repl={:port,5555,:accept,clojure.core.server/repl}'

seancorfield20:06:15

Hmm, that's pretty much how I start my REPL every time and I've never seen Atom close/quit/crash when evaluating a function. Is it a particular function evaluation causing this? i.e., can you repro reliably?

seancorfield20:06:37

@fabrao What O/S are you running Atom on?

fabrao20:06:02

Evaluating randomly, Win 10 Pro. It started after upgrading to 0.7.3

seancorfield20:06:41

And if you downgrade to 0.7.2, the problem goes away?

fabrao20:06:32

I´m never downgrade in versoins 🙂 , the thing is that when open Atom again it restore the same state as before hanging

mauricio.szabo20:06:12

@fabrao try to downgrade, with apm install [email protected], and see if the problem goes away

seancorfield20:06:09

(since you're on Windows, you'll need to open a terminal window and probably navigate to wherever Atom puts the apm binary in order to run that)

mauricio.szabo20:06:29

Yes, I always forget that Windows don't set PATH for most of things 😞

fabrao20:06:31

I´ll try downgrading it

seancorfield20:06:09

I'm not at my Windows machine right now so I can't tell you where to look, sorry.

fabrao20:06:20

And I saw that too the refresh after save stop working too

fabrao20:06:01

giving "Refresh failed"

mauricio.szabo22:06:48

@fabrao do you use simple refresh, or full? (or both are failing?)

mauricio.szabo22:06:57

I'll look at this issue, too.

fabrao22:06:16

@mauricio.szabo I´m not tried simple, only full.

mauricio.szabo22:06:05

Okay. I'll look at it. (BTW, I'm thinking about removing refresh - it's easily replicated by the .cljs file, and more configurable too. I'll check if there's a way to keep an "official, over-writable version")

mauricio.szabo22:06:28

@fabrao ok, found the bug. Will publish a fix

fabrao22:06:46

bug for what?

mauricio.szabo22:06:59

For refresh. There is indeeed a bug 😞

mauricio.szabo23:06:35

Just published a fix for refresh (full and simple) on version 0.7.4 🙂

fabrao23:06:01

do you use Chlorine with shadow-cljs?

mauricio.szabo23:06:41

Yes, I also develop Chlorine in Chlorine with shadow-cljs 😄

fabrao23:06:17

do you use with embedded mode?

fabrao23:06:40

I tried but it cound´t work

mauricio.szabo23:06:22

What were the steps you tried? Did you start shadow-cljs, started a build, connected Chlorine to the socket repl, then ran the "connect embedded" command?