Ticket #1021 (closed defect: duplicate)
Improper CL:LOAD behavior
| Reported by: | ryanhope | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ANSI CL Compliance | Version: | 1.8 |
| Keywords: | Cc: |
Description
During a call to compile-file, *compile-file-pathname* is bound... At other times, the value of these variables is ni. cl:load should bind cl:compile-file-pathname to NIL
Because of this bug, the following fails:
(eval-when (:compile-toplevel :load-toplevel)
(asdf:load-system :iolib))
Change History
Note: See
TracTickets for help on using
tickets.
