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

Enable warnings for implicit nullability conversions #1138

Merged
merged 2 commits into from
Nov 19, 2015

Conversation

tonyarnold
Copy link
Contributor

Also resolves any existing issues that Xcode reported. This is not complete nullability annotation for the project, just the essentials

Enabling this warning will force all code to explicitly handle situations where a return value may be nil, but the API expects a non-nil value.

@tonyarnold tonyarnold self-assigned this Nov 19, 2015
@tonyarnold tonyarnold added this to the 3.0.0 milestone Nov 19, 2015
tonyarnold added a commit that referenced this pull request Nov 19, 2015
…onversions

Enable warnings for implicit nullability conversions
@tonyarnold tonyarnold merged commit 3bfb4fa into release/3.0 Nov 19, 2015
@tonyarnold tonyarnold deleted the fix/implicit-nullability-conversions branch November 19, 2015 14:25
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.

1 participant