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

fix: remove all the unwraps from production code #370

Merged
merged 2 commits into from
Nov 30, 2023

Conversation

swarnimarun
Copy link
Contributor

4 of the unwraps are now expected as they can't be fixed trivially, i.e. require major refactoring and are unreachable(to my knowledge) and tests have been untouched.

Fixes #255

4 of the unwraps are now expects as they can't be fixed trivially and require major refactoring and are unreachable(to my knowledge) and tests have been untouched
Copy link
Member

@wolfv wolfv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent

@wolfv wolfv merged commit 6d8e67c into prefix-dev:main Nov 30, 2023
11 checks passed
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.

Keep only needed unwrap statements
2 participants