Skip to content

Added compiletest to verify TrustedPromise does not implement Clone#15146

Merged
bors-servo merged 1 commit intoservo:masterfrom
Verlet64:verlet64/no_clone_trusted_promise
Jan 22, 2017
Merged

Added compiletest to verify TrustedPromise does not implement Clone#15146
bors-servo merged 1 commit intoservo:masterfrom
Verlet64:verlet64/no_clone_trusted_promise

Conversation

@Verlet64
Copy link
Copy Markdown
Contributor

@Verlet64 Verlet64 commented Jan 22, 2017

As per issue: #14500

I have added a test to ensure that TrustedPromise does not implement Clone.

This is my first PR to the project, so feedback in terms of both code and the actual PR would be very welcome.

Thanks,
Verlet64



This change is Reviewable

@highfive
Copy link
Copy Markdown

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

@highfive
Copy link
Copy Markdown

Heads up! This PR modifies the following files:

@highfive highfive added the S-awaiting-review There is new code that needs to be reviewed. label Jan 22, 2017
@highfive
Copy link
Copy Markdown

warning Warning warning

  • These commits modify script code, but no tests are modified. Please consider adding a test!

@jdm
Copy link
Copy Markdown
Member

jdm commented Jan 22, 2017

I have no feedback that needs addressing; this looks great!

@bors-servo: r+

@bors-servo
Copy link
Copy Markdown
Contributor

📌 Commit 072ca3b has been approved by jdm

@highfive highfive assigned jdm and unassigned SimonSapin Jan 22, 2017
@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-awaiting-review There is new code that needs to be reviewed. labels Jan 22, 2017
@bors-servo
Copy link
Copy Markdown
Contributor

⌛ Testing commit 072ca3b with merge 27a7999...

bors-servo pushed a commit that referenced this pull request Jan 22, 2017
Added compiletest to verify TrustedPromise does not implement Clone

As per issue: #14500

I have added a test to ensure that TrustedPromise does not implement Clone.

This is my first PR to the project, so feedback in terms of both code and the actual PR would be very welcome.

Thanks,
Verlet64

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #14500
- [x] There are tests for these changes

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

@bors-servo bors-servo merged commit 072ca3b into servo:master Jan 22, 2017
@highfive highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Jan 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a test to verify that TrustedPromise does not implement Clone

5 participants