I was running into some problems with free() reporting unaligned
pointers on my mac laptop, and decided to try switching on more
debugging options. I tried building with SCM_DEBUG=1, and several
files needed tweaking. Mostly in minor ways, due to -Werror -- %d for
long values, stuff like that
Neil Jerram wrote:
PS. I feel like a broken record, but when will GUILE 1.8 be out?
Out of interest, when would you like it, and for what feature(s) in
particular?
Oh, strings longer than 16mb would be nice. LilyPond can't deal with
certain unicode fonts because GUILE 1.6 can't create string
I wrote:
>
> I made changes to string-filter and string-delete. At the same time I
> made them use substring/shared
I changed my mind about this and made them plain copy-on-write
substrings. The srfi introduction talks about them being "sharing
allowed" but the individual descriptions only say i