Skip to content

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

Open
avodonosov opened this issue Dec 8, 2013 · 3 comments
Open

system cl-annot-test is not found in quicklisp 2013-11-11 #6

avodonosov opened this issue Dec 8, 2013 · 3 comments

Comments

@avodonosov
Copy link

In quicklisp 2013-11-11 (ql:quickload :cl-annot-test) fails.

Only

(ql:quickload :cl-annot)
(let ((asdf:*central-registry* (cons (asdf:system-source-directory :cl-annot)
                                     asdf:*central-registry*)))
  (ql:quickload :cl-annot-test))

allows helps.

@avodonosov
Copy link
Author

avodonosov commented Jan 12, 2022

@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)

And the cl-annot-test system comes in a separate .asd file.

@xach
Copy link
Contributor

xach commented Jan 12, 2022 via email

@avodonosov
Copy link
Author

avodonosov commented Jan 18, 2022

Retried with :verbose ton SBCL and got this error:

; file: /home/anton/quicklisp/dists/quicklisp/software/cl-annot-20150608-git/t/annot.lisp
; in:
;      IS-TYPE (CL-ANNOT.CORE:%ANNOTATION CL-ANNOT.STD:EXPORT* (DEFSTRUCT S NIL))
;     (PROVE.TEST:IS-TYPE
;      (CL-ANNOT.CORE:%ANNOTATION CL-ANNOT.STD:EXPORT*
;                                 (DEFSTRUCT CL-ANNOT-TEST::S NIL))
;      'SYMBOL "export structure")
; ==>
;   (LET ((#:DESC2 "export structure") (#:EXPECTED-TYPE3 'SYMBOL))
;     (PROVE.TEST::WITH-CATCHING-ERRORS (:DESCRIPTION #:DESC2 :EXPECTED
;                                        #:EXPECTED-TYPE3)
;       (PROVE.TEST::WITH-DURATION ((#:DURATION0 #:RESULT1)
;                                   (CL-ANNOT.CORE:%ANNOTATION
;                                    CL-ANNOT.STD:EXPORT* #))
;         (PROVE.TEST::TEST #:RESULT1 #:EXPECTED-TYPE3 #:DESC2 :DURATION
;                           #:DURATION0 :GOT-FORM
;                           '(CL-ANNOT.CORE:%ANNOTATION CL-ANNOT.STD:EXPORT* #)
;                           :TEST-FN #'TYPEP :REPORT-EXPECTED-LABEL
;                           "be a type of"))))
; 
; caught WARNING:
;   slot name of NIL indicates probable syntax error in DEFSTRUCT

; in: DEFSTRUCT S
;     (DEFSTRUCT CL-ANNOT-TEST::S NIL)
; 
; caught WARNING:
;   slot name of NIL indicates probable syntax error in DEFSTRUCT
; 
; caught WARNING:
;   slot name of NIL indicates probable syntax error in DEFSTRUCT


...

COMPILE-FILE-ERROR while
compiling #<CL-SOURCE-FILE "cl-annot-test" "t" "annot">
   [Condition of type UIOP/LISP-BUILD:COMPILE-FILE-ERROR]

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants