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 heartbeats-simple to 0.3.0 #11785
Conversation
highfive
commented
Jun 18, 2016
|
Heads up! This PR modifies the following files:
|
|
r=me but I'm pretty sure this needs more Cargo.lock changes. Reviewed 4 of 4 files at r1. Comments from Reviewable |
|
As in, I would expect ports/cef/Cargo.lock to need updating as well at a minimum. Review status: Comments from Reviewable |
|
You are correct, thank you. |
|
@bors-servo: r=metajack |
|
|
Update heartbeats-simple to 0.3.0 Updated heartbeats-simple dependency for native changes: -Collapse libraries into one. -Remove overriding of some default CMake behavior. -Windows compatibility with compiler flags, locking, and sleeping in example (thanks Jack Moffitt and Vladimir Vukicevic). --- <!-- 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 - [X] These changes do not require tests because it's just a dependency update <!-- 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="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11785) <!-- Reviewable:end -->
|
|
|
@bors-servo: retry |
Update heartbeats-simple to 0.3.0 Updated heartbeats-simple dependency for native changes: -Collapse libraries into one. -Remove overriding of some default CMake behavior. -Windows compatibility with compiler flags, locking, and sleeping in example (thanks Jack Moffitt and Vladimir Vukicevic). --- <!-- 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 - [X] These changes do not require tests because it's just a dependency update <!-- 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="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11785) <!-- Reviewable:end -->
|
|
connorimes commentedJun 18, 2016
•
edited by larsbergstrom
Updated heartbeats-simple dependency for native changes:
-Collapse libraries into one.
-Remove overriding of some default CMake behavior.
-Windows compatibility with compiler flags, locking, and sleeping in example (thanks Jack Moffitt and Vladimir Vukicevic).
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is