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
Tom H. 2020-07-08T05:09:58.256800Z

Hi folks, I'm having some trouble connecting to a shadow-cljs project

Tom H. 2020-07-08T05:10:31.257300Z

I'm running 'Connect to socket REPL' and it says it's successful ("Clojure socket REPL connected"), opens a right pane

Tom H. 2020-07-08T05:10:36.257500Z

But there's nothing in the pane

Tom H. 2020-07-08T05:11:00.257900Z

Then I run 'Connect Embedded' and it pops up asking for the build

Tom H. 2020-07-08T05:11:22.258500Z

It shows my builds correctly but if I select one nothing happens

seancorfield 2020-07-08T05:35:06.259300Z

@tomisme Chlorine's REPL pane just shows output from evaluation, so it won't display anything until you evaluate code.

Tom H. 2020-07-08T06:31:44.259800Z

oh yes sorry forgot to say, when I try and evaluate a block it says "REPL not connected"

Tom H. 2020-07-08T06:31:49.260Z

@seancorfield

mauricio.szabo 2020-07-08T14:04:03.260800Z

@tomisme Do you have "experimental features" set? What's your Chlorine and Shadow-CLJS version?

mauricio.szabo 2020-07-08T14:41:03.263900Z

Because with experimental features turned on, different versions of Chlorine have different ways to evaluate Shadow-CLJS. The latest version of Chlorine supports Shadow-CLJS version >=2.10.1, for example. But, with "experimental features" turned off, it should work on any shadow version...

mauricio.szabo 2020-07-08T16:55:13.264800Z

> Then I run 'Connect Embedded' and it pops up asking for the build If you don't have experimental features toggled, you need to first connect a JS environment and then run "Connect Embedded"