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

Audits extension for nullability #218

Merged
merged 1 commit into from
Jun 15, 2015

Conversation

tapi
Copy link
Contributor

@tapi tapi commented Jun 10, 2015

Extension is now audited for nullability, assumes non null for the file as a whole and annotates specific items that are nullable.
should improve usage in Swift

Extension is now audited for nullability, assumes non null for the file as a whole and annotates specific items that are nullable.
should improve usage in Swift
@radazzouz radazzouz self-assigned this Jun 10, 2015
@radazzouz
Copy link
Contributor

Thank @tapi! 👍

@tapi
Copy link
Contributor Author

tapi commented Jun 10, 2015

Added a nil assertion in one of the methods since the documentation specified that it must be nonnull.

@tapi
Copy link
Contributor Author

tapi commented Jun 15, 2015

You're still supporting Xcode 5? I can add macro polyfills for the nullability stuff but it should work on Xcode 6 with iOS7 as a deployment target.

@radazzouz
Copy link
Contributor

Thanks for responding so quickly, @tapi! You're Awesome!

I use Xcode 5 to test compatibility with iOS 7.1 and earlier. I also tested with Xcode 6 and it all seems to work fine now. Merging right now!

Cheers!

radazzouz pushed a commit that referenced this pull request Jun 15, 2015
Audits extension for nullability
@radazzouz radazzouz merged commit 6f64dcf into agilebits:master Jun 15, 2015
@radazzouz radazzouz mentioned this pull request Aug 20, 2015
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants