Skip to content

One-liner to update ASDF to 3.3.5 and get support for package-local-nicknames #40

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

Open
vindarel opened this issue Nov 13, 2022 · 0 comments
Labels

Comments

@vindarel
Copy link
Collaborator

This:

( cd ~/common-lisp/ && wget https://asdf.common-lisp.dev/archives/asdf-3.3.5.tar.gz  && tar -xvf asdf-3.3.5.tar.gz && mv asdf-3.3.5 asdf )

downloads ASDF 3.3.5 and moves it to your ~/common-lisp/asdf/ directory.

This will fix errors of un-recognized package-local-nicknames which were introduced in this ASDF version.

; caught ERROR:
;   (during macroexpansion of (UIOP/PACKAGE:DEFINE-PACKAGE CIEL-USER ...))
;   unrecognized define-package keyword :LOCAL-NICKNAMES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant