Skip to content
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

Quicklisp should perhaps drop the antique ASDF it bundles #187

Open
tfeb opened this issue Jul 27, 2019 · 1 comment
Open

Quicklisp should perhaps drop the antique ASDF it bundles #187

tfeb opened this issue Jul 27, 2019 · 1 comment

Comments

@tfeb
Copy link

tfeb commented Jul 27, 2019

The fallback ASDF (2.26) bundled with Quicklisp is too old to build many projects.

I understand the desire not to update it to a newer version, but I think that rather than distributing something that is explicitly broken (if you, for instance, install QL on an implementation which does not have ASDF, then (ql:quickload ...) will just break in mysterious ways for many QL-provided systems & this does not give a good impression) it would be preferable to detect that there is no ASDF, give a reasonable error, and bail out at setup time. I'd rather have a setup fail than have it 'succeed' but in fact be broken.

Obviously this is an opinionated issue: if you disagree feel free to close it!

If you agree I'd be willing to put in some work & a PR to excise the old ASDF version.

@link2xt
Copy link

link2xt commented Jul 16, 2023

Current fallback ASDF version is 3.2.1 since 313ffa7

I understand the desire not to update it to a newer version

Was there any reason not to update before?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants