We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
~/common-lisp/asdf/
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This:
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.
The text was updated successfully, but these errors were encountered: