Skip to content

Include username and password in Url's Debug implementation#659

Merged
valenting merged 2 commits into
servo:masterfrom
e00E:url-debug
Dec 15, 2020
Merged

Include username and password in Url's Debug implementation#659
valenting merged 2 commits into
servo:masterfrom
e00E:url-debug

Conversation

@e00E

@e00E e00E commented Dec 10, 2020

Copy link
Copy Markdown
Contributor

While looking into improving fuzzing I noticed that these two fields are missing which can make it confusing when two urls aren't equal but their debug is equal.

@djc djc left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Ah, that explains some surprising things I saw recently. Thanks!

@e00E

e00E commented Dec 10, 2020

Copy link
Copy Markdown
Contributor Author

CI seems to be broken on coverage. Don't think it's related to this PR.

@valenting valenting left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I think those fields should go in the appropriate position - after the scheme?

@e00E

e00E commented Dec 10, 2020

Copy link
Copy Markdown
Contributor Author

I have no strong opinion on the order. Moved them to your suggested position.

@valenting valenting merged commit 8bede54 into servo:master Dec 15, 2020
takumi-earth pushed a commit to earthlings-dev/rust-url that referenced this pull request Jan 27, 2026
Include username and password in Url's Debug implementation
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.

3 participants