File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### Bugs Fixed
10
10
11
+ * Project-Only stacktrace filter: hide all other tags when viewing project-only stacktrace.
11
12
* Fix interactive evaluation in cljc buffers with only one connection.
12
13
* [ #2058 ] ( https://github.com/clojure-emacs/cider/pull/2058 ) Don't cache ns-forms in buffers with no such forms.
13
14
* [ #2057 ] ( https://github.com/clojure-emacs/cider/pull/2057 ) Use ` cider--font-lock-ensure ` for compatibility with Emacs 24.5.
Original file line number Diff line number Diff line change @@ -500,7 +500,7 @@ with the button."
500
500
(if (null cider-stacktrace-positive-filters)
501
501
(progn
502
502
(setq-local cider-stacktrace-prior-filters cider-stacktrace-filters)
503
- (setq-local cider-stacktrace-filters cider-stacktrace-filters)
503
+ (setq-local cider-stacktrace-filters cider-stacktrace--all-negative- filters)
504
504
(setq-local cider-stacktrace-positive-filters '(project)))
505
505
(progn
506
506
(setq-local cider-stacktrace-filters cider-stacktrace-prior-filters)
You can’t perform that action at this time.
0 commit comments