We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367de04 commit 58be6fcCopy full SHA for 58be6fc
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master (unreleased)
4
5
+- [#934](https://github.com/clojure-emacs/cider-nrepl/pull/934): **BREAKING** — Remove Boot support.
6
+
7
## 0.55.1 (2025-04-14)
8
9
* [#931](https://github.com/clojure-emacs/cider-nrepl/pull/931): Redesign and optimize track-state middleware.
eastwood.clj
@@ -1,9 +1,3 @@
1
-(disable-warning
- {:linter :unused-ret-vals
- :if-inside-macroexpansion-of #{'boot.core/deftask}
- :within-depth 7
- :reason "The `deftask` macro often includes calls to `boot.util/dbug*` whose purpose is solely for side-effects."})
-
(disable-warning
{:linter :deprecations
:symbol-matches #{#"^public boolean java\.lang\.reflect\.AccessibleObject\.isAccessible\(\)$"}
src/cider/tasks.clj
0 commit comments