-
Notifications
You must be signed in to change notification settings - Fork 49
Please add cl-fxml #1969
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
Comments
CLISP has not seen an official release in more than a decade, so no need to worry about supporting it, in my view. We already have plenty of actively officially supported implementations to worry about. (Yes, I am aware that there is an unofficial fork of CLISP somewhere.) |
CLISP failure is not a deal-breaker. |
The CLISP failure you mention sounds like something that could be solved by updating ASDF to a newer version. (AFAIK the last CLISP release still ships with ASDF 2 by default.) If you feel like spending a while on that, you could try upgrading your local CLISP installation to ASDF 3.4+ (e.g. by downloading and loading https://common-lisp.net/project/asdf/archives/asdf.lisp into it) and see if your system and its dependencies load correctly then. |
CLISP does not include ASDF at all, so it's likely using the Quicklisp fallback 2.26. |
OK - that's plausible. (It's likely a question for a separate issue, is it feasible/possible for Quicklisp to bump up its fallback ASDF version to 3.x? Why not?) |
After loading the linked |
Good - it's an issue of an old ASDF, then, and nothing wrong with your system. |
Uh oh!
There was an error while loading. Please reload this page.
https://github.com/Goheeca/cl-fxml
Loads fine and works on SBCL, and ABCL.
I also tried CLISP 2.49.92 (2018-02-18), but the dependency
named-readtables
failed to load:The text was updated successfully, but these errors were encountered: