[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: help with rb-tree/update!
From: |
Chris Hanson |
Subject: |
Re: help with rb-tree/update! |
Date: |
Sun, 20 Nov 2022 04:33:59 -0800 |
I will include a fix (and documentation) in the upcoming release.
On Sunday, November 20, 2022 2:24:24 AM PST JP de Vooght wrote:
> Thank you Taylor
>
> All good now with rb-tree/update! - I was skipping the microcode
> compilation phase.
>
> I use the source tarball, made by change to rbtree.scm then ran the sequence
>
> ./Setup.sh
>
> ./configure --enable-blowfish --enable-gdbm --enable-pgsql --enable-mcrypt
>
> make
>
> make install
>
> JP
>
> On 11/19/22 17:18, Taylor R Campbell wrote:
> >> Date: Sat, 19 Nov 2022 16:49:05 +0100
> >> From: JP de Vooght <jp@vooght.de>
> >>
> >> The function invokes apply-fail as follows (apply-fail fail
> >> 'rb-tree/update!) but apply-fail is defined below with three arguments
> >> (apply-fail fail key caller).
> >>
> >> Could it be passing the key is missing from rb-tree/update! ?
> >
> > Looks like a bug, yep.
> >
> >> If yes, how can I fix this myself for my local version of scheme? I
> >> tried making the change and running Setup.sh / configure / make / make
> >> install with no luck.
> >
> > That process is supposed to work. Can you share a transcript of the
> > whole interaction? The script(1) command is helpful for this.