Hi :)

On Wed 23 Nov 2011 15:06, l...@gnu.org (Ludovic Courtès) writes:

> So what was the deal?  One thread would see an uninitialized fluid,
> right?

Yes, because threads that are not created by Guile do not share the
dynamic state with the threads that made (and set) the fluids, so they
get #f as the fluid value.

I fixed this by making it possible to create a fluid whose default
value, in all dynamic states, is something other than #f.

Regards,

Andy
-- 
http://wingolog.org/

Reply via email to