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

refactor: Replace unwrap #183

Merged
merged 1 commit into from
Feb 2, 2024
Merged

refactor: Replace unwrap #183

merged 1 commit into from
Feb 2, 2024

Conversation

odysa
Copy link
Contributor

@odysa odysa commented Feb 2, 2024

Resolve #177

Replace unwrap with ? and expect.

Copy link
Collaborator

@liurenjie1024 liurenjie1024 left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

Copy link
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

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

Thanks!

Copy link
Contributor

@Fokko Fokko left a comment

Choose a reason for hiding this comment

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

Thanks for raising this PR @odysa, and @liurenjie1024 @Xuanwo for the review! 🙌

@Fokko Fokko merged commit 9ae9e13 into apache:main Feb 2, 2024
7 checks passed
@zeodtr
Copy link

zeodtr commented Feb 2, 2024

@odysa @liurenjie1024 @Xuanwo @Fokko Please see my comment: #177 (comment)
Thank you.

@odysa odysa deleted the refactor/rm-unwrap branch February 3, 2024 00:37
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.

Remove unwrap() in ManifestListWriter.close()
5 participants