File tree Expand file tree Collapse file tree 3 files changed +2
-25
lines changed Expand file tree Collapse file tree 3 files changed +2
-25
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
5
+ - [ #934 ] ( https://github.com/clojure-emacs/cider-nrepl/pull/934 ) : ** BREAKING** — Remove Boot support.
6
+
5
7
## 0.55.1 (2025-04-14)
6
8
7
9
* [ #931 ] ( https://github.com/clojure-emacs/cider-nrepl/pull/931 ) : Redesign and optimize track-state middleware.
Original file line number Diff line number Diff line change 1
- (disable-warning
2
- {:linter :unused-ret-vals
3
- :if-inside-macroexpansion-of #{'boot.core/deftask}
4
- :within-depth 7
5
- :reason " The `deftask` macro often includes calls to `boot.util/dbug*` whose purpose is solely for side-effects." })
6
-
7
1
(disable-warning
8
2
{:linter :deprecations
9
3
:symbol-matches #{#"^public boolean java\. lang\. reflect\. AccessibleObject\. isAccessible\(\) $" }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments