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 upRemove `get_` prefix on getters #6230
Conversation
hoppipolla-critic-bot
commented
May 31, 2015
|
Critic review: https://critic.hoppipolla.co.uk/r/5138 This is an external review system which you may optionally use for the code review of your pull request. In order to help critic track your changes, please do not make in-place history rewrites (e.g. via |
|
Review status: all files reviewed, 6 unresolved discussions, all commit checks successful.
components/compositing/compositor.rs, line 498 [r1] (raw file): components/gfx/font.rs, line 44 [r1] (raw file): components/gfx/paint_context.rs, line 681 [r1] (raw file): components/gfx/platform/freetype/font.rs, line 279 [r1] (raw file): components/layout/construct.rs, line 1478 [r1] (raw file): Comments from the review on Reviewable.io |
|
Review status: all files reviewed, 4 unresolved discussions, all commit checks successful. components/compositing/compositor.rs, line 498 [r1] (raw file): components/gfx/paint_context.rs, line 681 [r1] (raw file): components/gfx/platform/freetype/font.rs, line 279 [r1] (raw file): components/layout/construct.rs, line 1478 [r1] (raw file): Comments from the review on Reviewable.io |
|
@bors-servo: r+ Review status:
Comments from the review on Reviewable.io |
|
|
|
@bors-servo: r- Sorry @frewsxcv, please squash. |
|
It has been squashed |
|
@bors-servo: r+ -S-awaiting-review -S-needs-squash +S-awaiting-merge Review status: all files reviewed, all discussions resolved, some commit checks pending. Comments from the review on Reviewable.io |
|
|
Part of #6224 I certainly didn't remove all of them; I avoided `unsafe` areas and also `components/script` <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6230) <!-- Reviewable:end -->
frewsxcv commentedMay 31, 2015
Part of #6224
I certainly didn't remove all of them; I avoided
unsafeareas and alsocomponents/script