bug-guile
[Top][All Lists]
Advanced

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

bug#36915: make-thread-local-fluid ignores the default value


From: Andy Wingo
Subject: bug#36915: make-thread-local-fluid ignores the default value
Date: Sun, 12 Jan 2020 22:27:39 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

On Sun 04 Aug 2019 00:46, Caleb Ristvedt <address@hidden> writes:

> In Guile 2.2.6 as packaged on Guix System (x86-64), the following
> happens:
>
> --------------------------------------
> (define some-fluid (make-thread-local-fluid 42))
>
> (display (fluid-ref some-fluid))
>
> => #f
> --------------------------------------

This is fixed in git, thanks to Rob Browning.

Thanks for the report,

Andy





reply via email to

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