Op 14-05-2023 om 00:10 schreef Rob Browning:
Regarding hash-maps and hash-sets, I initially used pfds, but after
having trouble with bugs, I switched to fash:

   https://codeberg.org/lokke/lokke/commits/branch/main/search?q=pfds

Guix has included a fix tor the hamts bug:

       #:phases (modify-phases %standard-phases
                  (add-after 'unpack 'patch-sources
                    ;; Initially reported here:
                    ;; https://github.com/ijp/pfds/pull/6, and merged into
                    ;; other projects such as IronScheme (see:
                    ;; https://github.com/IronScheme/pfds/pull/1).
                    (lambda _
                      (substitute* "hamts.sls"
                        (("subtrie-vector vector")
                         "subtrie-vector trie"))))

(which has been merged upstream.)
(Or perhaps you encountered some other bug.)

Possibly your version of pfds is simply out-of-date.

Greetings,
Maxime.

Attachment: OpenPGP_0x49E3EE22191725EE.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to