-
Notifications
You must be signed in to change notification settings - Fork 23
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
Correct condition for opaque paths in base URL #243
Conversation
Thanks very much. A couple minor procedural things before I merge this:
|
(the build failures look unrelated and due to various validation checks tightening up since the last time we made changes, so you can ignore those) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM w/ Jeremy's comment.
I'm not fully confident how we should handle opaque path here, but for now this change makes sense and it matches existing implementations.
FWIW we usually treat spec bug fixes as non-editorial, even if the fix is to match the existing intent. |
Alright, in that case the "Editorial:" prefix should be omitted |
We treat it as non-editorial for the purposes of writing the commit message, but if tests and existing implementations are already aligned there's no need to go through the extra trouble of the template. |
This PR fixes pathname processing for inputs that have opaque pathnames.
92f5ca2
to
0668303
Compare
I've updated the commit message and description. Let me know if you need any further changes.
I've reached out to @kentonv to join the organization. |
This fixes one of the test conditions. Relevant Ada URL change ada-url/ada@da9a991
Fixes #240
cc @jeremyroman @sisidovski