[armedbear] #425: autoload-gen doesn't record methods, resulting in some common-lisp functions not working unless a function in defining file is first autoloaded
#425: autoload-gen doesn't record methods, resulting in some common-lisp functions not working unless a function in defining file is first autoloaded -------------------------+---------------------- Reporter: aruttenberg | Owner: Type: defect | Status: new Priority: major | Milestone: Component: (A)MOP | Version: Keywords: | Parent Tickets: -------------------------+---------------------- To reproduce: {{{ (describe-object 'foo t) -> #<THREAD "interpreter" {56BF7C}>: Debugger invoked on condition of type SIMPLE-ERROR There is no applicable method for the generic function #<STANDARD- GENERIC-FUNCTION DESCRIBE-OBJECT {1FDDDE5A}> when called with arguments (FOO T). ;; autoload of describe also loads describe-object ->(describe 'foo) <elided> ->(describe-object 'foo t) FOO is an internal symbol in the COMMON-LISP-USER package. }}} -- Ticket URL: <http://abcl.org/trac/ticket/425> armedbear <http://abcl.org> armedbear
#425: autoload-gen doesn't record methods, resulting in some common-lisp functions not working unless a function in defining file is first autoloaded ------------------------------+----------------- Reporter: aruttenberg | Owner: Type: defect | Status: new Priority: major | Milestone: Component: (A)MOP | Version: Resolution: | Keywords: Parent Tickets: | ------------------------------+----------------- Comment (by aruttenberg): Looks like might only be a rare issue since I see other cases that must land up getting autoloaded as part of the usual lisp startup. -- Ticket URL: <http://abcl.org/trac/ticket/425#comment:1> armedbear <http://abcl.org> armedbear
#425: autoload-gen doesn't record methods, resulting in some common-lisp functions not working unless a function in defining file is first autoloaded ------------------------------+----------------- Reporter: aruttenberg | Owner: Type: defect | Status: new Priority: major | Milestone: Component: interpreter | Version: Resolution: | Keywords: Parent Tickets: | ------------------------------+----------------- Changes (by mevenson): * component: (A)MOP => interpreter -- Ticket URL: <http://abcl.org/trac/ticket/425#comment:2> armedbear <http://abcl.org> armedbear
#425: autoload-gen doesn't record methods, resulting in some common-lisp functions not working unless a function in defining file is first autoloaded ------------------------------+----------------------- Reporter: aruttenberg | Owner: Type: defect | Status: new Priority: major | Milestone: 1.5.0 Component: interpreter | Version: 1.5.0-dev Resolution: | Keywords: Parent Tickets: | ------------------------------+----------------------- Changes (by mevenson): * version: => 1.5.0-dev * milestone: => 1.5.0 -- Ticket URL: <http://abcl.org/trac/ticket/425#comment:3> armedbear <http://abcl.org> armedbear
participants (1)
-
armedbear