Opened 12 years ago
Closed 12 years ago
#302 closed defect (fixed)
Symbols fail to autoload
Reported by: | Mark Evenson | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | 1.2.0 |
Component: | other | Version: | 1.2.0-dev |
Keywords: | Cc: | ||
Parent Tickets: |
Description
In Xiaofeng Yang reports that the following symbols are marked as autoloadable in the base system, yet fail to load.
'("CLASS-DIRECT-SLOTS" "COMPUTE-CLASS-DIRECT-SLOTS" "MAKE-FORWARD-REFERENCED-CLASS" "%SET-STREAM-EXTERNAL-FORMAT" "%IMPORT" "%DELETE-PACKAGE"))
Note: See
TracTickets for help on using
tickets.
(In [14400]) Clean up manually defined autoloads.
Problems involved not correctly defining the actual packages for
autoloaded sysmbol and obsolete declarations.
EXT:RESOLVE no longer fails on undefined symbols.
Refactored contens of stream_external_format.java into Stream.java.
Fixes #302.