Re: [PATCH] Accept .sld as scheme extensions in r7rs

2020-03-07 Thread Ludovic Courtès
Hi, Nguyễn Thái Ngọc Duy skribis: > This is similar to 0bb980f12 (New function: install-r6rs!, 2019-09-25) > which accepts .sls extension for r6rs. In r7rs, most portable libraries > use .sld. > > * module/ice-9/boot-9.scm (install-r7rs!): Update %load-extensions. Applied. Thank you, and apolo

Re: Should guile-3.0 cond-expand guile-2 and guile-2.2?

2020-03-07 Thread Ludovic Courtès
Hi, Rob Browning skribis: > $ guile-3.0 -c '(display (cond-expand (guile-2.2 "?\n"))) > ? > > Is that intentional? I think so, though I don’t think this was discussed here. The way I see it, it means that guile-3 is a superset of 2.2. Ludo’.

Re: guile pipeline do-over

2020-03-07 Thread Ludovic Courtès
Hi Rutger! Rutger van Beusekom skribis: > This patch replaces open-process with piped-process in posix.c and > reimplement open-process with piped-process in popen.scm. This allows > setting up a pipeline in guile scheme using the new pipeline procedure > in popen.scm and enables its use on oper

Re: README issues

2020-03-07 Thread Ludovic Courtès
Hello, Jean-Christophe Helary skribis: > Good evening everybody, thank you for helping on the IRC channel. > > Here is a README patch to minimally document fixes for the issues I had. > > Don't hesitate to edit to follow the guile documentation standards of any. > > If there is a need to have a

GNU Guile 2.2.7 released

2020-03-07 Thread Ludovic Courtès
We are delighted to announce GNU Guile release 2.2.7, the seventh bug-fix release of the “legacy” 2.2 series (the current stable series is 3.0). See the NEWS excerpt that follows for full details. * * * Guile is an implementation of the Scheme programming language.

Re: README issues

2020-03-07 Thread Jean-Christophe Helary
Thank you Ludovic ! > On Mar 8, 2020, at 0:59, Ludovic Courtès wrote: > > Hello, > > Jean-Christophe Helary > skribis: > >> Good evening everybody, thank you for helping on the IRC channel. >> >> Here is a README patch to minimally document fixes for the issues I had. >> >> Don't hesitate t