This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-02-01
Channels
- # beginners (117)
- # boot (8)
- # cider (22)
- # clara (3)
- # clojure (79)
- # clojure-italy (3)
- # clojure-spec (34)
- # clojure-uk (34)
- # clojurescript (74)
- # cursive (7)
- # datascript (5)
- # datomic (28)
- # defnpodcast (1)
- # dirac (9)
- # docker (25)
- # duct (1)
- # emacs (14)
- # fulcro (67)
- # graphql (1)
- # hoplon (15)
- # jobs (4)
- # juxt (6)
- # off-topic (76)
- # parinfer (3)
- # re-frame (25)
- # reagent (4)
- # rum (6)
- # shadow-cljs (1)
- # spacemacs (30)
- # sql (15)
- # unrepl (36)
- # yada (1)
Supposedly we fixed this recently. I never develop over remote connections, that’s why I didn’t notice for a while something was broken there.
It's been a while, it may be fixed. I will try it on a locally running docker-compose setup. The problem always used to be mapping local paths to remote paths, and the nasty solution was to do something like sudo ln -s /path/to/my/local/workspace /app
or whatever the remote path is to the code. Not sure how that relates to a running jar with no remote copy of the repo now I think about it...
The problem with having too many features that are hard to test with unit tests is that it’s relatively easy to break something without noticing it.
speaking of ssh etc. I never thought about this before but ssh [email protected] nc localhost 5555
is a possibility
I'm trying to start a new repl from inside emacs, but spiral-connect-to
and spiral-connect
seem to be behaving identically
spiral-connect
prompts when it cannot recognize a clojure project for the buffer you're visiting
getting a ton of these now
error in process filter: parseclj-unparse-clojure: Wrong type argument: char-or-string-p, nil
error in process filter: Wrong type argument: char-or-string-p, nil
error in process filter: parseclj-unparse-clojure: Wrong type argument: char-or-string-p, nil
error in process filter: Wrong type argument: char-or-string-p, nil
I tried it in emacs 27 a few months ago but I don't know if there might be something new that breaks spiral
to begin with when I connected to the repl I'd started on the command line using the clj
line from spiral's readme (the code file has only a ns declaration, no requires or code yet)