On Sat, Oct 8, 2022 at 8:51 AM Wolfgang Corcoran-Mathe < [email protected]> wrote:
> This fixes the sample implementation of range-any. The old version ran > through the entire range. Somehow, I messed this up and didn't realize it > until the 9f7fed errata. > > This also fixes the fallback assume implementation, which should accept > multiple arguments. > Merged and pushed. Thanks. > ------------------------------ > You can view, comment on, or merge this pull request online at: > > https://github.com/scheme-requests-for-implementation/srfi-196/pull/21 > Commit Summary > > - 818d04a > > <https://github.com/scheme-requests-for-implementation/srfi-196/pull/21/commits/818d04ab445a94c2669f7ecb46c23d085192e846> > range-any: Fix thinko. > - 8e1ec90 > > <https://github.com/scheme-requests-for-implementation/srfi-196/pull/21/commits/8e1ec908b203f2bacce8789b9b9d0b104d9f4887> > Revert "range-any: Fix thinko." > - fcbcab9 > > <https://github.com/scheme-requests-for-implementation/srfi-196/pull/21/commits/fcbcab9d926199ef156dc9674a6973ec8a5dbc83> > Fix thinko using John's new phrasing. > - ce46cf3 > > <https://github.com/scheme-requests-for-implementation/srfi-196/pull/21/commits/ce46cf3cc4d58eb4387e4140938c69e7e580c8af> > Fix sample implementation of range-any. > - 4572598 > > <https://github.com/scheme-requests-for-implementation/srfi-196/pull/21/commits/4572598881485b6e76f210e95793a211e0a3c34c> > Fix fallback 'assume' definition. > - d5f8a5e > > <https://github.com/scheme-requests-for-implementation/srfi-196/pull/21/commits/d5f8a5e363050a1c85fe2b32b5d0061cf0248f93> > Merge remote-tracking branch 'srfi/master' > > File Changes > > (2 files > <https://github.com/scheme-requests-for-implementation/srfi-196/pull/21/files> > ) > > - *M* srfi/196.scm > > <https://github.com/scheme-requests-for-implementation/srfi-196/pull/21/files#diff-008f1a04cbec0fe57ea94e8cbcaa6e828b3ef49cda0e7d5449ddb280e352f60e> > (22) > - *M* srfi/196.sld > > <https://github.com/scheme-requests-for-implementation/srfi-196/pull/21/files#diff-afa2025b56e71d92d573d2117107f75f1ceca4cb4b986728b30163152558d1bc> > (2) > > Message ID: <scheme-requests-for-implementation/srfi-196/pull/21@github. > com> >
