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

2020-01-12 Thread Andy Wingo
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

2019-08-03 Thread Caleb Ristvedt
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