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

Rework provisional standard media type loading #53

Merged
merged 1 commit into from
Feb 18, 2023

Conversation

halostatue
Copy link
Member

@halostatue halostatue commented Feb 18, 2023

Instead of downloading, parsing, and saving in one pass, make this a three-pass operation:

  1. Download and parse from the IANA media types registry and the provisional media types registry.

  2. Merge the provisional media types into the appropriate media types.

  3. Save the primary media type files. (Remove "examples", which had previously been skipped, and the provisional registry).


This change is Reviewable

Instead of downloading, parsing, and saving in one pass, make this
a three-pass operation.

1. Download and parse from the IANA media types registry and the provisional
   media types registry.

2. Merge the provisional media types into the appropriate media types.

3. Save the primary media type files. (Remove "examples", which had
   previously been skipped, and the provisional registry).
@halostatue halostatue merged commit f439d00 into main Feb 18, 2023
@halostatue halostatue deleted the rework-provisional branch February 18, 2023 04:56
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

1 participant