On Sun 04 Aug 2019 00:46, Caleb Ristvedt <caleb.ristv...@cune.org> 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