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 upMoved wrench to depend on yaml-rust from crates.io #3356
Merged
Conversation
The preserve_order feature is now the default behavior.
|
That appears harmless. Thank you! |
|
|
bors-servo
added a commit
that referenced
this pull request
Nov 26, 2018
Moved wrench to depend on yaml-rust from crates.io The preserve_order feature is now the default behavior. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/3356) <!-- Reviewable:end -->
|
|
|
Thanks! Do I need to do anything to get this landed into mozilla-central, or will that happen automatically? |
|
@alex currently we (as in @staktrace ) integrate WR into m-c regularly, like once a day. You don't need to do anything to make it happen. |
|
|
|
It's currently on autoland, landed in https://bugzilla.mozilla.org/show_bug.cgi?id=1510091. It should merge to m-c sometime today. |
moz-v2v-gh
pushed a commit
to mozilla/gecko-dev
that referenced
this pull request
Nov 27, 2018
…5c535206098d (WR PR #3356). r=kats servo/webrender#3356 Differential Revision: https://phabricator.services.mozilla.com/D13032 --HG-- extra : moz-landing-system : lando
jankeromnes
pushed a commit
to jankeromnes/gecko
that referenced
this pull request
Nov 27, 2018
…5c535206098d (WR PR #3356). r=kats servo/webrender#3356 Differential Revision: https://phabricator.services.mozilla.com/D13032
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this pull request
Oct 3, 2019
…5c535206098d (WR PR #3356). r=kats servo/webrender#3356 Differential Revision: https://phabricator.services.mozilla.com/D13032 UltraBlame original commit: 3461fb73b506907077517fb9cda9c82e926d0eaa
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this pull request
Oct 3, 2019
…5c535206098d (WR PR #3356). r=kats servo/webrender#3356 Differential Revision: https://phabricator.services.mozilla.com/D13032 UltraBlame original commit: 3461fb73b506907077517fb9cda9c82e926d0eaa
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this pull request
Oct 3, 2019
…5c535206098d (WR PR #3356). r=kats servo/webrender#3356 Differential Revision: https://phabricator.services.mozilla.com/D13032 UltraBlame original commit: 3461fb73b506907077517fb9cda9c82e926d0eaa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
alex commentedNov 26, 2018
•
edited by larsbergstrom
The preserve_order feature is now the default behavior.
This change is