schemedoc / srfi-metadata

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

Update table #32

Closed jpellegrini closed 3 years ago

jpellegrini commented 3 years ago

There are some new SRFIs, and both STklos and unsyntax had new SRFIs added to their dev branches.

jpellegrini commented 3 years ago

But... Now that I have made the PR I noticed there's something wrong in unsyntax's list of SRFIs. See the numbers... And it seems that one of the supported SRFIs is gone (?)

lassik commented 3 years ago

Thanks! Yes, there's something wrong with the regexp we are using to grep for unsyntax SRFIs; have to edit manually for now. Can you push another commit to do that?

jpellegrini commented 3 years ago

Done!

lassik commented 3 years ago

Thanks!