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

Don't fail if wpt-metadata has unrecognised entries #2135

Open
jgraham opened this issue Jan 8, 2024 · 0 comments
Open

Don't fail if wpt-metadata has unrecognised entries #2135

jgraham opened this issue Jan 8, 2024 · 0 comments

Comments

@jgraham
Copy link
Member

jgraham commented Jan 8, 2024

In #2134 we added support for labels in metadata, after not noticing that it had been broken for quite some time.

In practice all we care about is updating bugs, so maybe we should parse any kind of metadata that doesn't match some more specific form into a MetaEntryGeneric which would just store whatever fields exist in a dict. That might avoid a situation where the format changes slightly in the future, we forget to update this code, and so we get silent failures trying to notify for syncs.

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

No branches or pull requests

1 participant