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

Use FnvHasher in http_loader::load #14284

Merged
merged 1 commit into from Nov 20, 2016
Merged

Use FnvHasher in http_loader::load #14284

merged 1 commit into from Nov 20, 2016

Conversation

nox
Copy link
Contributor

@nox nox commented Nov 19, 2016

Should help with #11100.


This change is Reviewable

@highfive
Copy link

Heads up! This PR modifies the following files:

  • @KiChjang: components/net/Cargo.toml, components/net/lib.rs, components/net/http_loader.rs
  • @emilio: ports/geckolib/Cargo.lock

@highfive
Copy link

warning Warning warning

  • These commits modify net code, but no tests are modified. Please consider adding a test!

@highfive highfive added the S-awaiting-review There is new code that needs to be reviewed. label Nov 19, 2016
@nox
Copy link
Contributor Author

nox commented Nov 19, 2016

@bors-servo p=1

@wafflespeanut
Copy link
Contributor

@bors-servo r+

@bors-servo
Copy link
Contributor

📌 Commit 7a8c5ae has been approved by Wafflespeanut

@highfive highfive assigned wafflespeanut and unassigned jdm Nov 19, 2016
@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-awaiting-review There is new code that needs to be reviewed. labels Nov 19, 2016
@Ms2ger
Copy link
Contributor

Ms2ger commented Nov 19, 2016

I doubt it'll help, this code is only used for unit tests now.

@nox
Copy link
Contributor Author

nox commented Nov 19, 2016

I don't know, the other usage of RNG in there is using Uuid. Removing the default hasher at the very least cannot hurt, right?

@Ms2ger
Copy link
Contributor

Ms2ger commented Nov 19, 2016

Are you looking at the first comment of the linked issue? That's from before the current situation.

@bors-servo
Copy link
Contributor

⌛ Testing commit 7a8c5ae with merge 795ce92...

bors-servo pushed a commit that referenced this pull request Nov 19, 2016
Use FnvHasher in http_loader::load

Should help with #11100.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14284)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

💔 Test failed - linux-rel-wpt

@highfive highfive added S-tests-failed The changes caused existing tests to fail. and removed S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. labels Nov 19, 2016
@highfive
Copy link

  ▶ FAIL [expected PASS] /_mozilla/css/incremental_trailing_whitespace_a.html
  └   → /_mozilla/css/incremental_trailing_whitespace_a.html da54041086f2975f8e3c776d2283ad6609e6862a
/_mozilla/css/incremental_trailing_whitespace_ref.html f5d0147c8bddbdc772a7e5e86c7c9e433fcd486b
Testing da54041086f2975f8e3c776d2283ad6609e6862a == f5d0147c8bddbdc772a7e5e86c7c9e433fcd486b

@nox
Copy link
Contributor Author

nox commented Nov 19, 2016

@bors-servo retry #10473

@bors-servo
Copy link
Contributor

⚡ Previous build results for arm32, arm64, linux-dev, linux-rel-css, mac-dev-unit, mac-rel-css, mac-rel-wpt1, mac-rel-wpt2, windows-dev are reusable. Rebuilding only linux-rel-wpt...

@bors-servo
Copy link
Contributor

💔 Test failed - linux-rel-wpt

@highfive highfive added the S-tests-failed The changes caused existing tests to fail. label Nov 19, 2016
@nox
Copy link
Contributor Author

nox commented Nov 19, 2016

@bors-servo retry #14267

@bors-servo
Copy link
Contributor

⌛ Testing commit 7a8c5ae with merge 7e34f4c...

bors-servo pushed a commit that referenced this pull request Nov 20, 2016
Use FnvHasher in http_loader::load

Should help with #11100.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14284)
<!-- Reviewable:end -->
@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-tests-failed The changes caused existing tests to fail. labels Nov 20, 2016
@bors-servo
Copy link
Contributor

@bors-servo bors-servo merged commit 7a8c5ae into servo:master Nov 20, 2016
@highfive highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Nov 20, 2016
@bors-servo bors-servo mentioned this pull request Nov 20, 2016
5 tasks
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.

None yet

6 participants