[PATCH] Use weak chain approach for locatives, too

2023-06-26 Thread Peter Bex
Hi all, Here's a patch to replace the locative table with the same approach we use for weak pair tracking. Not much to say, the idea is simple, the patch a bit bigger (because it rips out the locative table). There's no manual or NEWS entry because this should not be user-visible unless code cre

Re: [PATCH] fix some problems with the SRFI-4 syntax extensions added recently

2023-06-26 Thread felix . winkelmann
> > As Peter remarks, this code is too hairy. I added a comment trying > > to explain the reason for this. > > Thanks for adding a bit of explanation. Are the lists really that long > though? I'd expect this syntax to be used only in user-typed literals, > not in data to be read in. I was thinki

Re: [PATCH] fix some problems with the SRFI-4 syntax extensions added recently

2023-06-26 Thread Peter Bex
On Sun, Jun 25, 2023 at 08:06:01AM +0200, felix.winkelm...@bevuta.com wrote: > Hi! > > Attached a patch to fix some problems with the newly introduced > extension to SRFI-4 vector read syntax. "Siiky" pointed out a bogus > empty string comparison and further testing showed that empty strings > wer