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

Err out on unknown function #66

Merged
merged 3 commits into from
Jul 11, 2024
Merged

Conversation

alexsnaps
Copy link
Contributor

@alexsnaps alexsnaps commented Jul 11, 2024

Fixes #65

I think that's what is needed, no? If so, let me know, and I'll add a test including tests, and a small perf improvement:
ok_or() evaluated the arg and results (on ok) to just create an Arc, increment it, then decrement it and then drop it. Real minor, but ...

@alexsnaps alexsnaps marked this pull request as ready for review July 11, 2024 13:09
@clarkmcc clarkmcc merged commit 2cb75cb into clarkmcc:master Jul 11, 2024
1 check passed
@alexsnaps alexsnaps deleted the missing_fn branch July 12, 2024 15:31
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.

Unresolved method/function calls panic
2 participants