guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Print the faulty object upon invalid-keyword errors.


From: Ludovic Courtès
Subject: Re: [PATCH] Print the faulty object upon invalid-keyword errors.
Date: Tue, 04 Jun 2013 12:06:28 +0200
User-agent: Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux)

Andy Wingo <address@hidden> skribis:

> LGTM with a nit.
>
> On Tue 04 Jun 2013 00:33, address@hidden writes:
>
>> +  (define (keyword-error-printer port key args default-printer)
>> +    (let ((message (cadr args))
>> +          (faulty  (car (cadddr args)))) ; i won't do it again, i promise
>> +      (format port "~a: ~s" message faulty)))
>> +
>
> Capitalization ;-)

Ah, sorry about that one; will fix.  ;-)

Ludo’.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]