Opened 13 years ago
Last modified 13 years ago
#59 new defect
pcl failure
Reported by: | Raymond Toy | Owned by: | Raymond Toy |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | PCL | Version: | 20c |
Keywords: | Cc: |
Description (last modified by )
Mentioned on the asdf-devel list.
- start cmucl
-
(require :asdf)
- push my asdf directory onto
asdf:*central-registry*
-
(asdf:load-system :asdf)
The asdf directory in question is the directory containing the asdf version 2.20.18.
The error produced is:
#(11) fell through ETYPECASE expression. Wanted one of (FUNCTION PCL::FAST-INSTANCE-BOUNDP FIXNUM PCL::METHOD-CALL PCL::FAST-METHOD-CALL). [Condition of type CONDITIONS::CASE-FAILURE] Restarts: 0: [TRY-RECOMPILING] Try recompiling asdf 1: [RETRY ] Retry compiling #<CL-SOURCE-FILE "asdf" "asdf">. 2: [ACCEPT ] Continue, treating compiling #<CL-SOURCE-FILE "asdf" "asdf"> as having been successful. 3: [ABORT ] Return to Top-Level.
Note: See
TracTickets for help on using
tickets.