[armedbear-devel] Problem with error reporting

Blake McBride blake at mcbride.name
Fri Jan 21 18:50:38 UTC 2011


I tried putting your (pprint 42) right before the line that causes the
problem and I got:

42
#<THREAD "http-8084-3" {3D33EF4C}>: Unhandled condition of type SIMPLE-ERROR:
  There is no applicable method for the generic function ~S when
called with arguments ~S.

On Fri, Jan 21, 2011 at 11:52 AM, Alessio Stalla
<alessiostalla at gmail.com> wrote:
> On Fri, Jan 21, 2011 at 5:43 PM, Blake McBride <blake at mcbride.name> wrote:
>> These sorts of messages are making development significantly and
>> needlessly time consuming:
>>
>> #<THREAD "http-8084-3" {37ADF98A}>: Unhandled condition of type SIMPLE-ERROR:
>>  There is no applicable method for the generic function ~S when
>> called with arguments ~S.
>
> I believe it's related to a problem with autoloading not firing in
> certain situations. As a workaround, try to ensure that the pretty
> printer and/or print-object is loaded before you run your code (a
> simple (pprint 42) should do). I can't check it right now, so let me
> know if it doesn't work.
>
> Bye,
> Alessio
>




More information about the armedbear-devel mailing list