Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRefactor style lengths per #13584 #14077
Conversation
|
I had to make a few more things public to be accessible from the parent module (or vice-versa); not sure how I feel about that. |
|
Hi, thanks for doing this! This looks good to me, and even though I agree making some stuff public so the inner modules can access it is not great, it's not too bad (and it'll become better with the I don't think we want to delay landing this PR given it's sort of prone to bitrot, thanks a bunch for doing this! :) @bors-servo: r+ |
|
|
Refactor style lengths per #13584 <!-- Please describe your changes on the following line: --> Refactor `components/style/values/{computed,specified}/mod.rs` into `…/length.rs` per #13584. --- <!-- 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 fix #13584 <!-- Either: --> - [x] These changes do not require tests because the existing code should be covered by tests <!-- 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/14077) <!-- Reviewable:end -->
|
|
|
Ouch, this breaks the geckolib build, could you fix that? (should be easy, they're only warnings) To test it you can do Thanks! |
|
|
|
@emilio; will do; thanks for the heads up! |
e7a94a0
to
f33f560
|
Rebased with care, and geckolib build fixed. |
|
AppVeyor gnu/msys build failed with:
.. which is strange. edit: ah, I see this might perhaps be the norm for this particular build. |
|
Yeah, don't bother about appveyor, we don't gate on it and it's been broken for a few days now. r=me, thanks again! :) @bors-servo: r+ |
|
|
Refactor style lengths per #13584 <!-- Please describe your changes on the following line: --> Refactor `components/style/values/{computed,specified}/mod.rs` into `…/length.rs` per #13584. --- <!-- 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 fix #13584 <!-- Either: --> - [x] These changes do not require tests because the existing code should be covered by tests <!-- 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/14077) <!-- Reviewable:end -->
|
|
kivikakk commentedNov 5, 2016
•
edited by larsbergstrom
Refactor
components/style/values/{computed,specified}/mod.rsinto…/length.rsper #13584../mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is