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

[Merged by Bors] - Add AND/OR combinators for run conditions #7605

Closed
wants to merge 40 commits into from

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    50bd3b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d3c53e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2d5b08 View commit details
    Browse the repository at this point in the history
  4. tweak a safety comment

    Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
    JoJoJet and alice-i-cecile authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    6fa420a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e2579d View commit details
    Browse the repository at this point in the history
  6. add docs to CombinatorSystem

    JoJoJet committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    d91d906 View commit details
    Browse the repository at this point in the history
  7. add a doctest to Combine

    JoJoJet committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    78524ba View commit details
    Browse the repository at this point in the history
  8. update doctest

    JoJoJet committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    d353e06 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    435c657 View commit details
    Browse the repository at this point in the history
  10. typo

    JoJoJet committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    40ab70a View commit details
    Browse the repository at this point in the history
  11. use IntoSystem properly

    JoJoJet committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    2b76184 View commit details
    Browse the repository at this point in the history
  12. resource -> state

    JoJoJet committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    5a437c6 View commit details
    Browse the repository at this point in the history
  13. reorder generics

    JoJoJet committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    1fd4d1e View commit details
    Browse the repository at this point in the history
  14. derive eq

    JoJoJet committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    d76bc89 View commit details
    Browse the repository at this point in the history
  15. update renamed variables

    JoJoJet committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    9d212e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. use fully qualiified Cow

    JoJoJet committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    892b1da View commit details
    Browse the repository at this point in the history
  2. fix a where clause

    JoJoJet committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    c25c564 View commit details
    Browse the repository at this point in the history
  3. simplify Combine::combine

    JoJoJet committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    b775326 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6e3fbc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6cd5eef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    685c712 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    affe2d9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c077ed1 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Configuration menu
    Copy the full SHA
    6f2a8d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dcfc0b View commit details
    Browse the repository at this point in the history
  3. use a correct parameter name

    JoJoJet committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    7a4c5a5 View commit details
    Browse the repository at this point in the history
  4. add a doctest to and_then

    JoJoJet committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    a09eb71 View commit details
    Browse the repository at this point in the history
  5. add a doctest to or_else

    JoJoJet committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    0a26bbd View commit details
    Browse the repository at this point in the history
  6. add a missing derive

    JoJoJet committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    514e4ca View commit details
    Browse the repository at this point in the history
  7. state -> resource

    JoJoJet committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    5e948c7 View commit details
    Browse the repository at this point in the history
  8. declare a forgotten function

    JoJoJet committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    ef26671 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b1ddab8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    96301c8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    174e75f View commit details
    Browse the repository at this point in the history
  12. Update crates/bevy_ecs/src/system/combinator.rs

    Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
    JoJoJet and alice-i-cecile authored Feb 12, 2023
    Configuration menu
    Copy the full SHA
    caafd21 View commit details
    Browse the repository at this point in the history
  13. remove an extra word

    JoJoJet committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    1302b62 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. combine default system sets

    JoJoJet committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    9c1ed08 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. Configuration menu
    Copy the full SHA
    03f7e40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a14d65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35bfba1 View commit details
    Browse the repository at this point in the history