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 upUpdate to rustc 1.17.0-nightly (8c72b7651 2017-03-11) #15911
Conversation
|
@nox r? |
Update to rustc 1.17.0-nightly (8c72b7651 2017-03-11) This fixes the DOM node size regression introduced by a previous Rust update: #15704 <!-- Please describe your changes on the following line: --> --- <!-- 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 - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- 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/15911) <!-- Reviewable:end -->
|
@bors-servo r+ |
|
|
|
|
|
@bors-servo retry
|
Update to rustc 1.17.0-nightly (8c72b7651 2017-03-11) This fixes the DOM node size regression introduced by a previous Rust update: #15704 <!-- Please describe your changes on the following line: --> --- <!-- 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 - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- 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/15911) <!-- Reviewable:end -->
|
|
|
@SimonSapin, this is a check I added to saltfs because Buildbot will silently fail to checkout the right commit and instead build + test an unrelated commit. It stops the build if it detects this has occurred; the best remediation for now is just to try the build again. Please submit a PR if you have a suggestion for a better error message! |
|
@aneeshusa Thanks for adding this check. Indeed the build should be marked as unsuccessful when that happens. My question was, how can it happen in the first place? |
|
The |
SimonSapin commentedMar 11, 2017
•
edited by larsbergstrom
This fixes the DOM node size regression introduced by a previous Rust update: #15704
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is