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

Upgrade to quick-xml 0.25 #153

Closed
wants to merge 3 commits into from
Closed

Upgrade to quick-xml 0.25 #153

wants to merge 3 commits into from

Conversation

davidcornu
Copy link
Contributor

While working on the same side-project as #151, I also ran into an issue where some seemingly-valid feeds would fail to parse.

For example, https://blog.pnkfx.org/atom.xml results in:

0: unable to parse XML: Parser error: Expecting </content> found </title>    
1: Parser error: Expecting </content> found </title>

I believe this is related to a recently-fixed issue in quick-xml so decided to upgrade the version used by feed-rs, which has fixed my issue.

feed-rs/src/xml/mod.rs Show resolved Hide resolved
feed-rs/src/xml/mod.rs Outdated Show resolved Hide resolved
feed-rs/src/xml/mod.rs Show resolved Hide resolved
feed-rs/src/xml/mod.rs Outdated Show resolved Hide resolved
feed-rs/src/xml/mod.rs Outdated Show resolved Hide resolved
feed-rs/src/xml/mod.rs Show resolved Hide resolved
@markpritchard markpritchard changed the base branch from master to update-quick-xml September 27, 2022 08:45
@markpritchard markpritchard changed the base branch from update-quick-xml to master September 27, 2022 08:47
@markpritchard
Copy link
Contributor

Fixed in #156

@markpritchard
Copy link
Contributor

(sorry my github foo is poor, not sure how to add commits to your branch before merge)

@davidcornu
Copy link
Contributor Author

No worries! Thanks for the feedback and merging the fix ❤️.

I'll keep an eye out for a release so I can remove my git dependency.

@davidcornu davidcornu deleted the update-quick-xml branch September 27, 2022 11:43
@markpritchard
Copy link
Contributor

markpritchard commented Sep 27, 2022 via email

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.

None yet

2 participants