bevy/crates/bevy_ecs/src/schedule
AlephCubed e808fbe987
Renamed members of ParamWarnPolicy to reflect new behaviour. (#17311)
- `Once` renamed to `Warn`.
- `param_warn_once()` renamed to `warn_param_missing()`.
- `never_param_warn()` renamed to `ignore_param_missing()`.

Also includes changes to the documentation of the above methods.

Fixes #17262.

## Migration Guide
- `ParamWarnPolicy::Once` has been renamed to `ParamWarnPolicy::Warn`.
- `ParamWarnPolicy::param_warn_once` has been renamed to
`ParamWarnPolicy::warn_param_missing`.
- `ParamWarnPolicy::never_param_warn` has been renamed to
`ParamWarnPolicy::ignore_param_missing`.
2025-01-12 05:40:04 +00:00
..
executor Renamed members of ParamWarnPolicy to reflect new behaviour. (#17311) 2025-01-12 05:40:04 +00:00
graph Fix a few typos (#17292) 2025-01-10 22:48:30 +00:00
condition.rs Set panic as default fallible system param behavior (#16638) 2024-12-24 02:36:03 +00:00
config.rs Fix a few typos (#17292) 2025-01-10 22:48:30 +00:00
mod.rs Remove Implicit std Prelude from no_std Crates (#17086) 2025-01-03 01:58:43 +00:00
schedule.rs Convert to fallible system in IntoSystemConfigs (#17051) 2024-12-31 00:39:29 +00:00
set.rs Add no_std support to bevy_ecs (#16758) 2024-12-17 21:40:36 +00:00
stepping.rs Remove Implicit std Prelude from no_std Crates (#17086) 2025-01-03 01:58:43 +00:00