Skip to content

Commit 7d3ef04

Browse files
committed
Bump the development version to 2.0.0-snapshot
Rename this development cycle from 1.23.0 to 2.0.0 to reflect the scope of the changes. Update the version header and `cider-version', and retarget every 1.23.0 package-version and obsolescence tag (all added this cycle, never released) to 2.0.0, along with the doc, roadmap and test references.
1 parent a45fc36 commit 7d3ef04

19 files changed

Lines changed: 52 additions & 52 deletions

ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ a clickable, inspectable object you can send back to the REPL.
135135
### Stepwise macroexpansion
136136

137137
In-place, stepwise macro expansion (à la
138-
[macrostep](https://github.com/joddie/macrostep)) shipped in CIDER 1.23:
138+
[macrostep](https://github.com/joddie/macrostep)) shipped in CIDER 2.0:
139139
`cider-macrostep-expand` expands the form at point one level inline, you can
140140
step into nested forms and collapse back (`cider-macrostep-mode`), the
141141
further-expandable heads are highlighted with `n`/`p` navigation, and the

doc/modules/ROOT/pages/repl/basic_usage.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ reference covering the common REPL interactions, loading code, switching
4242
namespaces and moving between the REPL and your source. Set
4343
`cider-repl-display-help-banner` to nil to drop the hint from new REPLs.
4444

45-
TIP: Since CIDER 1.23 the REPL transcript no longer dumps the full jack-in
45+
TIP: Since CIDER 2.0 the REPL transcript no longer dumps the full jack-in
4646
command or the ClojureScript REPL init form on startup (a ClojureScript REPL
4747
just notes its type). Run `cider-repl-describe-startup` (the `,startup`
4848
shortcut) to see those launch details - project, endpoint, the jack-in command

lisp/cider-cheatsheet.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ from ClojureDocs or any other function accepting a var as an argument."
6262
(defface cider-cheatsheet-section
6363
'((t (:inherit font-lock-keyword-face :weight bold)))
6464
"Face for top-level sections in the cheatsheet buffer."
65-
:package-version '(cider . "1.23.0"))
65+
:package-version '(cider . "2.0.0"))
6666

6767
(defface cider-cheatsheet-subsection
6868
'((t (:weight bold)))
6969
"Face for nested sections in the cheatsheet buffer."
70-
:package-version '(cider . "1.23.0"))
70+
:package-version '(cider . "2.0.0"))
7171

7272
(defconst cider-cheatsheet-hierarchy
7373
'(("Documentation"

lisp/cider-client.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Signal an error if it is not supported."
247247
(make-obsolete 'cider-ensure-op-supported
248248
"op support is now enforced automatically by the nREPL senders, \
249249
so commands no longer need an explicit check."
250-
"1.23.0")
250+
"2.0.0")
251251

252252
(defvar cider--skip-op-ensure nil
253253
"When non-nil, skip the automatic op-support check in CIDER's nREPL senders.
@@ -338,7 +338,7 @@ prefer the keyword-argument `cider-nrepl-sync-request'."
338338
:abort-on-input abort-on-input
339339
:callback callback))
340340

341-
(make-obsolete 'cider-nrepl-send-sync-request 'cider-nrepl-sync-request "1.23.0")
341+
(make-obsolete 'cider-nrepl-send-sync-request 'cider-nrepl-sync-request "2.0.0")
342342

