schemedoc / srfi-metadata

Import SRFI metadata into the Scheme API
https://docs.scheme.org/srfi/support/
MIT License
10 stars 2 forks source link

Sagittarius changed its documentation layout in the sources #52

Closed jpellegrini closed 4 months ago

jpellegrini commented 2 years ago

The file that we were using, sagittarius-scheme-master/doc/srfi.scrbl, does not exist anymore:

$ ./generate.sh
...
head.sh
racket.sh
sagittarius-head.sh
tar: sagittarius-scheme-master/doc/srfi.scrbl: Not found in archive
tar: Exiting with failure status due to previous errors
jpellegrini commented 2 years ago

There is doc/srfi.md, in which SRFIs are listed between square brackets (because they are Markdown links),

| [SRFI-2](...) | ...
jpellegrini commented 2 years ago

And listings.scm defines each Scheme with a single method to obtain the SRFIs. We'd need two for Sagittarius (old one for the stable version, new one for HEAD).

jpellegrini commented 2 years ago

The commit didn't actually "fix" this issue; it only changed the autogenerated .sh file.

jpellegrini commented 4 months ago

This was fixed by PR #53