lisp-tips / lisp-tips

Common Lisp tips. Share !
116 stars 2 forks source link

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

Open vindarel opened 1 year ago

vindarel commented 1 year ago

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