Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(chibi parse): allow (optionally) passing custom fk to parse-commit #824

Merged
merged 1 commit into from
Apr 14, 2022
Merged

(chibi parse): allow (optionally) passing custom fk to parse-commit #824

merged 1 commit into from
Apr 14, 2022

Conversation

nmeum
Copy link
Contributor

@nmeum nmeum commented Apr 11, 2022

Without this patch, parse-commit will unconditionally use a faillure
continuation which simply returns #f. This may be undesirable in
some situations. As such, this commit allows (optionally) passing
a custom failure continuation as a second argument. If none is passed
the old behavior is used, hence this commit doesn't cause any backwards
incompatible API changes.

See #822

Without this patch, parse-commit will unconditionally use a faillure
continuation which simply returns `#f`. This may be undesirable in
some situations. As such, this commit allows (optionally) passing
a custom failure continuation as a second argument. If none is passed
the old behavior is used, hence this commit doesn't cause any backwards
incompatible API changes.

See #822
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants