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 upadd &Root<T> checker #11190
add &Root<T> checker #11190
Conversation
highfive
commented
May 15, 2016
|
Heads up! This PR modifies the following files:
|
|
We also need to update the tests in |
highfive
commented
May 15, 2016
|
New code was committed to pull request. |
| fn test_fun3(x:&Root<isize>) { | ||
| () | ||
| } | ||
|
|
This comment has been minimized.
This comment has been minimized.
wafflespeanut
May 15, 2016
Member
Well, this won't be needing a new function, but well, it's just a test...
|
Note that the raised warning should be verified in |
|
Does it mean I need to replace them by hands? It's must be a great amount of work.. |
|
Not if we use |
|
There maybe some problems if we change |
highfive
commented
May 15, 2016
|
New code was committed to pull request. |
1 similar comment
highfive
commented
May 15, 2016
|
New code was committed to pull request. |
|
Is there any reason why we have a |
|
Hmm, |
|
IMO For |
|
What's the status of this? |
|
@KiChjang |
|
The other status is that we need to figure out how to avoid a couple valid uses of |
|
#11522 should address all the problem instances, so this should be ready to merge as soon as that PR does! |
update rust_tidy tests update rust_tidy.rs and test_tidy.py
highfive
commented
Jun 5, 2016
|
New code was committed to pull request. |
|
@bors-servo: r+ |
|
|
add &Root<T> checker 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 #11137 (github issue number if applicable). Either: - [X] There are tests for these changes OR - [ ] These changes do not require tests because _____ 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="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11190) <!-- Reviewable:end -->
|
|
highfive
commented
Jun 5, 2016
|
|
@bors-servo retry #11574 |
|
|
|
|
mrmiywj commentedMay 15, 2016
•
edited by larsbergstrom
Thank you for contributing to Servo! Please replace each
[ ]by[X]when the step is complete, and replace__with appropriate data:./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsEither:
Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process.
This change is