#302: Symbols fail to autoload ----------------------+----------------------------------------------------- Reporter: mevenson | Owner: somebody Type: defect | Status: new Priority: major | Milestone: 1.2.0 Component: other | Version: 1.2.0-dev Keywords: | ----------------------+----------------------------------------------------- In [http://article.gmane.org/gmane.lisp.armedbear.devel/2772 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")) }}}
#302: Symbols fail to autoload -----------------------+---------------------------------------------------- Reporter: mevenson | Owner: somebody Type: defect | Status: closed Priority: major | Milestone: 1.2.0 Component: other | Version: 1.2.0-dev Resolution: fixed | Keywords: -----------------------+---------------------------------------------------- Changes (by mevenson):
* status: new => closed * resolution: => fixed
Comment:
(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.
armedbear-ticket@common-lisp.net