Skip to content

Fill and correct 2.0 documentation gaps#4100

Merged
bbatsov merged 2 commits into
masterfrom
docs-2.0-gaps
Jul 13, 2026
Merged

Fill and correct 2.0 documentation gaps#4100
bbatsov merged 2 commits into
masterfrom
docs-2.0-gaps

Conversation

@bbatsov

@bbatsov bbatsov commented Jul 12, 2026

Copy link
Copy Markdown
Member

Documentation follow-ups found during the 2.0 review.

New feature coverage:

  • A Tap Viewer manual page (wired into the nav) for cider-tap - the streaming buffer, its keybindings, the ClojureScript "can't inspect" caveat, and the tap-a-form helpers.
  • A "Running ClojureScript Tests" section, since the regular test commands now run cljs.test tests against a ClojureScript REPL.

Accuracy fixes:

  • The jack-in keybindings were documented as C-c C-x C-j C-j and friends, but C-c C-x now opens the cider-start-menu transient, so those chords don't work - only the transient suffixes (j j, c j, ...) do. Reframed that section, noted C-c M-m is a transient too, and added the REPL's new bindings.
  • cider-repl-history-size's documented default (now 5000) and a CHANGELOG entry still using the pre-rename cider-use-fringe-indicators.

bbatsov added 2 commits July 12, 2026 15:05
Two 2.0 features shipped without manual coverage. Add a Tap Viewer page
(wired into the nav) describing cider-tap, its buffer commands, the
ClojureScript caveat, and the tap-a-form helpers; and a "Running
ClojureScript Tests" section covering the cljs.test support and its
cider-nrepl requirement.
The keybinding docs still described the pre-transient world: the
jack-in chords were documented as `C-c C-x C-j C-j` etc., but `C-c C-x`
now opens the `cider-start-menu` transient, so only its suffixes (`j j`,
`c j`, ...) work. Fix that section, note that `C-c M-m` is a transient,
and add the REPL's new bindings (`C-c M-m`, `C-c C-x`, `C-c C-h`, and the
`C-x C-e` no-op).

Also fix two factual drifts: the documented `cider-repl-history-size`
default (now 5000, was 500) and a CHANGELOG entry still naming the
pre-rename `cider-use-fringe-indicators`.
@bbatsov bbatsov merged commit efb7bc9 into master Jul 13, 2026
14 checks passed
@bbatsov bbatsov deleted the docs-2.0-gaps branch July 13, 2026 05:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant