This fixes a bug pointed out in https://srfi-email.schemers.org/srfi-158/msg/15082053/
Actually, I don't quite understand the comment in the original code. I replaced the body with Gauche's implementation.
You can view, comment on, or merge this pull request online at:
https://github.com/scheme-requests-for-implementation/srfi-158/pull/7
Commit Summary
- Fix generator-find to return #f when generator is exhausted
File Changes
- M chicken-test.scm (1)
- M srfi-158-impl.scm (8)
Patch Links:
- https://github.com/scheme-requests-for-implementation/srfi-158/pull/7.patch
- https://github.com/scheme-requests-for-implementation/srfi-158/pull/7.diff
—