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 rust-webvr #17031
Update rust-webvr #17031
Conversation
highfive
commented
May 24, 2017
highfive
commented
May 24, 2017
|
Dupe of #17023... Hope the queue was faster... |
|
Ouch, missed the comment over there |
|
The rust-webvr bump that added the enums should've probably be a breaking change... But fine. r=me |
| @@ -71,7 +71,9 @@ pub struct VRDisplay { | |||
| frame_data_status: Cell<VRFrameDataStatus>, | |||
| #[ignore_heap_size_of = "channels are hard"] | |||
| frame_data_receiver: DOMRefCell<Option<IpcReceiver<Result<Vec<u8>, ()>>>>, | |||
| running_display_raf: Cell<bool> | |||
| running_display_raf: Cell<bool>, | |||
| paused: Cell<bool>, | |||
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
MortimerGoro
May 24, 2017
•
Author
Contributor
Yes, it makes sense. I'll do breaking changes for added enums from now on.
|
@bors-servo delegate+ |
|
|
|
@bors-servo r=emilio |
|
|
|
|
|
Wait, 0.3.2 needs code change? That should have been 0.4.0 then. |
|
@nox Yes, I didn't think about that because the API change was "just" adding new enum events. I'll do breaking changes for added enums from now on. |
|
You should yank that bump and publish 0.4 right now.
|
Done |
|
@bors-servo r=emilio |
|
|
|
Perfect, thanks! |
Update rust-webvr <!-- Please describe your changes on the following line: --> Required for #16556 --- <!-- 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: --> - [x] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- 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/17031) <!-- Reviewable:end -->
|
|
MortimerGoro commentedMay 24, 2017
•
edited by jdm
Required for #16556
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is