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 AsyncPredicate - Matchers with AsyncExpressions #1056

Merged
merged 8 commits into from
Jul 13, 2023
Merged

Commits on Jun 18, 2023

  1. Create AsyncPredicate, for allowing async functions in predicates.

    This will not ever replace the standard Predicates, but is meant to be a companion to it.
    younata committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    631aedc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d375e5f View commit details
    Browse the repository at this point in the history
  3. Change the some AsyncablePredicate<T> in satisfyAnyOf/satisfyAllOf op…

    …erators to any AsyncablePredicate<T>
    
    This is a workaround for a compiler bug in swift 5.7.
    younata committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    2256ea6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdd40d2 View commit details
    Browse the repository at this point in the history
  5. xcode 14.3 requires macos 13

    younata committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    8555a8b View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    75e542a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff89734 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b475d8 View commit details
    Browse the repository at this point in the history