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

feat(api)!: add distinct error type #1

Merged
merged 4 commits into from
Mar 22, 2021
Merged

feat(api)!: add distinct error type #1

merged 4 commits into from
Mar 22, 2021

Conversation

mainrs
Copy link
Contributor

@mainrs mainrs commented Mar 22, 2021

The commit adds an Error enum to the public API of the opml crate to
make it easier to reason about what went wrong during OPML
parsing/writing.

SirWindfield added 4 commits March 21, 2021 03:30
The commit adds an `Error` enum to the public API of the opml crate to
make it easier to reason about what went wrong during OPML
parsing/writing.
This change required a PR to get merged upstream for the strong-xml
crate.
Copy link
Member

@Bauke Bauke left a comment

Choose a reason for hiding this comment

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

Everything looks good, thank you very much for the PR! 💖

@Bauke Bauke merged commit 312627e into Holllo:main Mar 22, 2021
@mainrs mainrs deleted the feat/error-type branch March 22, 2021 11:46
@mainrs
Copy link
Contributor Author

mainrs commented Mar 22, 2021

Thanks for merging this quickly and pushing a new version to crates :) Now I can finish my podcast manager 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants