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 breakage due to feedparser changes #46

Merged
merged 1 commit into from
Sep 1, 2021

Conversation

fluffy-critter
Copy link
Contributor

At some point, feedparser changed in such a way that the parsed result retains a file resource; this causes the object to be unpicklable, and as a result, the caching mechanism in Pushl completely broke (with an error which was rather weird to diagnose).

Since the feed object was only retaining the feedparser structure to make some lazy-loading operations more convenient, it seemed better to just rewrite Feed to compute all of its properties up-front. As a side-effect, mf2 feeds are now handled more thoroughly.

@fluffy-critter fluffy-critter merged commit 3115bce into main Sep 1, 2021
@fluffy-critter fluffy-critter deleted the feature/fix-feedparser-changes branch September 1, 2021 06:52
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.

1 participant