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

Handle nil content value #289

Merged
merged 4 commits into from
Jun 12, 2018
Merged

Handle nil content value #289

merged 4 commits into from
Jun 12, 2018

Commits on Jun 11, 2018

  1. Configuration menu
    Copy the full SHA
    dfa76aa View commit details
    Browse the repository at this point in the history
  2. fix: nil check content value to prevent crash

    It appears that "value" can be nil in some situations, which could lead to an nsexception being
    raised on subsequent operations. this change skips the iteration if this is the case.
    fractalwrench committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    64246ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5ab8bf View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2018

  1. Configuration menu
    Copy the full SHA
    2aab177 View commit details
    Browse the repository at this point in the history