issues Search Results · repo:servo/rust-url language:Rust
Filter by
453 results
(62 ms)453 results
inservo/rust-url (press backspace or delete to remove)My project is pinned to rust version 1.79 (to control version mismatches, when I upgrade it is intentional and
coordinated across my custom libraries). I am attempting to use url as a dependency, but get ...
hollyfrancis
- 1
- Opened yesterday
- #1059
- [x] Note that this crate implements the URL Standard not RFC 1738 or RFC 3986
Describe the bug
My repository had a CI for MSRV and it failed, after tracking it down, it turned out that since version ...
eareimu
- 3
- Opened 21 days ago
- #1054
Two more minor typos following on from #1052, both lines reading:
The third argument is true iff the domain name as a whole is a bidi domain name.
In the doc comment for Uts46::to_user_interface
https://github.com/servo/rust-url/blob/dbd526178ed9276176602dd039022eba89e8fc93/idna/src/uts46.rs#L659 ...
extua
- 2
- Opened 24 days ago
- #1053
In the explanation for Uts46::to_user_interface, the word the is repeated twice on a line break.
https://github.com/servo/rust-url/blob/dbd526178ed9276176602dd039022eba89e8fc93/idna/src/uts46.rs#L629-L630 ...
extua
- Opened 25 days ago
- #1052
Currently you need to manually clone and call set_password(Some( **** )) to avoid leaking credentials. A built‑in method
like Url::redacted() (or redirect_auth) could return a copy with userinfo masked, ...
eval-exec
- Opened on Jun 17
- #1051
I m not sure at which point it has spiraled out of control that much, but right now this crate pulls in a highly
excessive dependency tree. Most of this comes from idna_adapter (of which there is also ...
mitsuhiko
- 5
- Opened on Apr 28
- #1044
Currently, percent_encode and utf8_percent_encode require the AsciiSet to be static, despite already having a lifetime
bound a on the input string.
This is very rarely an issue, but as part of a URL ...
breaking-change
Scripter17
- 3
- Opened on Apr 28
- #1043
I have a program with three (3) default Urls used in multiple places.
Right now, I m doing CONSTANT_1.parse().expect( statically known url is invalid ) everytime and just relying on tests to
catch mistakes ...
poliorcetics
- 1
- Opened on Apr 18
- #1042
- [x] Note that this crate implements the URL Standard not RFC 1738 or RFC 3986
Describe the bug I expect this test to pass
#[test]
fn invalid_url() {
assert!(Url::parse( ws:/missing-slash.com ...
Stentonian
- 2
- Opened on Apr 17
- #1041

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.