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

WriteValue should return undefined #14393

Merged
merged 1 commit into from Nov 29, 2016
Merged

WriteValue should return undefined #14393

merged 1 commit into from Nov 29, 2016

Conversation

@dati91
Copy link
Contributor

dati91 commented Nov 28, 2016

  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • There are tests for these changes

This change is Reviewable

@highfive
Copy link

highfive commented Nov 28, 2016

Heads up! This PR modifies the following files:

  • @fitzgen: components/script/dom/bluetoothremotegattcharacteristic.rs, components/script/dom/bluetoothremotegattdescriptor.rs
  • @KiChjang: components/script/dom/bluetoothremotegattcharacteristic.rs, components/script/dom/bluetoothremotegattdescriptor.rs
@@ -302,7 +302,7 @@ impl AsyncBluetoothListener for BluetoothRemoteGATTCharacteristic {
BluetoothResponse::WriteValue(result) => {
let value = ByteString::new(result);
*self.value.borrow_mut() = Some(value.clone());

This comment has been minimized.

Copy link
@jdm

jdm Nov 28, 2016

Member

No need to clone this anymore.

@jdm
Copy link
Member

jdm commented Nov 28, 2016

@bors-servo: delegate+

@bors-servo
Copy link
Contributor

bors-servo commented Nov 28, 2016

✌️ @dati91 can now approve this pull request

@jdm jdm assigned jdm and unassigned mbrubeck Nov 28, 2016
@dati91
Copy link
Contributor Author

dati91 commented Nov 28, 2016

@bors-servo r=jdm

@bors-servo
Copy link
Contributor

bors-servo commented Nov 28, 2016

📌 Commit 50a5639 has been approved by jdm

@bors-servo
Copy link
Contributor

bors-servo commented Nov 29, 2016

Testing commit 50a5639 with merge 582d10b...

bors-servo added a commit that referenced this pull request Nov 29, 2016
WriteValue should return undefined

<!-- 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

<!-- Either: -->
- [X] There are tests for these changes

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

bors-servo commented Nov 29, 2016

💔 Test failed - linux-rel-wpt

@dati91
Copy link
Contributor Author

dati91 commented Nov 29, 2016

@bors-servo retry

@bors-servo
Copy link
Contributor

bors-servo commented Nov 29, 2016

Testing commit 50a5639 with merge 7d48ddb...

bors-servo added a commit that referenced this pull request Nov 29, 2016
WriteValue should return undefined

<!-- 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

<!-- Either: -->
- [X] There are tests for these changes

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

bors-servo commented Nov 29, 2016

The build was interrupted to prioritize another pull request.

@bors-servo
Copy link
Contributor

bors-servo commented Nov 29, 2016

Testing commit 50a5639 with merge 7be3277...

bors-servo added a commit that referenced this pull request Nov 29, 2016
WriteValue should return undefined

<!-- 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

<!-- Either: -->
- [X] There are tests for these changes

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

bors-servo commented Nov 29, 2016

@bors-servo bors-servo merged commit 50a5639 into servo:master Nov 29, 2016
3 checks passed
3 checks passed
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
@bors-servo bors-servo mentioned this pull request Nov 29, 2016
3 of 3 tasks complete
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.

None yet

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