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 TaskSeq.takeWhile, takeWhileAsync, takeWhileInclusive, takeWhileInclusiveAsync #126

Merged
merged 14 commits into from Dec 14, 2022

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    370679a View commit details
    Browse the repository at this point in the history
  2. README updates

    bartelink committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    197318b View commit details
    Browse the repository at this point in the history
  3. Add inital tests

    bartelink committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    0d34373 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4763eaa View commit details
    Browse the repository at this point in the history
  5. Cover termination

    bartelink committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    ff94115 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1e8005 View commit details
    Browse the repository at this point in the history
  7. Cover inclusive variants

    bartelink committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    50b6a54 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6ddf16e View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Extend SideEffect tests

    bartelink committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    86c4adc View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    11ce9d1 View commit details
    Browse the repository at this point in the history
  2. Small refactoring of new tests, each original test is still there, bu…

    …t function-choice is now lifted
    abelbraaksma committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    c8dc715 View commit details
    Browse the repository at this point in the history
  3. Use a struct DU for differentiating between exclusive/inclusive while…

    …, and remove a few branching tests
    abelbraaksma committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    4f0ee2f View commit details
    Browse the repository at this point in the history
  4. Expand the tests a bit for takeWhile, make sure each use-case is cove…

    …red by all four new functions
    abelbraaksma committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    4b3f62f View commit details
    Browse the repository at this point in the history
  5. Fix absent link

    abelbraaksma committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    ea22f48 View commit details
    Browse the repository at this point in the history