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

Better nullability and error handling #315

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Sep 18, 2019

  1. Add nullability annotation for functions that may return nil if there…

    … is an issue reading the input file.
    Zev Eisenberg committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    a5401bc View commit details
    Browse the repository at this point in the history
  2. Use Obj-C generics.

    Zev Eisenberg committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    01826c3 View commit details
    Browse the repository at this point in the history
  3. Use more accurate property annotation to silence static analysis warn…

    …ing.
    Zev Eisenberg committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    91224e0 View commit details
    Browse the repository at this point in the history
  4. More idiomatic Objective-C error handling: treat error parameter as u…

    …ndefined unless result signals failure via a nil value.
    Zev Eisenberg committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    d3985e1 View commit details
    Browse the repository at this point in the history
  5. Fix copypasta.

    Zev Eisenberg committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    fb7f062 View commit details
    Browse the repository at this point in the history
  6. Fix typo.

    Zev Eisenberg committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    ccc693a View commit details
    Browse the repository at this point in the history
  7. Add instructions to the release notes document.

    Zev Eisenberg committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    efef60e View commit details
    Browse the repository at this point in the history
  8. Update changelog.

    Zev Eisenberg committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    31ea4fb View commit details
    Browse the repository at this point in the history