guile-user
[Top][All Lists]
Advanced

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

Re: bug#10093: Problem compiling related to block-growth-factor fluid


From: Andy Wingo
Subject: Re: bug#10093: Problem compiling related to block-growth-factor fluid
Date: Wed, 23 Nov 2011 16:27:59 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

Hi :)

On Wed 23 Nov 2011 15:06, address@hidden (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

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