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

Lessen the amount of unwrap calls #303

Closed
wants to merge 1 commit into from
Closed

Lessen the amount of unwrap calls #303

wants to merge 1 commit into from

Conversation

grtcdr
Copy link

@grtcdr grtcdr commented Jun 22, 2021

What did you implement:

Try and remove the many unwrap() calls, there's still a lot more I'd like to work on. There was one specific unwrap() call that was replaced but still needs to be improved upon to handle situations where an error is encountered.

Closes: #301 (not yet though as it's still a WIP)

How did you verify your change:

Building and testing the project was successful.

@grtcdr grtcdr closed this Jun 26, 2021
@grtcdr grtcdr deleted the less-unwraps branch June 26, 2021 09:25
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.

We have too many unwrap() calls in the codebase
1 participant