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 more unwrap calls. #24

Merged
merged 1 commit into from
Jun 8, 2023
Merged

fix: remove more unwrap calls. #24

merged 1 commit into from
Jun 8, 2023

Conversation

eseidel
Copy link
Contributor

@eseidel eseidel commented Jun 8, 2023

Each unwrap() is a potential crash. Shorebird's updater code should never crash.

There still are a couple, but I think we should set up coverage first so we can track that we're testing all these changes.

Each unwrap() is a potential crash.  Shorebird's updater code
should never crash.

There still are a couple, but I think we should set up coverage
first so we can track that we're testing all these changes.
Copy link
Contributor

@felangel felangel left a comment

Choose a reason for hiding this comment

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

💯

@eseidel eseidel merged commit bce1508 into main Jun 8, 2023
@eseidel eseidel deleted the unwrap branch June 8, 2023 22:14
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.

2 participants