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/


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

Reply via email to