This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-01-07
Channels
- # announcements (27)
- # babashka (29)
- # beginners (280)
- # calva (34)
- # cider (4)
- # circleci (11)
- # cljfx (10)
- # cljsrn (1)
- # clojure (526)
- # clojure-dev (9)
- # clojure-europe (42)
- # clojure-finland (5)
- # clojure-losangeles (1)
- # clojure-nl (4)
- # clojure-taiwan (2)
- # clojure-uk (14)
- # clojurescript (40)
- # clr (43)
- # community-development (5)
- # css (4)
- # cursive (7)
- # duct (82)
- # events (1)
- # fulcro (72)
- # garden (44)
- # hoplon (3)
- # java (40)
- # jobs (4)
- # juxt (1)
- # luminus (53)
- # meander (13)
- # off-topic (26)
- # pathom (14)
- # pedestal (3)
- # portal (2)
- # rdf (3)
- # re-frame (54)
- # releases (10)
- # remote-jobs (3)
- # sci (74)
- # shadow-cljs (47)
- # startup-in-a-month (5)
- # testing (9)
- # tools-deps (73)
- # vim (12)
Has anyone managed to start and connect to a socket-repl using VSCode and Clover? I'm using mac osx and the lastest clojure-clr distro:
$ clojure.main
(clojure.core.server/start-server {:name "test" :port 4004 :accept 'clojure.core.server/repl})
telnet connects me to the repl through the terminal
telnet localhost 4004
clover says: REPL not connected: Connection refused.
@jarvinenemil i tried and was also unsuccessful. with the developer tools made visible (via the about menu), i observed an error show up after i invoked the "Clover: Connect Socket REPL" command and filled in the connection info. i don't know if there is a #clover channel yet, but may be it's worth reporting to @mauricio.szabo via #chlorine or the github repository for clover?
What's the error you saw on developer tools, @sogaiu?
This should be harmless (please, do not ask me why it happens - VSCode is strange...)
If Clover says REPL not connected: Connection refused
, it means it's catching the error. Are you running on Windows, which ClojureCLR version are you using, how did you fire up the Socket REPL?
Great, I'm also on Ubuntu, so it'll be easier to debug
> this is with the latest alpha for clojureclr I did not test with it yet... is there a "quickstart" for installing it?
Oh, faster than I was able to type 😄
@mauricio.szabo ah. sorry i didn't mention the telemetry thing up front
No worries, I already had it disabled
> You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
Yes, I was trying to compile MAGIC other day so this env was already on my shell config
Ok, maybe there's a point to that webview message... I also can't connect from Clover, but I got no error - just nothing happens
Ok, I'll check what's happening. I hope is an easy fix (well, with VSCode, that's mostly not true but anyway 😄)
Can you open an issue for me, please?
At least is not a repl-tooling issue - I can connect from Chlorine
Yes, until I fix the issue on vscode side, its an alternative
@mauricio.szabo @jarvinenemil here is an issue: https://github.com/mauricioszabo/clover/issues/22
Ok, just fixed this issue (https://github.com/mauricioszabo/clover/pull/23), and published a new version. There is still some problems that I need to track (mostly, some garbage showing on the REPL) but it'll need more work (it's a common issue that's on the project for a while)