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
Address cl-flet lint warning
... with a simpler implementation of cider--setup-clojure-major-mode.
Can't have cl-flet lint warnings if I don't use cl-flet.
Add clojure-ts-mode dependency to Eldev
Silence byte-compiler when optional clojure-ts-mode is not available
The linter throws a warning when byte-compiling. Eldev doesn't support
pulling in dependencies declared with `eldev-add-extra-dependencies`
while running the `eldev compile` command. See
https://emacs-eldev.github.io/eldev/#additional-dependencies
This makes sense. If a user is byte compiling cider and they don't have
clojure-ts-mode installed, they shouldn't see a byte compile warning for
it.
Make clojure-ts-mode dependency optional
Tests will fail when using Emacs versions less than 29 because
clojure-ts-mode requires Emacs 29 to work properly. That could be why
tests fail in CI. This probably won't help with the linting issue
0 commit comments