Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix line lengths and test for lint/test passing. #6909

Merged
merged 4 commits into from
May 28, 2016
Merged

Fix line lengths and test for lint/test passing. #6909

merged 4 commits into from
May 28, 2016

Conversation

lexjacobs
Copy link
Contributor

@lexjacobs lexjacobs commented May 27, 2016

CLA completed.

grunt test and grunt lint were both failing.
This pull request remedies that.

@@ -42,7 +42,9 @@ export type ReactYield = {
continuation: mixed
};

exports.createCoroutine = function<T>(children : mixed, handler : CoroutineHandler<T>, props : T, key : ?string = null) : ReactCoroutine {
exports.createCoroutine = function<T>(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We generally wrap long arg lists like this, can you tweak it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, no problem. To avoid an extra commit, will it work for me to amend the commit and force push to my fork? Or I can make a new pull request. What do you prefer?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitHub supports "squash and merge" now so feel free to add a new commit.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adjusted line breaks to match reviewer feedback.

@ghost
Copy link

ghost commented May 28, 2016

@lexjacobs updated the pull request.

@facebook-github-bot
Copy link

@lexjacobs updated the pull request.

@ghost
Copy link

ghost commented May 28, 2016

@lexjacobs updated the pull request.

@gaearon gaearon merged commit 29ed7c6 into facebook:master May 28, 2016
@zpao zpao added this to the 16.0 milestone Jun 1, 2016
@zpao zpao modified the milestones: 15-next, 16.0 Jun 6, 2016
zpao pushed a commit to zpao/react that referenced this pull request Jun 8, 2016
zpao pushed a commit that referenced this pull request Jun 14, 2016
(cherry picked from commit 29ed7c6)
@zpao zpao modified the milestones: 15-next, 15.2.0 Jun 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants