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: dont even have todo. err instead. #607

Merged
merged 1 commit into from
Mar 30, 2024
Merged

fix: dont even have todo. err instead. #607

merged 1 commit into from
Mar 30, 2024

Conversation

tuddman
Copy link
Contributor

@tuddman tuddman commented Mar 30, 2024

Summary

The existence of Content::V2(_) as a match arm was causing problems and crashing on the todo!()

This patch changes those todos to Err instead.

Copy link
Contributor

@nplasterer nplasterer left a comment

Choose a reason for hiding this comment

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

Really wild that iOS was hitting this. I'll have to dig deeper but atleast it shouldn't crash. 🙏

@tuddman tuddman merged commit 67a03a5 into main Mar 30, 2024
7 checks passed
@tuddman tuddman deleted the st/dont-todo-on-v2 branch March 30, 2024 18:29
@tuddman
Copy link
Contributor Author

tuddman commented Mar 30, 2024

Really wild that iOS was hitting this. I'll have to dig deeper but atleast it shouldn't crash. 🙏

Sure. Sorry that happened. There's something to learn here about how and why that was happening.

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