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

Add laws to check Short-Circuiting behaviour #3375

Merged

Commits on Apr 2, 2020

  1. Configuration menu
    Copy the full SHA
    20d3117 View commit details
    Browse the repository at this point in the history
  2. added short-circuting tests for chain. lazyList, list, stream, vector…

    …, map, set, queue and sortedMap instances
    gagandeepkalra committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    93bcb48 View commit details
    Browse the repository at this point in the history
  3. added short-circuting tests for nonemptychain. nonemptylazyList, none…

    …mptylist, nonemptystream and nonemptyvector instances
    gagandeepkalra committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    b8f9a77 View commit details
    Browse the repository at this point in the history
  4. fixed traverse, traverseFilter and filterA short-circuiting behavior …

    …for lazList, queue, stream and vector instances
    gagandeepkalra committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    ded74d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8c5d03 View commit details
    Browse the repository at this point in the history
  6. fixed fmt errors

    gagandeepkalra committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    f65a9e7 View commit details
    Browse the repository at this point in the history