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
seancorfield 2020-01-14T20:54:13.040900Z

@mauricio.szabo Has anyone reported that completion (built-in, not Compliment-based) seems to have stopped working in one of the recent Chlorine updates?

mauricio.szabo 2020-01-14T21:15:45.042200Z

Not really, is it not completing? Or any error?

mauricio.szabo 2020-01-14T21:16:48.042500Z

Like, anything being printed on the console?

seancorfield 2020-01-14T21:26:09.043700Z

No errors. Just not offering much in the way of completion. I decided to restart Atom and restart my REPL (which had been running for maybe a week) and it seems to be behaving better now so maybe something had gotten messed up in my REPL.

seancorfield 2020-01-14T21:26:50.044500Z

I'll keep an eye on it, but mostly what was missing was when I typed <somealias>/ I wasn't getting functions from that namespace.

mauricio.szabo 2020-01-14T21:28:10.046Z

Well, sometimes I'm seeing some issues with some versions of Clojure and some JVMs. I still didn't find the right way to reproduce the error, but there are moments when I can't autocomplete str/repla - it autocompletes replace but not replace-first, and so on...

mauricio.szabo 2020-01-14T21:30:08.047900Z

but it's kinda rare, so I though it was a problem I was facing only when programming the package (because of the "use Chlorine to evaluate itself over Shadow-CLJS using Clojure" sometimes strange things occur...)

seancorfield 2020-01-14T21:31:58.048500Z

'k... then I'll try to pay attention and see whether it fails again in some way... and see if I can repro and let you know.

seancorfield 2020-01-14T21:32:21.049Z

Mostly it just works seamlessly so I almost forget I'm using it 🙂

mauricio.szabo 2020-01-14T21:35:24.050600Z

Great to know 🙂. I'll check here if I can reproduce. You're using clj, no compliment, no clojure.tools.namespace, right?

2020-01-14T21:35:49.050800Z

then run same REPL for a week 🙂

seancorfield 2020-01-14T21:42:00.051100Z

Correct, "spartan tooling"

1💯
seancorfield 2020-01-14T21:42:37.051700Z

No nREPL, no Orchard, no Compliment, no refresh 🙂

seancorfield 2020-01-14T21:47:05.052900Z

It looks like this REPL had "only" been running since Friday afternoon, but I think I'd seen the problem last week too -- but maybe my REPL was borked and that was why I restarted it last week?

seancorfield 2020-01-14T21:49:16.054100Z

(I run the same "everything" REPL for days and days, and it has the add-lib branch of t.d.a. so I can dynamically load dependencies from other projects if I'm working on stuff other than my regular "work" stuff...)