Commit f7f40ac
committed
Recognize let-go as a known nREPL runtime
let-go (https://github.com/nooga/let-go) is a Clojure dialect
implemented in Go that ships an nREPL server. Connections work today
via plain `cider-connect-clj`, but `cider-runtime` reported `generic`
for them, so the connection info line was bare (no runtime version).
Add a `cider--let-go-version` helper that reads the `let-go` key from
the `describe` response's `versions` map (let-go reports separate
`major`/`minor` fields rather than a `version-string`, hence the
custom format). Wire it into `cider-runtime`, the capability table
in `cider--connected-handler`, and the `cider--connection-info`
runtime cond.
Also list let-go on the "Other Platforms" docs page.
Verified end-to-end against a running let-go 2.0.2 nREPL: connection
info reads `CLJ project@localhost:2137 (let-go 1.0)` and a simple
`(+ 1 2)` round-trips as expected.1 parent 6d48422 commit f7f40ac
4 files changed
Lines changed: 22 additions & 0 deletions
File tree
- doc/modules/ROOT/pages/platforms
- lisp
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| 257 | + | |
257 | 258 | | |
258 | 259 | | |
259 | 260 | | |
| |||
347 | 348 | | |
348 | 349 | | |
349 | 350 | | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
350 | 358 | | |
351 | 359 | | |
352 | 360 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
206 | 217 | | |
207 | 218 | | |
208 | 219 | | |
209 | 220 | | |
210 | 221 | | |
211 | 222 | | |
212 | 223 | | |
| 224 | + | |
213 | 225 | | |
214 | 226 | | |
215 | 227 | | |
| |||
0 commit comments