-
Notifications
You must be signed in to change notification settings - Fork 13
system cl-annot-test is not found in quicklisp 2013-11-11 #6
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
@xach , why is this system absent in quicklisp? When I manually add the directory it, it loads fine.
And the cl-annot-test system comes in a separate .asd file. |
Does it build without warnings in SBCL? Use :verbose t to check, or load
manually via asdf.
…On Wed, Jan 12, 2022 at 12:51 AM Anton Vodonosov ***@***.***> wrote:
@xach <https://github.com/xach> , why is this system absent in quicklisp?
When I manually add the directory it, it loads fine.
(pushnew "~/quicklisp/dists/quicklisp/software/cl-annot-20150608-git/" asdf:*central-registry* :test 'equal)
(ql:quickload :cl-annot-test)
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAEB7ZTNGUOPFFGWXSAZG3UVUJGLANCNFSM4AKKN7DQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Retried with
Wanted to open an issue at https://github.com/m2ym/cl-annot, but the repo is "archived by the owner and is now read-only" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In quicklisp 2013-11-11
(ql:quickload :cl-annot-test)
fails.Only
allows helps.
The text was updated successfully, but these errors were encountered: