bug#36915: make-thread-local-fluid ignores the default value
Andy Wingo <[email protected]>
| Newsgroups | gmane.lisp.guile.bugs |
|---|---|
| Message-ID | <[email protected]> |
On Sun 04 Aug 2019 00:46, Caleb Ristvedt <[email protected]> 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