bug#39586: pfds 0.3 hamt-fold crashes with guile-2.0 and guile-3.0

2025-01-12 Thread Rob Browning
Rob Browning writes: > (hamts/hamt-fold (lambda (k v result) result) For the record, the full invocation should have been: (hamts/hamt-fold (lambda (k v result) result) #t x) In any case, it looks like this has been fixed in main (not sure when).

bug#39586: pfds 0.3 hamt-fold crashes with guile-2.0 and guile-3.0

2020-03-21 Thread Ludovic Courtès
Hi Rob, Rob Browning skribis: > With the current pdfs (https://github.com/ijp/pfds > 454033f82dac7c0b0ea9e84eed1e8ed316487c78), the code below halts on an > rnrs record assertion failure with both guile-2.2 and guile-3.0, and I'm > wondering if I'm doing something wrong, if it might be a guile b

bug#39586: pfds 0.3 hamt-fold crashes with guile-2.0 and guile-3.0

2020-02-12 Thread Rob Browning
With the current pdfs (https://github.com/ijp/pfds 454033f82dac7c0b0ea9e84eed1e8ed316487c78), the code below halts on an rnrs record assertion failure with both guile-2.2 and guile-3.0, and I'm wondering if I'm doing something wrong, if it might be a guile bug, or if it's more likely an issue wit