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

Check all usages of .unwrap() #19

Open
futurechimp opened this issue Nov 29, 2019 · 0 comments
Open

Check all usages of .unwrap() #19

futurechimp opened this issue Nov 29, 2019 · 0 comments

Comments

@futurechimp
Copy link
Contributor

We have a bunch of places in the library where we're using .unwrap() (which could fail and panic) in an unhandled way. Go through and ensure that we do something safe with these in all instances.

@mmsinclair mmsinclair moved this to To analyse in Core systems May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: To analyse
Development

No branches or pull requests

1 participant