Re: [PATCH] Add string-split-substring

2022-02-12 Thread Vijay Marupudi
Thanks for taking a look Christopher! Christopher Lam writes: > I think the last test should be: > > (pass-if "string-split-substring - non-empty, trailing delimiters" > (equal? (string-split-substring "barfoo" "foo") > (list "bar" "" Good catch, thank you! I have fixed it

Re: [PATCH] Add string-split-substring

2022-02-12 Thread Christopher Lam
I think the last test should be: (pass-if "string-split-substring - non-empty, trailing delimiters" (equal? (string-split-substring "barfoo" "foo") (list "bar" "" And isn't it more efficient to use substring/shared instead of substring? On Sun, 13 Feb 2022 at 03:06, Vijay M

[PATCH] Add string-split-substring

2022-02-12 Thread Vijay Marupudi
Hello all, I have added a function named `string-split-substring' to the (ice-9 string-fun) module. It acts like `string-split', but taking a substring instead. It works like this (string-replace-substring "item-1::item-2::item-3::item-4" "::") => ("item-1" "item-2" "item-3" "item-4") The tests

[PATCH] Add sxml->xml example code in docs.

2022-02-12 Thread Alexandros Theodotou
* doc/ref/sxml.texi (Reading and Writing XML): Add sxml->xml example code. --- doc/ref/sxml.texi | 11 +++ 1 file changed, 11 insertions(+) diff --git a/doc/ref/sxml.texi b/doc/ref/sxml.texi index 5f827916e..efd086be3 100644 --- a/doc/ref/sxml.texi +++ b/doc/ref/sxml.texi @@ -201,6 +201

Re: GNU Guile 3.0.8 released

2022-02-12 Thread Alexey Abramov
Hi, Rspamd rejected the message in my case 2022-02-11 08:51:10 #260(normal) <975ccb>; task; rspamd_task_write_log: id: <87zgmxn8t7@pobox.com>, qid: <5108717e>, ip: 209.51.188.17, from: , (default: T (reject): [16.49/15.00] [ MULTIPLE_FROM(9.00){wi...@pobox.com,wi...@pobox.com;}, MULTIPLE_UNIQ

GNU Guile 3.0.8 released

2022-02-12 Thread Andy Wingo
[A resend, as original mail accidentally had two From headers; apologies for any duplicates!] We are delighted to announce GNU Guile release 3.0.8, the latest in the 3.0 stable release series. The Guile 3.0.8 release mixes maintenance and optimizations that were landed since the previous 3.0.7 st

Re: GNU Guile 3.0.8 released

2022-02-12 Thread tomas
On Fri, Feb 11, 2022 at 06:51:50PM +, Chris Vine wrote: > On Fri, 11 Feb 2022 19:03:17 +0100 > Ricardo Wurmus wrote: > > Aleix Conchillo FlaquƩ writes: > > > On Fri, Feb 11, 2022 at 3:05 AM Maxime Devos > > > wrote: > > > > > >> Andy Wingo schreef op vr 11-02-2022 om 08:47 [+0100]: > > >> >