bevy/crates/bevy_ecs/src/schedule
Mike da9a070d6f
port old ambiguity tests over (#9617)
# Objective

- Some of the old ambiguity tests didn't get ported over during schedule
v3.

## Solution

- Port over tests from
15ee98db8d/crates/bevy_ecs/src/schedule/ambiguity_detection.rs (L279-L612)
with minimal changes
- Make a method to convert the ambiguity conflicts to a string for
easier verification of correct results.
2023-08-29 14:53:26 +00:00
..
executor Adding Copy, Clone, Debug to derived traits of ExecutorKind (#9385) 2023-08-11 21:45:32 +00:00
condition.rs Move schedule name into Schedule (#9600) 2023-08-28 20:44:48 +00:00
config.rs Move schedule name into Schedule (#9600) 2023-08-28 20:44:48 +00:00
graph_utils.rs Remove reference to base sets (#9032) 2023-07-03 20:44:10 +00:00
mod.rs port old ambiguity tests over (#9617) 2023-08-29 14:53:26 +00:00
schedule.rs port old ambiguity tests over (#9617) 2023-08-29 14:53:26 +00:00
set.rs Move schedule name into Schedule (#9600) 2023-08-28 20:44:48 +00:00
state.rs Document every public item in bevy_ecs (#8731) 2023-06-10 23:23:48 +00:00