bug#41131: Bug in hash-table-merge! (and patch)

2021-03-12 Thread Andy Wingo
Applied, thanks! On Fri 08 May 2020 01:50, "Ricardo G. Herdt" writes: > Hi, > > I just found this bug in the hash-table-merge! function > (modul/srfi/srfi-69.scm). Instead of merging both hash tables, it was > ignoring one of them (other-ht). Attached is the fix, where it now folds > over other

bug#41131: Bug in hash-table-merge! (and patch)

2020-05-07 Thread Ricardo G. Herdt
Hi, I just found this bug in the hash-table-merge! function (modul/srfi/srfi-69.scm). Instead of merging both hash tables, it was ignoring one of them (other-ht). Attached is the fix, where it now folds over other-ht and store its data in ht. Cheers, Ricardo G. Herdt From 180a9e14b807295aa3