Zeenobit

Results 40 comments of Zeenobit

> As you mention in your doc comment, this is a very inefficient way to execute a command when you have a world available. > > If this is only...

> This came up before in my other PRs for testing utilities. I think that the trait (that's not in the prelude) is a reasonable approach. I would also support...

Let me know if we want to move the entire implementation into a separate file `execute.rs` under `bevy_diagnostic`.

> Awesome. Can you add an example for this? Maybe in the root tests directory? I would suggest you link it from the Commands docs but we can't, because circular...

Today I realized I accidentally deleted the repository for this. 😢 I'll open a new PR in future.

Not sure what's going on with the validation here. This is already moved to `bevy_ecs`.

@alice-i-cecile Is there anything blocking the integration of this from my end? As far as I can tell all the review concerns have been addressed.

Closing in favor of `run_system` based on feedback.

> https://github.com/bevyengine/bevy/blob/0b2a0e9de85b0de9b806e49e68c02b895b8098fe/crates/bevy_ecs/src/bundle.rs#L39-L56 I fully understand the intent behind bundle. This is more to help with implementing generic systems that operate on bundles, not to query bundles. This also doesn't deal...

> > This _just_ allows you to go from `(A, B)` to `(With, With)`. The fact that we have `Bundle` implemented for `(A, B)` allows this to be implemented pretty...