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

Indexed array subset #3499

Closed
wants to merge 12 commits into from
Closed

Indexed array subset #3499

wants to merge 12 commits into from

Commits on Jan 24, 2019

  1. Test ArraySubset with indexed arrays.

    pfrenssen authored and Stadly committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    07a2ac1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ce072c View commit details
    Browse the repository at this point in the history
  3. Stop iterating when a match is found.

    pfrenssen authored and Stadly committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    49396dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56bcdf9 View commit details
    Browse the repository at this point in the history
  5. Fix CS/WS issues

    sebastianbergmann authored and Stadly committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    36161e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c6c5cc1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7714277 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bdb7223 View commit details
    Browse the repository at this point in the history
  9. Improve readability of a line that uses multiple logical operators.

    Since `&&` has a higher precendence than `||` the parentheses are unneeded
    but adding them makes is easier to understand.
    pfrenssen authored and Stadly committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    df1d129 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9f7a99a View commit details
    Browse the repository at this point in the history
  11. Add regression test for issue #3240.

    This proves that the bug reported in #3240 is also fixed in scope of this PR.
    pfrenssen authored and Stadly committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    d32a86c View commit details
    Browse the repository at this point in the history
  12. Fix style

    Stadly committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    cf0ca42 View commit details
    Browse the repository at this point in the history