You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .circleci/config.yml
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -150,10 +150,11 @@ workflows:
150
150
requires:
151
151
- test-lint
152
152
- test-shellcheck
153
-
- test-ubuntu-emacs-master:
154
-
requires:
155
-
- test-lint
156
-
- test-shellcheck
153
+
# TODO: reenable once this issue is fixed https://app.circleci.com/pipelines/github/clojure-emacs/cider/2931/workflows/b7284759-c6d1-44dd-bbfc-e71709e3f62f/jobs/17699
# TODO: reenable snapshot once this is fixed https://app.circleci.com/pipelines/github/clojure-emacs/cider/2931/workflows/b7284759-c6d1-44dd-bbfc-e71709e3f62f/jobs/17699
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,17 +14,19 @@
14
14
-[#3793](https://github.com/clojure-emacs/cider/issues/3793): **(Breaking)** Remove features that relied on printed exception parsing:
15
15
-`cider-stacktrace-analyze-string` and `cider-stacktrace-analyze-at-point` functions.
16
16
- Automatic stacktrace parsing in log viewer.
17
-
- Bump the injected `cider-nrepl` to [0.54.0](https://github.com/clojure-emacs/cider-nrepl/blob/master/CHANGELOG.md#0540-2025-04-05).
17
+
- Bump the injected `cider-nrepl` to [0.55.0](https://github.com/clojure-emacs/cider-nrepl/blob/master/CHANGELOG.md#0550-2025-04-10).
18
18
-[compliment#122](https://github.com/alexander-yakushev/compliment/pull/122): Completion: sort candidates by priority.
19
19
- Inspector: add dedicated view for Exceptions.
20
20
- Stop vendoring Haystack dependency.
21
21
- Stop vendoring Puget dependency. You can still use `puget` pretty-printer in CIDER, but you need to depend on Puget explicitly. If Puget is not found on the classpath, CIDER will revert to `clojure.pprint/pprint` for pretty-printing.
22
22
-[#3777](https://github.com/clojure-emacs/cider/issues/3777): Inspector no longer displays parsed Javadoc for Java classes and members.
23
23
-[#3790](https://github.com/clojure-emacs/cider/issues/3790): Stacktrace: show messages and data for all exception causes by default.
24
+
-[#3807](https://github.com/clojure-emacs/cider/issues/3807): Stacktrace: make exception data individually inspectable.
24
25
-[#3789](https://github.com/clojure-emacs/cider/issues/3789): Refactor and simplify exception handling.
25
26
-[#3789](https://github.com/clojure-emacs/cider/issues/3796): Completion: disable client-side sorting (defer to backend-provided candidate order).
26
27
-[#3797](https://github.com/clojure-emacs/cider/issues/3797): Completion: enable `cider-completion-style` by default (this enables richer completion suggestions where candidates don't have to strictly match the prefix).
27
28
-[#3803](https://github.com/clojure-emacs/cider/pull/3803): Enable dynamic indentation for `clojure-ts-mode`.
29
+
-[#3805](https://github.com/clojure-emacs/cider/pull/3805): Profiler: update to latest profiling middleware.
28
30
-[#3806](https://github.com/clojure-emacs/cider/pull/3806): Add client info to `clone` op request.
0 commit comments