Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleaned up ripples due to MutJS to JS type change #14891

Merged
merged 1 commit into from Jan 7, 2017

Conversation

@prampey
Copy link
Contributor

prampey commented Jan 6, 2017

Changed all Mutable JS values to JS values in the following files and fixed any differences that might have been caused due to type change.


  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes fix #14649 (github issue number if applicable).
  • There are tests for these changes OR
  • These changes do not require tests because minimal type changes made.

This change is Reviewable

@highfive
Copy link

highfive commented Jan 6, 2017

Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @Ms2ger (or someone else) soon.

@highfive
Copy link

highfive commented Jan 6, 2017

Heads up! This PR modifies the following files:

  • @fitzgen: components/script/dom/bluetoothremotegattserver.rs, components/script/dom/bluetoothremotegattservice.rs, components/script/dom/bluetooth.rs, components/script/dom/bluetoothremotegattdescriptor.rs, components/script/dom/bluetoothremotegattcharacteristic.rs, components/script/dom/bluetoothdevice.rs
  • @KiChjang: components/script/dom/bluetoothremotegattserver.rs, components/script/dom/bluetoothremotegattservice.rs, components/script/dom/bluetooth.rs, components/script/dom/bluetoothremotegattdescriptor.rs, components/script/dom/bluetoothremotegattcharacteristic.rs, components/script/dom/bluetoothdevice.rs
@highfive
Copy link

highfive commented Jan 6, 2017

warning Warning warning

  • These commits modify script code, but no tests are modified. Please consider adding a test!
@jdm
Copy link
Member

jdm commented Jan 6, 2017

@bors-servo: r+
Thanks for doing this!

@bors-servo
Copy link
Contributor

bors-servo commented Jan 6, 2017

📌 Commit 4f0a348 has been approved by jdm

@highfive highfive assigned jdm and unassigned Ms2ger Jan 6, 2017
@@ -15,7 +15,7 @@ use dom::bindings::codegen::Bindings::EventHandlerBinding::EventHandlerNonNull;
use dom::bindings::codegen::UnionTypes::StringOrUnsignedLong;
use dom::bindings::error::Error::{self, Network, NotFound, Security, Type};
use dom::bindings::error::Fallible;
use dom::bindings::js::{MutJS, Root};
use dom::bindings::js::{ JS, Root};

This comment has been minimized.

@emilio

emilio Jan 6, 2017

Member

Does this pass tidy? If so, we should make a lint to avoid it.

This comment has been minimized.

@prampey

prampey Jan 6, 2017

Author Contributor

Yes it does.

This comment has been minimized.

@jdm

jdm Jan 6, 2017

Member

Filed #14898.

@emilio
Copy link
Member

emilio commented Jan 6, 2017

@bors-servo r-

Please remove the whitespace between { and JS in both occurrences.

@prampey prampey force-pushed the prampey:bluetooth-cleanup branch from 4f0a348 to 29340b7 Jan 6, 2017
@prampey
Copy link
Contributor Author

prampey commented Jan 6, 2017

Okay. Made the changes.

@emilio
Copy link
Member

emilio commented Jan 6, 2017

Nice, thanks @prampey!

@bors-servo r=jdm,emilio

@bors-servo
Copy link
Contributor

bors-servo commented Jan 6, 2017

📌 Commit 29340b7 has been approved by jdm,emilio

@prampey
Copy link
Contributor Author

prampey commented Jan 7, 2017

That's weird. ./mach test-stylo tests OK for me.

@emilio
Copy link
Member

emilio commented Jan 7, 2017

@prampey no worries, that's known and won't block your PR from merging :)

@prampey
Copy link
Contributor Author

prampey commented Jan 7, 2017

Oh okay. Thanks :)

@bors-servo
Copy link
Contributor

bors-servo commented Jan 7, 2017

Testing commit 29340b7 with merge 44ee3b4...

bors-servo added a commit that referenced this pull request Jan 7, 2017
Cleaned up ripples due to MutJS to JS type change

<!-- Please describe your changes on the following line: -->
Changed all Mutable JS values to JS values in the following files and fixed any differences that might have been caused due to type change.

---
<!-- 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 #14649  (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [X] These changes do not require tests because minimal type changes made.

<!-- 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/14891)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Jan 7, 2017

💔 Test failed - linux-dev

@jdm
Copy link
Member

jdm commented Jan 7, 2017

It says linking failed with no other output. I suspect the builder is running out of disk space or something like that, but let's see if it keeps happening:
@bors-servo: retry

@bors-servo
Copy link
Contributor

bors-servo commented Jan 7, 2017

Testing commit 29340b7 with merge f94ce71...

bors-servo added a commit that referenced this pull request Jan 7, 2017
Cleaned up ripples due to MutJS to JS type change

<!-- Please describe your changes on the following line: -->
Changed all Mutable JS values to JS values in the following files and fixed any differences that might have been caused due to type change.

---
<!-- 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 #14649  (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [X] These changes do not require tests because minimal type changes made.

<!-- 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/14891)
<!-- Reviewable:end -->
@bors-servo bors-servo merged commit 29340b7 into servo:master Jan 7, 2017
2 of 3 checks passed
2 of 3 checks passed
continuous-integration/travis-ci/pr The Travis CI build failed
Details
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
homu Test successful
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

6 participants
You can’t perform that action at this time.