Fork me on GitHub
#cider
<
2024-02-10
>
borkdude09:02:17

I'm not able to REPL into a project, babashka.http-client, anymore. I get some error about Java parser.

[nREPL] Starting server via /opt/homebrew/bin/clojure -Sdeps \{\:deps\ \{nrepl/nrepl\ \{\:mvn/version\ \"1.0.0\"\}\ cider/cider-nrepl\ \{\:mvn/version\ \"0.44.0\"\}\}\ \:aliases\ \{\:cider/nrepl\ \{\:main-opts\ \[\"-m\"\ \"nrepl.cmdline\"\ \"--middleware\"\ \"\[cider.nrepl/cider-middleware\]\"\]\}\}\} -M:test:repl:cider/nrepl
error in process sentinel: let: Could not start nREPL server: Execution error (URISyntaxException) at java.net.URI$Parser/fail (URI.java:2995).
Illegal character in path at index 10: whitespace = #'\s+'

1
lassemaatta09:02:00

sounds exactly like something related to the new clojure alphas

borkdude09:02:01

With a vanilla clj REPL it works fine

borkdude09:02:10

ooooh right

borkdude09:02:13

maybe I should move to alpha7

borkdude09:02:48

That's it, thanks