cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
2020-07-27T02:20:30.473700Z

I throw an ex-info with a spec-related explain-data (with ::s/failure) and my message is replaced. I think it's caused by this https://github.com/clojure-emacs/cider-nrepl/blob/7358676ae1db33b4807bfa1bbaa57879d54573ae/src/cider/nrepl/middleware/stacktrace.clj#L294

2020-07-27T02:21:15.474200Z

Is this a bug? I like the way the spec failure is printed, but I still would like to see my original error message with it.

ghadi 2020-07-27T15:40:03.476700Z

can someone explain or point me to documentation on how CIDER assigns/links REPLs and editor sessions (.nrepl-port stuff?)

kirill.salykin 2020-07-27T17:17:10.477300Z

you probably saw it already, but just in https://docs.cider.mx/cider/usage/managing_connections.html