bevy/crates/bevy_ecs/src
Boxy 28ba87e6c8 CI runs cargo miri test -p bevy_ecs (#4310)
# Objective

Fixes #1529
Run bevy_ecs in miri

## Solution

- Don't set thread names when running in miri rust-lang/miri/issues/1717
- Update `event-listener` to `2.5.2` as previous versions have UB that is detected by miri: [event-listener commit](1fa31c553e)
- Ignore memory leaks when running in miri as they are impossible to track down rust-lang/miri/issues/1481
- Make `table_add_remove_many` test less "many" because miri is really quite slow :)
- Make CI run `RUSTFLAGS="-Zrandomize-layout" MIRIFLAGS="-Zmiri-ignore-leaks -Zmiri-tag-raw-pointers -Zmiri-disable-isolation" cargo +nightly miri test -p bevy_ecs`
2022-03-25 00:26:07 +00:00
..
entity Proper prehashing (#3963) 2022-02-18 03:26:01 +00:00
query Hide docs for concrete impls of Fetch, FetchState, and SystemParamState (#4250) 2022-03-21 05:23:36 +00:00
schedule Auto-label function systems with SystemTypeIdLabel (#4224) 2022-03-23 22:53:56 +00:00
storage Proper prehashing (#3963) 2022-02-18 03:26:01 +00:00
system Auto-label function systems with SystemTypeIdLabel (#4224) 2022-03-23 22:53:56 +00:00
world yeet World::components_mut >:( (#4092) 2022-03-21 23:43:08 +00:00
archetype.rs Change Cow<[ComponentId]> to Box<[ComponentId]> (#4185) 2022-03-19 04:14:27 +00:00
bundle.rs small and mostly pointless refactoring (#2934) 2022-02-13 22:33:55 +00:00
change_detection.rs add missing into_inner to ReflectMut (#3841) 2022-02-04 03:37:45 +00:00
component.rs small and mostly pointless refactoring (#2934) 2022-02-13 22:33:55 +00:00
event.rs small and mostly pointless refactoring (#2934) 2022-02-13 22:33:55 +00:00
lib.rs CI runs cargo miri test -p bevy_ecs (#4310) 2022-03-25 00:26:07 +00:00
reflect.rs Add FromReflect trait to convert dynamic types to concrete types (#1395) 2021-12-26 18:49:01 +00:00