Re: (web server) serving on both ipv6 and ipv4?

2022-01-20 Thread Greg Troxel
"Dr. Arne Babenhauserheide" writes: > Greg Troxel writes: > >> [[PGP Signed Part:Signature made by expired key 1FDA7AE8098ED60E Gregory D. >> Troxel (low security, at work) ]] >> >> Maxime Devos writes: >> >>> Maybe the IPV6_V6ONLY (see the ipv6(7) man page) is relevant here. >>> Alternativel

Re: [PATCH] Added srfi-214: flexvectors

2022-01-20 Thread Vijay Marupudi
> Here are two examples in the wild (slib): Thanks, the patch, which is attached, now attributes credit appropriately. Thank you very much for your help Maxime. I believe there is nothing else pending and that the patch is ready? ~ Vijay >From 42206dec4d5e9ae51665c6e98ef07715b89b12fe Mon Sep 17

Re: [PATCH] Added srfi-214: flexvectors

2022-01-20 Thread Vijay Marupudi
> Guile's README cannot override the law, so the expat license text > would need to remain. I think test-suite/README is primarily > concerned license compatibility and consistency, so I guess > for code from external sources, the ‘let GPL be the license’ > requirement can be relaxed somewhat. > >

Re: [PATCH] Added srfi-214: flexvectors

2022-01-20 Thread Maxime Devos
Vijay Marupudi schreef op do 20-01-2022 om 10:34 [-0500]: > My latest patch now has documentation, mostly derived from the SRFI- > 214 > documentation. Who would have figured that conversion to texinfo > would be the > most time consuming part of this patch? > > I would like advice on how to attri

Re: [PATCH] Added srfi-214: flexvectors

2022-01-20 Thread Vijay Marupudi
> I haven't really looked closely at the documentation or code, > but the structure of the patch seems fine now That's good to hear, awaiting code review then! > , except perhaps: > >> "Software"), to deal in the Software without restriction, including > > Unicode has been a thing now since quite

Re: [PATCH] Added srfi-214: flexvectors

2022-01-20 Thread Maxime Devos
Vijay Marupudi schreef op do 20-01-2022 om 12:57 [-0500]: > > Here are two examples in the wild (slib): > > Thanks, the patch, which is attached, now attributes credit > appropriately. > > Thank you very much for your help Maxime. I believe there is nothing > else pending and that the patch is re

[PATCH] Enable utf8->string to take a range

2022-01-20 Thread Vijay Marupudi
Hello, Attached is a patch that allows `utf8->string' to take additional parameters indicating the start and end indicies of the bytevector that it is converting. This preserves backwards compatibility by adding the new functionality to an `scm_utf8_to_string_range' function (open to any alternat