bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ricardo G. Herdt
Subject: bug#41131: Bug in hash-table-merge! (and patch)
Date: Fri, 08 May 2020 01:50:01 +0200
User-agent: Posteo Webmail

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

Attachment: 0001-Fix-hash-table-merge-bug.patch
Description: Text Data

Attachment: Changelog
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]