Re: functional datastractures

2007-03-12 Thread Ludovic Courtès
Hi, Klaus Schilling [EMAIL PROTECTED] writes: Once again we see the miracles of undocumented modules :) `(ice-9 streams)' _is_ documented, at least in 1.8: http://www.gnu.org/software/guile/manual/html_node/Streams.html#Streams Thanks, Ludovic.

threads, muxes, gc, assert violation

2007-03-12 Thread Marco Maggi
Ciao, while running a test suite for a Guile (1.8.1) extension I get: guile: ../../libguile/threads.c:1322:\ scm_threads_mark_stacks: Assertion 't-top' failed. it happens every single time I run that file in the suite. My code creates *no* threads, it just prepares the following