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

[BUGFIX] Fix ternary condition behaviors #394

Merged
merged 2 commits into from
Jul 9, 2018

Commits on Jul 9, 2018

  1. [BUGFIX] Fix ternary condition behaviors

    This patch corrects the following problems for
    ternary conditions:
    
    * Dotted paths were not detected correctly.
    * The “then” part was mandatory
    * Negating the condition did not work correctly
    
    All three described cases are working now.
    NamelessCoder committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    16a58e5 View commit details
    Browse the repository at this point in the history
  2. [TASK] Use common shorthand ternary notation

    Avoid people thinking that spaces are necessary here.
    mbrodala authored Jul 9, 2018
    Configuration menu
    Copy the full SHA
    626bfa4 View commit details
    Browse the repository at this point in the history