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

Wrap all calls to user code in panic-safe wrappers #22

Open
jwells131313 opened this issue Sep 9, 2018 · 0 comments
Open

Wrap all calls to user code in panic-safe wrappers #22

jwells131313 opened this issue Sep 9, 2018 · 0 comments
Assignees

Comments

@jwells131313
Copy link
Owner

Users write... uh... code that sometimes panics.

Panics from user callbacks should not cause dargo API to panic. Instead they should all be handled properly.

All calls to things like ErrorService and ValidationService should be wrapped and all panics handled appropriately

@jwells131313 jwells131313 self-assigned this Sep 9, 2018
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

No branches or pull requests

1 participant