chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Spiffy relies on removed proc.


From: Robin Lee Powell
Subject: [Chicken-users] Spiffy relies on removed proc.
Date: Sun, 16 Mar 2008 01:21:13 -0700
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

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).

-Robin

-- 
Lojban Reason #17: http://en.wikipedia.org/wiki/Buffalo_buffalo
Proud Supporter of the Singularity Institute - http://singinst.org/
http://www.digitalkingdom.org/~rlpowell/ *** http://www.lojban.org/




reply via email to

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