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

Add IETF specs used in MDN #325

Merged
merged 4 commits into from
Jul 2, 2021
Merged

Add IETF specs used in MDN #325

merged 4 commits into from
Jul 2, 2021

Conversation

dontcallmedom
Copy link
Member

close #280

The information is not systematically available for those
@dontcallmedom dontcallmedom marked this pull request as ready for review July 2, 2021 10:44
Copy link
Member

@tidoust tidoust left a comment

Choose a reason for hiding this comment

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

LGTM.

To further consolidate the code, I believe it would make sense to migrate all URL RegExps to parse-spec-urls one way or the other, and thus move the bits on datatracker URLs from fetch-groups.js to parse-spec-url.js. It requires changing the semantics of the returned structure though: for IETF datatracker URLs, it would seem logic to return ietf as owner, but then that is not the name of the owning organization on GitHub...

This also applies to the URL parsing logic in compute-shortname.js which uses very similar regular expressions.

I'll create an issue to track this.

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.

Add support for IETF specs
2 participants