bevy/crates/bevy_ecs/src/system
JoJoJet c37a53d52d
Add a regression test for change detection between piped systems (#8368)
# Objective

The behavior of change detection within `PipeSystem` is very tricky and
subtle, and is not currently covered by any of our tests as far as I'm
aware.
2023-04-13 17:59:29 +00:00
..
commands Make standard commands more ergonomic (in niche cases) (#8249) 2023-03-29 18:27:48 +00:00
combinator.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
exclusive_function_system.rs Non-breaking change* from UK spellings to US (#8291) 2023-04-08 16:22:46 +00:00
exclusive_system_param.rs implement TypeUuid for primitives and fix multiple-parameter generics having the same TypeUuid (#6633) 2023-02-16 17:09:44 +00:00
function_system.rs Non-breaking change* from UK spellings to US (#8291) 2023-04-08 16:22:46 +00:00
mod.rs Check for conflicting accesses in assert_is_system (#8154) 2023-03-22 13:35:55 +00:00
query.rs Doc and test get_many(_mut) ordering (#8045) 2023-03-16 12:55:44 +00:00
system.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
system_param.rs Use UnsafeWorldCell to increase code quality for SystemParam (#8174) 2023-04-01 15:45:07 +00:00
system_piping.rs Add a regression test for change detection between piped systems (#8368) 2023-04-13 17:59:29 +00:00