-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Tests broken on new release on ECL #2
Comments
Thank you! Interesting information. Traditionally, I have only (comparatively) heavily tested on SBCL and lightly tested on CCL, but also lightly testing on ECL seems like it could be worthwhile, so I'll try installing ECL and reproducing your issue and then get back to you. |
Hum, unfortunately, it seems properly running ECL with Quicklisp is not that easy on my machine, due to a conflict with the system-provided ASDF, which I need for my StumpWM. I don't really want to mess with my system. I have enough urgent fires on my roadmap that adding proper support for ECL is not a top priority, and that would be much easier to do once my unit testing framework is ready, allowing me to vastly and easily expand my unit testing practices. I would be pretty surprised if this was the only ECL issue across all my libraries anyway, so I think it would be best to add proper support for ECL later, hopefully in 2024 or 2025. There are probably other Common Lisp implementations worth supporting explicitly, too. Sorry for any inconveniences caused! |
No probs, I'll just disable the ECL tests for your library or disable the ECL guix package altogether until it's fixed. |
Looks like the latest release version of
enhanced-eval-when
breaks the tests for canonicalized-initargs on ECL:WDYT
The text was updated successfully, but these errors were encountered: