bug#73605: [PATCH] Replace SRFI-64 with a new implementation.

2024-10-02 Thread Tomas Volf
The bundled (reference) implementation was of somewhat mixed quality and it failed to follow standard in multiple places. This commit replaces it with a new one, written from scratch to follow the standard as close as possible. * module/srfi/srfi-64/testing.scm: Delete file. * module/srfi/srfi-64

ANN: R7RS Large Macrological Fascicle, plus new Scheme-Reports mailing list (re-subscription needed)

2024-10-02 Thread Daphne Preston-Kendal
The Working Group for R7RS Large is pleased to announce the immediate availability of the first draft specification for the R7RS Large Foundations, the Macrological Fascicle. Please also take note of another important announcement: The mailing list

Re: GUILE_QUIET=1 guile → suppress REPL welcome message (fixed message format)

2024-10-02 Thread Matt Wette
On 10/2/24 12:13 PM, Dr. Arne Babenhauserheide wrote: Hi Matt, I just ran the testsuite after applying your changes, and it stalls at $ make check -j16 ... ;;; SSAX warning: DOCTYPE DECL T system1 found and skipped UNRESOLVED: time.test: strftime: C99 %z format: strftime fr_FR.iso88591 UNRESOLV

Re: GUILE_QUIET=1 guile → suppress REPL welcome message (fixed message format)

2024-10-02 Thread Dr. Arne Babenhauserheide
Hi Matt, I just ran the testsuite after applying your changes, and it stalls at $ make check -j16 ... ;;; SSAX warning: DOCTYPE DECL T system1 found and skipped UNRESOLVED: time.test: strftime: C99 %z format: strftime fr_FR.iso88591 UNRESOLVED: time.test: strptime: GNU %s format: strftime fr_FR.i

Re: GUILE_QUIET=1 guile → suppress REPL welcome message (fixed message format)

2024-10-02 Thread Dr. Arne Babenhauserheide
Matt Wette writes: > On 3/11/24 6:50 AM, Matt Wette wrote: >> On 3/10/24 6:01 PM, Dr. Arne Babenhauserheide wrote: >>> Hi, >>> >>> It’s been two months now, did anyone get to review this patch? >>> >>> It’s small and it gives an instant improvement when using Guile in Emacs >>> orgmode babel sour

Re: GUILE_QUIET=1 guile → suppress REPL welcome message (fixed message format)

2024-10-02 Thread Dr. Arne Babenhauserheide
Matt Wette writes: > On 10/2/24 6:48 AM, Dr. Arne Babenhauserheide wrote: >>> https://github.com/mwette/guile-contrib/blob/main/patch/3.0.9/info-port.patch > If you compare to the input-port and error-port analogs you may come > to the conclusion I did. Ah, I see — thank you! > Also, I think so

Re: GUILE_QUIET=1 guile → suppress REPL welcome message (fixed message format)

2024-10-02 Thread Matt Wette
On 10/2/24 6:48 AM, Dr. Arne Babenhauserheide wrote: Matt Wette writes: On 3/11/24 6:50 AM, Matt Wette wrote: On 3/10/24 6:01 PM, Dr. Arne Babenhauserheide wrote: Hi, It’s been two months now, did anyone get to review this patch? It’s small and it gives an instant improvement when using Gu