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

Add logic to allow functions to accept errors args #525

Merged
merged 2 commits into from
Apr 6, 2022

Conversation

kortschak
Copy link
Contributor

This adds additional logic to allow users to construct overloads that can accept errors as arguments.

Closes #523.

Please take a look.

This change is intended to be used sparingly to allow construction of error
handling functions to allow continuation of evaluations when partial evaluation
is acceptable in the face of errors.
@kortschak
Copy link
Contributor Author

PTAL

@TristonianJones
Copy link
Collaborator

/gcbrun

@TristonianJones TristonianJones merged commit e53a882 into google:master Apr 6, 2022
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.

Allow user definition of functions that avoid parameter error checking
2 participants