-
-
Notifications
You must be signed in to change notification settings - Fork 645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lots of compilation warnings since update to Emacs 29 #3606
Comments
Thanks much for the heads up. As far as CircleCI goes, we run (probably it's not a good idea to lint for our entire matrix - I think I've seen issues that if solved for one version, then create an issue for a different version, and so on) @ikappaki may enjoy fixing this, but that's only an invitation :) |
I agreed. Generally it's best to lint only on the latest supported version, at typically the lint warning are accretive anyways. |
Somewhat relatedly: I might suggest adding Emacs HEAD to the matrix too, but allowing failures for that version. Then you kinda get a heads-up about potential future issues. I noticed that |
Hmm, I thought we had done it, but I guess this changed amidst all the CI tweaks. It's always a good idea. |
Expected behavior
Loading CIDER should work without warnings.
Actual behavior
Since upgrading from Emacs 28 to 29, I get a lot of compilation warnings when loading CIDER. They pop up in a
*Warnings*
buffer like this:Here's the full list.
Steps to reproduce the problem
Load CIDER in Emacs 29.1 with native compilation enabled.
Environment & Version information
CIDER version information
Lein / Clojure CLI version
Clojure CLI version 1.11.1.1413
Emacs version
GNU Emacs 29.1 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo version 1.18.0, Xaw3d scroll bars)
Operating system
NixOS 24.05 (Uakari)
JDK distribution
OpenJDK
The text was updated successfully, but these errors were encountered: