Re: todo for 0.14.4
"bryan o'connor" <[email protected]> Sat, 13 Aug 2005 00:27:44 -0700
| Newsgroups | gmane.lisp.openmcl.bugs |
|---|---|
| Message-ID | <[email protected]> |
somehow asdf (or the effect of loading it) causes the
discrepancy between what you and i see..
> openmcl -n
Welcome to OpenMCL Version (Beta: DarwinPPC32) 0.14.4-pre-050812!
? (add-method #'print-object)
> Error in process listener(1): Too few args to: #<STANDARD-GENERIC-
FUNCTION ADD-METHOD #x8074866>
> While executing: CCL::NTH-ARG-DCODE-TOO-FEW-ARGS
> Type :POP to abort.
Type :? for other options.
1 > ^D
? (require :asdf)
:ASDF
("ASDF")
? (add-method #'print-object)
> Error in process listener(1): No applicable method for args:
> (#<STANDARD-GENERIC-FUNCTION PRINT-
OBJECT #x80721FE>)
> to #<STANDARD-GENERIC-FUNCTION ADD-
METHOD #x8074866>
> While executing: #<CCL::STANDARD-KERNEL-METHOD NO-APPLICABLE-
METHOD (T)>
> Type :POP to abort.
Type :? for other options.
1 >
>>> (add-method #'print-object)
>>
>> should throw program-error because the wrong number of
>> args was given. num arg checking seems to be bypassed.
>>
>>
>
> Welcome to OpenMCL Version (Beta: DarwinPPC32) 0.14.4-pre-050809a!
> ? (add-method #'print-object)
>
>> Error in process listener(1): Too few args to: #<STANDARD-GENERIC-
>> FUNCTION ADD-METHOD #x8074E56>
>> While executing: NTH-ARG-DCODE-TOO-FEW-ARGS
>> Type :POP to abort.