File tree 3 files changed +10
-9
lines changed
3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -54,31 +54,31 @@ commands:
54
54
command : eldev -dtT compile --warnings-as-errors
55
55
56
56
jobs :
57
- test-emacs-26 :
57
+ test-ubuntu- emacs-26 :
58
58
docker :
59
59
- image : silex/emacs:26-dev
60
60
entrypoint : bash
61
61
steps :
62
62
- setup
63
63
- test
64
64
65
- test-emacs-27 :
65
+ test-ubuntu- emacs-27 :
66
66
docker :
67
67
- image : silex/emacs:27-dev
68
68
entrypoint : bash
69
69
steps :
70
70
- setup
71
71
- test
72
72
73
- test-emacs-28 :
73
+ test-ubuntu- emacs-28 :
74
74
docker :
75
75
- image : silex/emacs:28-dev
76
76
entrypoint : bash
77
77
steps :
78
78
- setup
79
79
- test
80
80
81
- test-emacs-master :
81
+ test-ubuntu- emacs-master :
82
82
docker :
83
83
- image : silex/emacs:master-dev
84
84
entrypoint : bash
@@ -114,10 +114,10 @@ workflows:
114
114
version : 2
115
115
ci-test-matrix :
116
116
jobs :
117
- - test-emacs-26
118
- - test-emacs-27
119
- - test-emacs-28
120
- - test-emacs-master
117
+ - test-ubuntu- emacs-26
118
+ - test-ubuntu- emacs-27
119
+ - test-ubuntu- emacs-28
120
+ - test-ubuntu- emacs-master
121
121
- test-lint
122
122
- test-macos-emacs-latest
123
123
- test-windows-emacs-latest
Original file line number Diff line number Diff line change 24
24
- [ #3260 ] ( https://github.com/clojure-emacs/cider/pull/3260 ) : Scroll REPL buffer in other frame.
25
25
- [ #3061 ] ( https://github.com/clojure-emacs/cider/issues/3061 ) : Allow
26
26
to use ` cider-connect-clj ` for self-hosted cljs repls (e.g. ` nbb ` ).
27
+ - [ #3293 ] ( https://github.com/clojure-emacs/cider/issues/3293 ) : Can't jack in to more than one bb projects.
27
28
28
29
## 1.5.0 (2022-08-24)
29
30
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ By default we favor the project-specific shadow-cljs over the system-wide."
224
224
:package-version '(cider . " 1.2.0" ))
225
225
226
226
(defcustom cider-babashka-parameters
227
- " nrepl-server"
227
+ " nrepl-server :0 "
228
228
" Params passed to babashka to start an nREPL server via `cider-jack-in' ."
229
229
:type 'string
230
230
:safe #'stringp
You can’t perform that action at this time.
0 commit comments