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 upCheck for Extra pointer dereferencing #7643
Conversation
highfive
commented
Sep 15, 2015
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @Manishearth (or someone else) soon. |
|
Build failed as expected. |
|
@jdramani Want to fix them, too? :) |
|
Oh, having looked at these changes, I would rather integrate this check into the existing |
|
Doesn't this make more sense as a |
|
@Manishearth: why would we want to override it? |
|
In case of APIs that handle generic container &Ts which don't have |
|
|
Almost there! Like @nox pointed out, this can't merge until the existing problems this picks up are fixed, too :) Reviewed 1 of 1 files at r1, 1 of 1 files at r2, 1 of 1 files at r3. python/tidy.py, line 310 [r4] (raw file): Comments from the review on Reviewable.io |
|
Reviewed 1 of 1 files at r4. Comments from the review on Reviewable.io |
|
|
|
-S-awaiting-review -S-fails-tidy +S-needs-code-changes Reviewed 5 of 5 files at r5, 4 of 4 files at r6. Comments from the review on Reviewable.io |
|
It looks like you merged master when you should have rebased. Try rebasing over master:
|
|
Try copying the commands I gave. |
| @@ -109,8 +109,9 @@ def check_by_line(file_name, contents): | |||
| errors = itertools.chain( | |||
| check_length(file_name, idx, line), | |||
| check_whitespace(idx, line), | |||
| check_whatwg_url(idx, line), | |||
| check_whatwg_url(idx, line) | |||
This comment has been minimized.
This comment has been minimized.
|
Pls take a look at this. Tell me if there is any problem |
|
Looks great! Thanks for sticking with it :) |
|
@bors-servo: r+ |
|
|
Check for Extra pointer dereferencing Solves issue #7640 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7643) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
Check for Extra pointer dereferencing Solves issue #7640 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7643) <!-- Reviewable:end -->
|
|
jdramani commentedSep 15, 2015
Solves issue #7640