guile-devel
[Top][All Lists]
Advanced

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

Re: Clojure support


From: Maxime Devos
Subject: Re: Clojure support
Date: Sat, 20 May 2023 11:36:23 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.2



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

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