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 upAllow deriving Parse on keywords. #19578
Conversation
highfive
commented
Dec 15, 2017
|
Heads up! This PR modifies the following files:
|
highfive
commented
Dec 15, 2017
|
r? @Manishearth or @nox |
|
(or anyone else) |
|
|
Does this mean r=Manish? :P |
|
lol no it means I haven't reviewed it yet (doing so) feel free to land with r= |
|
dammit wrong button |
|
lol
…On 12/15/2017 09:05 PM, Manish Goregaokar wrote:
dammit wrong button
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#19578 (comment)>, or
mute the thread
<https://github.com/notifications/unsubscribe-auth/ABQwuoAat1AO0d0w3W-d2RNXEP2Ji5plks5tAtDsgaJpZM4RD4q_>.
|
|
r+ |
| @@ -2,6 +2,8 @@ | |||
| * License, v. 2.0. If a copy of the MPL was not distributed with this | |||
| * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ | |||
|
|
|||
| #![recursion_limit = "128"] | |||
This comment has been minimized.
This comment has been minimized.
|
@bors-servo r=Manishearth |
|
|
| while let Some(segment) = split_camel_segment(&mut camel_case) { | ||
| if first { | ||
| match segment { | ||
| "Moz" | "Webkit" => first = false, |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
@bors-servo r=Manishearth,canaltinova |
|
|
|
@bors-servo p=1 |
Allow deriving Parse on keywords. This makes patches like #19576 much easier. <!-- 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/19578) <!-- Reviewable:end -->
|
|
emilio commentedDec 15, 2017
•
edited by SimonSapin
This makes patches like #19576 much easier.
This change is