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

Revert "Normalize URL paths: convert /.//p, /..//p, and //p to p (#943)" #999

Merged
merged 3 commits into from
Nov 22, 2024

Conversation

valenting
Copy link
Collaborator

@valenting valenting commented Nov 22, 2024

This reverts commit b08a655.

This also updates the MSRV to 1.63 - required though the libc v0.2.164 dependency

@valenting valenting requested a review from edgul November 22, 2024 18:33
@Manishearth
Copy link
Member

Why the revert? I don't see a reason either in that PR or in this one.

@valenting valenting enabled auto-merge November 22, 2024 18:48
Copy link
Collaborator

@edgul edgul left a comment

Choose a reason for hiding this comment

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

LGTM

@valenting valenting added this pull request to the merge queue Nov 22, 2024
Merged via the queue into main with commit d77dfb4 Nov 22, 2024
15 checks passed
kodiakhq bot pushed a commit to pdylanross/fatigue that referenced this pull request Nov 25, 2024
Bumps url from 2.5.3 to 2.5.4.

Release notes
Sourced from url's releases.

v2.5.4
What's Changed

Revert "Normalize URL paths: convert /.//p, /..//p, and //p to p (#943)" by @​valenting in servo/rust-url#999
Updates the MSRV to 1.63 required though the libc v0.2.164 dependency

Full Changelog: servo/rust-url@v2.5.3...v2.5.4



Commits

d77dfb4 Revert "Normalize URL paths: convert /.//p, /..//p, and //p to p (#943)" (#999)
da64903 Change no_std to no-std in Cargo.toml (#991)
See full diff in compare view




Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@sagudev
Copy link
Member

sagudev commented Nov 25, 2024

Why the revert? I don't see a reason either in that PR or in this one.

I am also interested in reason for revert as this makes 3 WPT test fail in servo: servo/servo#34381

@jwgarber
Copy link

Was this revert the reason why 2.5.3 was yanked?

@valenting
Copy link
Collaborator Author

Was this revert the reason why 2.5.3 was yanked?

Yes, #943 introduced a parsing bug.
We'll try to land a fix for it ASAP.

theskim pushed a commit to theskim/rust-url that referenced this pull request Dec 16, 2024
…vo#943)" (servo#999)

* Revert "Normalize URL paths: convert /.//p, /..//p, and //p to p (servo#943)"

This reverts commit b08a655.

* Update rust version to 1.63 - required by libc v0.2.164

* Update github workflow runner to rust 1.63
theskim pushed a commit to theskim/rust-url that referenced this pull request Dec 16, 2024
…vo#943)" (servo#999)

* Revert "Normalize URL paths: convert /.//p, /..//p, and //p to p (servo#943)"

This reverts commit b08a655.

* Update rust version to 1.63 - required by libc v0.2.164

* Update github workflow runner to rust 1.63
theskim pushed a commit to theskim/rust-url that referenced this pull request Dec 17, 2024
…vo#943)" (servo#999)

* Revert "Normalize URL paths: convert /.//p, /..//p, and //p to p (servo#943)"

This reverts commit b08a655.

* Update rust version to 1.63 - required by libc v0.2.164

* Update github workflow runner to rust 1.63
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.

5 participants