vil'mo

Results 6 issues of vil'mo

# Objective Fixes https://github.com/bevyengine/bevy/issues/14518 ## Solution Added `QueryData` implementer similarly to how `ParamSet` is implemented ## Testing 2 doc tests and 3 tests that are adapted forms of the same...

C-Feature
A-ECS
X-Uncontroversial
D-Modest
D-Unsafe
S-Needs-Review

## What problem does this solve or what need does it fill? In generic contexts, or when you have really complex `QueryData` parameters, there is currently no way to have...

C-Feature
A-ECS
D-Complex
X-Controversial

# Objective There is currently no way of getting `QueryState` from `&World`, so it is hard to, for example, iterate over all entities with a component, only having `&World`. ##...

A-ECS
C-Usability
S-Ready-For-Final-Review
M-Needs-Release-Note

# Objective Outside of the `bevy_ecs` crate it's hard to implement `SystemParam` trait on params that require access to the `World`, because `init_state` expects user to extend access in `SystemMeta`...

A-ECS
C-Usability
D-Modest
D-Unsafe
S-Waiting-on-Author

## What problem does this solve or what need does it fill? Currently ways of running systems from other systems are very limited. This proposal aims to provide a way...

C-Feature
A-ECS
X-Controversial
D-Modest
S-Nominated-To-Close