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

std::net::url's encode and decode should be pure #3782

Closed
erickt opened this issue Oct 16, 2012 · 0 comments
Closed

std::net::url's encode and decode should be pure #3782

erickt opened this issue Oct 16, 2012 · 0 comments
Labels
C-cleanup Category: PRs that clean code up or issues documenting cleanup.
Milestone

Comments

@erickt
Copy link
Contributor

erickt commented Oct 16, 2012

Right now std::net::url::encode_component is pure, and has to use an unsafe to call std::net::url::encode. We should make that and std::net::url::decode pure. If we don't want to cheat with unsafe blocks, this is blocked on #3758 and #3722.

jesse99 added a commit to jesse99/rust that referenced this issue Nov 17, 2012
@brson brson closed this as completed in e0805cb Nov 18, 2012
brson pushed a commit that referenced this issue Nov 18, 2012
bors pushed a commit to rust-lang-ci/rust that referenced this issue May 15, 2021
RalfJung pushed a commit to RalfJung/rust that referenced this issue Aug 5, 2024
when josh-proxy screws up the roundtrip, say what the involved commits are
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-cleanup Category: PRs that clean code up or issues documenting cleanup.
Projects
None yet
Development

No branches or pull requests

2 participants