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

Get rid of unwrap #168

Open
lars-t-hansen opened this issue Apr 16, 2024 · 0 comments
Open

Get rid of unwrap #168

lars-t-hansen opened this issue Apr 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@lars-t-hansen
Copy link
Collaborator

There are a number of unwrap calls in the code. Most of these are probably just fine b/c we've already checked the condition that must hold for the result to be something, but we could/should probably replace them with expect with a suitable string to document that.

@lars-t-hansen lars-t-hansen added the enhancement New feature or request label Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant