-
-
Notifications
You must be signed in to change notification settings - Fork 419
fix: apply unwrap where necessary #1113
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: apply unwrap where necessary #1113
Conversation
tests pass for me locally unfortunately. From what I can see in the logs here, the error is not in my PR per sé, it was just not noticed before because the unwrap was missing |
I have the same tests failing for me locally (macOS) |
abe345f
to
f115edd
Compare
since this is only meant to be a refactor I have reverted the small changes that caused the tests to fail. Determining whether those are bugs or not will be left for a future PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your work on this!
Summary
Progress on #1061.
Applies
unwrap
in bunch of places where it was necessary. Also contains some other small things I fixed when I came across them.Tasks Completed