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

In converting the syntax form, an == became != #2479

Merged

Commits on Mar 28, 2019

  1. In converting the syntax form, an == became !=

    The original PR had used newer C# syntactic sugar that wasn't
    easy to read and so it was converted back to older syntax
    styles.  But in so doing, a "==" was accidentally flipped to
    a "!=" in one spot in the code, which is what caused the problem.
    Dunbaratu committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    0d65bb7 View commit details
    Browse the repository at this point in the history