Skip to content

Commit 58be6fc

Browse files
Remove Boot support
1 parent 367de04 commit 58be6fc

File tree

3 files changed

+2
-25
lines changed

3 files changed

+2
-25
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master (unreleased)
44

5+
- [#934](https://github.com/clojure-emacs/cider-nrepl/pull/934): **BREAKING** — Remove Boot support.
6+
57
## 0.55.1 (2025-04-14)
68

79
* [#931](https://github.com/clojure-emacs/cider-nrepl/pull/931): Redesign and optimize track-state middleware.

eastwood.clj

-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
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-
71
(disable-warning
82
{:linter :deprecations
93
:symbol-matches #{#"^public boolean java\.lang\.reflect\.AccessibleObject\.isAccessible\(\)$"}

src/cider/tasks.clj

-19
This file was deleted.

0 commit comments

Comments
 (0)