[go: nahoru, domu]

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 assign default on fetcherCompletion #1721

Merged
merged 3 commits into from
Aug 21, 2018

Conversation

morganchen12
Copy link
Contributor
@morganchen12 morganchen12 commented Aug 20, 2018

Fixes #1565.

@paulb777
Copy link
Member

From travis: Run scripts/style.sh and git add the result.

Copy link
Member
@paulb777 paulb777 left a comment

Choose a reason for hiding this comment

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

Revert the swift file changes. the travis swiftformat is still 0.33.8

Copy link
Member
@paulb777 paulb777 left a comment

Choose a reason for hiding this comment

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

LGTM - please wait for @schmidt-sebastian's approval before merging.

if (callback) {
callback(self.error);
__strong FIRStorageDeleteTask *strongSelf = weakSelf;
if (strongSelf != nil) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: I don't feel strongly, but rest of the code mostly uses if(var) for nil checks.

@morganchen12 morganchen12 merged commit cbcf7c2 into firebase:master Aug 21, 2018
@morganchen12 morganchen12 deleted the assign branch August 21, 2018 23:09
@paulb777 paulb777 added this to the M32 milestone Aug 21, 2018
morganchen12 added a commit to morganchen12/firebase-ios-sdk that referenced this pull request Aug 24, 2018
This reverts commit cbcf7c2, reversing
changes made to 9fc8659.
morganchen12 added a commit that referenced this pull request Aug 24, 2018
Revert "Merge pull request #1721 from morganchen12/assign"
paulb777 pushed a commit that referenced this pull request Aug 24, 2018
This reverts commit cbcf7c2, reversing
changes made to 9fc8659.
@paulb777 paulb777 mentioned this pull request Aug 24, 2018
@firebase firebase locked and limited conversation to collaborators Oct 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fetcherCompletion is assign
4 participants