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

Remove some unwraps, including one which panicked in production #43

Merged
merged 3 commits into from
Oct 9, 2023

Conversation

jbearer
Copy link
Member

@jbearer jbearer commented Oct 9, 2023

No description provided.

Unwraps are either replaced by retries or infallible pattern
matching. A few unwraps remain, these are all guarded by null
checks while holding an exclusive lock, and are difficult to
rewrite with non-panicking code.
@jbearer jbearer merged commit 8e29223 into main Oct 9, 2023
7 checks passed
@Ancient123 Ancient123 deleted the fix/unwraps branch January 15, 2024 20:32
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.

3 participants