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

URL's scheme parser is compliant with RFC 3986 #615

Merged
merged 2 commits into from
Apr 3, 2020
Merged

Conversation

ymarcon
Copy link
Contributor

@ymarcon ymarcon commented Sep 18, 2019

According to RFC 3986 #3.1 the scheme syntax is:

scheme = ALPHA *( ALPHA / DIGIT / "+" / "-" / "." )

The parse_url() function is modfified accordingly.

Note that RFC 3986 has made obsolete RFC 1808 (referred by the original parse_url implementation).

Copy link
Member

@hadley hadley left a comment

Choose a reason for hiding this comment

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

Thanks!

Can you please add a bullet to the top of NEWS.md? It should briefly describe the change and end with (@yourname, #issuenumber).

@hadley
Copy link
Member

hadley commented Apr 3, 2020

Can you please also update the docs to point to the new RFC?

@ymarcon
Copy link
Contributor Author

ymarcon commented Apr 3, 2020

Documentation updated, please review.

@hadley hadley merged commit 6f931cf into r-lib:master Apr 3, 2020
@hadley
Copy link
Member

hadley commented Apr 3, 2020

Thanks!

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.

2 participants