Conversation
|
Heads up! This PR modifies the following files:
|
d629e85 to
452beb1
Compare
mbrubeck
left a comment
There was a problem hiding this comment.
r=mbrubeck with some nits. (Could be fixed by just squashing into a single commit.)
| @@ -0,0 +1,19 @@ | |||
| [package] | |||
There was a problem hiding this comment.
Nit: This addition is in the wrong commit.
| @@ -0,0 +1,14 @@ | |||
| [package] | |||
There was a problem hiding this comment.
Nit: This addition is in the wrong commit.
| @@ -0,0 +1,14 @@ | |||
| [package] | |||
There was a problem hiding this comment.
Nit: This addition is in the wrong commit.
| @@ -1,13 +0,0 @@ | |||
| /* This Source Code Form is subject to the terms of the Mozilla Public | |||
There was a problem hiding this comment.
This deletion is in the wrong commit.
2cada86 to
facca14
Compare
|
Squashed. @bors-servo: r=mbrubeck |
|
📌 Commit facca14 has been approved by |
|
@bors-servo p=10 |
Remove the util crate <!-- Please describe your changes on the following line: --> This PR removes the `util` crate. * Replaced the `spawn_named` and `clamp` functions by appropriate uses of `std::thread::Builder::spawn`, `std::cmp::min` and `std::cmp::max`. * Moved `opts`, `prefs` and `resource_files` into a new `config` crate. * Moved `remutex` and `geometry` into their own crates. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes do not require tests because they are refactorings <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/14592) <!-- Reviewable:end -->
|
💔 Test failed - linux-dev |
|
Unit tests imports need to be updated, I presume? |
|
@KiChjang indeed, doing that right now. Ditto cef. |
facca14 to
caacb9b
Compare
|
Updated unit tests and cef port. @bors-servo r=mbrubreck p=10 |
|
📌 Commit caacb9b has been approved by |
Remove the util crate <!-- Please describe your changes on the following line: --> This PR removes the `util` crate. * Replaced the `spawn_named` and `clamp` functions by appropriate uses of `std::thread::Builder::spawn`, `std::cmp::min` and `std::cmp::max`. * Moved `opts`, `prefs` and `resource_files` into a new `config` crate. * Moved `remutex` and `geometry` into their own crates. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes do not require tests because they are refactorings <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/14592) <!-- Reviewable:end -->
|
💔 Test failed - linux-dev |
|
|
Oh bah humbug, geckolib. |
caacb9b to
9be4fd5
Compare
|
Fixed geckolib @bors-servo r=mbrubeck |
|
📌 Commit 9be4fd5 has been approved by |
Remove the util crate <!-- Please describe your changes on the following line: --> This PR removes the `util` crate. * Replaced the `spawn_named` and `clamp` functions by appropriate uses of `std::thread::Builder::spawn`, `std::cmp::min` and `std::cmp::max`. * Moved `opts`, `prefs` and `resource_files` into a new `config` crate. * Moved `remutex` and `geometry` into their own crates. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes do not require tests because they are refactorings <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/14592) <!-- Reviewable:end -->
|
☀️ Test successful - android, arm32, arm64, linux-dev, linux-rel-css, linux-rel-wpt, mac-dev-unit, mac-rel-css, mac-rel-wpt1, mac-rel-wpt2, windows-dev |
This PR removes the
utilcrate.spawn_namedandclampfunctions by appropriate uses ofstd::thread::Builder::spawn,std::cmp::minandstd::cmp::max.opts,prefsandresource_filesinto a newconfigcrate.remutexandgeometryinto their own crates../mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is