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: pgpzNMc6hPYC8.pgp
Description: PGP signature

_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to