chicken-hackers
[Top][All Lists]
Advanced

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

[Chicken-hackers] Stray diagnostic print in lolevel.scm


From: Tony Sidaway
Subject: [Chicken-hackers] Stray diagnostic print in lolevel.scm
Date: Mon, 5 Feb 2007 07:56:21 +0000

I don't have commit access.  This is a minor gripe anyway.

I've been using object-evict and object-release. In calling the latter
I notice that I get a printed diagnostic trace in the form "release:
OBJECT" for each evicted object I release.

This is due to the expression '(printf "release: ~s~%" x)' in the
definition of object-release, in the darcs copy of lolevel.scm, at
release 2.519.

Eviction and release are recursive so releasing a complex object will
produce a lot of diagnostics on (current-ouput-port)!




reply via email to

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