SRFI support matrix is now auto-generated
Lassi Kortela
(03 May 2020 10:09 UTC)
|
Re: SRFI support matrix is now auto-generated
Erkin Batu Altunbas
(03 May 2020 11:42 UTC)
|
Re: SRFI support matrix is now auto-generated
Lassi Kortela
(03 May 2020 11:47 UTC)
|
Re: SRFI support matrix is now auto-generated
Erkin Batu Altunbas
(04 May 2020 16:26 UTC)
|
Re: SRFI support matrix is now auto-generated
Arthur A. Gleckler
(04 May 2020 17:19 UTC)
|
Re: SRFI support matrix is now auto-generated
Erkin Batu Altunbas
(04 May 2020 17:27 UTC)
|
Re: SRFI support matrix is now auto-generated
Erkin Batu Altunbas
(04 May 2020 17:37 UTC)
|
Re: SRFI support matrix is now auto-generated
Arthur A. Gleckler
(03 May 2020 16:25 UTC)
|
Re: SRFI support matrix is now auto-generated
Erkin Batu Altunbas
(03 May 2020 16:46 UTC)
|
Re: SRFI support matrix is now auto-generated
Lassi Kortela
(03 May 2020 17:00 UTC)
|
Re: SRFI support matrix is now auto-generated
Duy Nguyen
(03 May 2020 16:47 UTC)
|
Re: SRFI support matrix is now auto-generated
Lassi Kortela
(03 May 2020 17:26 UTC)
|
Re: SRFI support matrix is now auto-generated
Duy Nguyen
(04 May 2020 08:59 UTC)
|
Re: SRFI support matrix is now auto-generated
Lassi Kortela
(04 May 2020 13:06 UTC)
|
Re: SRFI support matrix is now auto-generated
Erkin Batu Altunbas
(03 May 2020 17:00 UTC)
|
Re: SRFI support matrix is now auto-generated
Arthur A. Gleckler
(03 May 2020 17:02 UTC)
|
Re: SRFI support matrix is now auto-generated Lassi Kortela (03 May 2020 17:05 UTC)
|
Re: SRFI support matrix is now auto-generated
Erkin Batu Altunbas
(03 May 2020 17:09 UTC)
|
Re: SRFI support matrix is now auto-generated
Lassi Kortela
(03 May 2020 17:16 UTC)
|
> I consulted Riastradh and he directed me to this snippet in the > master branch: > https://git.savannah.gnu.org/cgit/mit-scheme.git/tree/src/runtime/mit-macros.scm?id=ebbbc133b6f24fc73d786284e155379f38e15a88#n774 Neat. Thanks! > Should we include these directly? > > That would be great, although I think Lassi is hoping to automate > everything. curl --fail --silent --show-error \ https://git.savannah.gnu.org/cgit/mit-scheme.git/plain/src/runtime/mit-macros.scm | grep -oE "^\(define-feature 'srfi-[0-9]+ " | grep -oE '[0-9]+' | sort -g | uniq It takes 2 minutes to automate one...