bug#36915: make-thread-local-fluid ignores the default value
On Sun 04 Aug 2019 00:46, Caleb Ristvedt 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 > --
bug#36915: make-thread-local-fluid ignores the default value
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 -- The same problem doesn't happen with non-thread-local