343343
(defun cider-nrepl-send-unhandled-request (request &optional connection)
344344
"Send REQUEST to the nREPL CONNECTION and ignore any responses.
@@ -395,7 +395,7 @@ prefer the keyword-argument `cider-nrepl-send-eval-request'."
395395
:additional-params additional-params
396396
:connection connection))
397397

398-
(make-obsolete 'cider-nrepl-request:eval 'cider-nrepl-send-eval-request "1.23.0")
398+
(make-obsolete 'cider-nrepl-request:eval 'cider-nrepl-send-eval-request "2.0.0")
399399

400400
(defun cider-nrepl-sync-request:eval (input &optional connection ns)
401401
"Send the INPUT to the nREPL CONNECTION synchronously.

lisp/cider-doc.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ appends them to the `*cider-doc*' buffer. When nil, the buffer instead shows
6565
a button (and the \\`e' key) to fetch them on demand."
6666
:type 'boolean
6767
:group 'cider-doc
68-
:package-version '(cider . "1.23.0"))
68+
:package-version '(cider . "2.0.0"))
6969

7070
(defcustom cider-doc-clojuredocs-max-examples 3
7171
"Maximum number of ClojureDocs examples to show inline in the doc buffer.
7272
A link to the full ClojureDocs entry is shown when more examples exist."
7373
:type 'integer
7474
:group 'cider-doc
75-
:package-version '(cider . "1.23.0"))
75+
:package-version '(cider . "2.0.0"))
7676

7777
(declare-function cider-apropos "cider-apropos")
7878
(declare-function cider-apropos-select "cider-apropos")

lisp/cider-eval.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ If t, save the file without confirmation."
132132

133133
(defconst cider-output-buffer "*cider-out*")
134134

135-
(define-obsolete-variable-alias 'cider-interactive-eval-output-destination 'cider-eval-output-destination "1.23.0")
135+
(define-obsolete-variable-alias 'cider-interactive-eval-output-destination 'cider-eval-output-destination "2.0.0")
136136

137137
(defcustom cider-eval-output-destination 'repl-buffer
138138
"The destination for stdout and stderr produced from interactive evaluation.
@@ -141,7 +141,7 @@ If `output-buffer', it's sent to a dedicated `*cider-out*' buffer."
141141
:type '(choice (const :tag "REPL buffer" repl-buffer)
142142
(const :tag "Dedicated output buffer" output-buffer))
143143
:group 'cider
144-
:package-version '(cider . "1.23.0"))
144+
:package-version '(cider . "2.0.0"))
145145

146146
(defcustom cider-comment-prefix ";; => "
147147
"The prefix to insert before the first line of commented output."
@@ -179,7 +179,7 @@ and use their own fixed formatting."
179179
(const :tag "Reader ignore form (#_)" ignore)
180180
(const :tag "Comment form (comment ...)" comment))
181181
:group 'cider
182-
:package-version '(cider . "1.23.0"))
182+
:package-version '(cider . "2.0.0"))
183183

184184
(defun cider--comment-format ()
185185
"Return the comment formatting for `cider-comment-style'.

lisp/cider-jack-in.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ execution policy."
110110
(string :tag "Options"))
111111
:group 'cider
112112
:safe (lambda (s) (or (null s) (stringp s)))
113-
:package-version '(cider . "1.23.0"))
113+
:package-version '(cider . "2.0.0"))
114114

115115
(defcustom cider-clojure-cli-aliases
116116
nil

lisp/cider-macroexpansion.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
This makes it more obvious that the buffer's contents changed."
4545
:type 'boolean
4646
:group 'cider
47-
:package-version '(cider . "1.23.0"))
47+
:package-version '(cider . "2.0.0"))
4848

4949
(defcustom cider-macroexpansion-display-namespaces 'tidy
5050
"Determines if namespaces are displayed in the macroexpansion buffer.

lisp/cider-macrostep.el

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ Possible values are:
5858
(const :tag "Show fully-qualified namespaces" qualified)
5959
(const :tag "Show namespace aliases" tidy))
6060
:group 'cider
61-
:package-version '(cider . "1.23.0"))
61+
:package-version '(cider . "2.0.0"))
6262

6363
(defcustom cider-macrostep-highlight-expansion t
6464
"Whether to briefly highlight (pulse) a freshly inserted inline expansion."
6565
:type 'boolean
6666
:group 'cider
67-
:package-version '(cider . "1.23.0"))
67+
:package-version '(cider . "2.0.0"))
6868

6969
(defcustom cider-macrostep-highlight-expandable t
7070
"Whether to highlight the operators of further-expandable sub-forms.
@@ -74,7 +74,7 @@ a macro are underlined, and `n'/`p' navigate between them. Requires the
7474
silently skipped."
7575
:type 'boolean
7676
:group 'cider
77-
:package-version '(cider . "1.23.0"))
77+
:package-version '(cider . "2.0.0"))
7878

7979
(defcustom cider-macrostep-color-gensyms t
8080
"Whether to colorize the gensyms introduced by a macro expansion.
@@ -83,7 +83,7 @@ expansion gets its own color from `cider-macrostep-gensym-colors', so a
8383
binding introduced by the macro can be tracked through the expansion."
8484
:type 'boolean
8585
:group 'cider
86-
:package-version '(cider . "1.23.0"))
86+
:package-version '(cider . "2.0.0"))
8787

8888
(defcustom cider-macrostep-gensym-colors
8989
'("#d33682" "#268bd2" "#859900" "#b58900" "#6c71c4" "#2aa198" "#cb4b16")
@@ -92,7 +92,7 @@ Each distinct gensym in an expansion is assigned the next color in this
9292
list, wrapping around when an expansion has more gensyms than colors."
9393
:type '(repeat color)
9494
:group 'cider
95-
:package-version '(cider . "1.23.0"))
95+
:package-version '(cider . "2.0.0"))
9696

9797
(defface cider-macrostep-expansion-face
9898
'((((min-colors 16777216) (background light)) :background "#eef3fb" :extend t)
@@ -101,13 +101,13 @@ list, wrapping around when an expansion has more gensyms than colors."
101101
(((background dark)) :background "gray22" :extend t))
102102
"Face for the background of an inline macro expansion."
103103
:group 'cider
104-
:package-version '(cider . "1.23.0"))
104+
:package-version '(cider . "2.0.0"))
105105

106106
(defface cider-macrostep-expandable-face
107107
'((t :underline t :weight bold))
108108
"Face for the operator of a sub-form that can be expanded further."
109109
:group 'cider
110-
:package-version '(cider . "1.23.0"))
110+
:package-version '(cider . "2.0.0"))
111111

112112
(defvar-local cider-macrostep--overlays nil
113113
"Stack of overlays for the current `cider-macrostep-mode' session.

lisp/cider-ns-state.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ For per-form staleness, use the evaluation fringe indicators instead (see
5656
:type '(set (const :tag "Mode-line marker" mode-line)
5757
(const :tag "Fringe marker" fringe))
5858
:group 'cider
59-
:package-version '(cider . "1.23.0"))
59+
:package-version '(cider . "2.0.0"))
6060

6161
(defface cider-ns-load-state-face
6262
'((t :inherit warning))
6363
"Face for the namespace load-state marker (mode line and fringe)."
6464
:group 'cider
65-
:package-version '(cider . "1.23.0"))
65+
:package-version '(cider . "2.0.0"))
6666

6767
(defconst cider-ns-state--fringe-marker
6868
(propertize " " 'display '(left-fringe empty-line cider-ns-load-state-face))

0 commit comments

Comments
 (0)