chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH] debugging output for finalizers gets writt


From: Peter Bex
Subject: Re: [Chicken-hackers] [PATCH] debugging output for finalizers gets written to stdout
Date: Fri, 30 Aug 2013 13:58:57 +0200
User-agent: Mutt/1.4.2.3i

On Thu, Aug 29, 2013 at 12:49:53PM +0200, Felix Winkelmann wrote:
> It turns out that debugging output enabled with the "-:d" option
> writes information specific to finalizer-queue management to stdout,
> interfering with whatever port happens to be the current standrd
> output port, and particularly nasty when using "with-output-to-string"
> and friends. The attached patch changes the code to output to stderr
> instead.

Thanks! Pushed to master.

> This can produce rather ugly bugs, I recommend to add this to the
> stability branch.

I agree that's probably a good idea.

Cheers,
Peter
-- 
http://www.more-magic.net



reply via email to

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