chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Spiffy relies on removed proc.


From: Peter Bex
Subject: Re: [Chicken-users] Spiffy relies on removed proc.
Date: Sun, 16 Mar 2008 15:20:11 +0100
User-agent: Mutt/1.4.2.3i

On Sun, Mar 16, 2008 at 01:21:13AM -0700, Robin Lee Powell wrote:
> 
> In the latest spiffy.scm is:
> 
> (parameterize ([http:error-response-handler (http-resource:error-handler 
> exn)])
> 
> but http-resource:error-handler was removed in 3.5 (3.7 is current).
> 
> The last time it appeared, in 3.4, it looked like this:
> 
> (define (http-resource:error-handler ex)
>   (lambda (code msg)
>     (build-error-message ex code msg)))
> 
> Not sure what the right move is here; 3.5 talks about fixing
> exception handling, so I don't want to just put it back the way it
> was (and I don't have perms to do so anyways).

Thanks for the error report!  I've fixed the bug and added a testcase
for it so it will not happen again.  I've also pushed a new release
which should be available shortly (3.8).

Cheers,
Peter
-- 
http://sjamaan.ath.cx
--
"The process of preparing programs for a digital computer
 is especially attractive, not only because it can be economically
 and scientifically rewarding, but also because it can be an aesthetic
 experience much like composing poetry or music."
                                                        -- Donald Knuth

Attachment: pgpZ9wQYn6N4T.pgp
Description: PGP signature


reply via email to

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