chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Spiffy


From: felix winkelmann
Subject: Re: [Chicken-users] Spiffy
Date: Sun, 10 Dec 2006 23:16:40 +0100

On 12/9/06, Dan Muresan <address@hidden> wrote:
More remarks:

* even with debug: #f, spiffy still logs 404's to stdout (or stderror
-- not sure). This wouldn't be too bad, but for some other reason, it
prevents the process from running in the background: whenever an
output action is attempted, the shell tells me the job has been
stopped. Possibly chicken tries to access stdin when writing?

* sxml->html breaks naming conventions and makes it hard to use the
macro define-http-resource. sxml->html is not a function, but a
procedure with side effects (it displays the result).
define-http-resource expects a value to be returned. Bonus: a
hard-to-debug situation where sxml->html writes its output (plus some
incomplete headers) and returns #<unspecified>, which
define-http-resource dutifully appends to the stream (with the rest of
the headers).


All your remarks are correct. I will try to address them once I find
the time. I dunno yet how to address some of the points without
breaking backwards compatibility, though.

Anyway, I'm slowly approaching the point where I can't handle
all feature requests and bug reports and I feel we need a bugtracking
system...

HINT! HINT!


cheers,
felix


--
http://galinha.ucpel.tche.br:8081/blog/blog.ssp




reply via email to

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