Skip to content

QuerySet not available anymore #4439

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
BrunoWallner opened this issue Apr 7, 2022 · 1 comment
Closed

QuerySet not available anymore #4439

BrunoWallner opened this issue Apr 7, 2022 · 1 comment
Labels
A-ECS Entities, components, systems, and events S-User-Error This issue was caused by a mistake in the user's approach

Comments

@BrunoWallner
Copy link

Bevy version

latest version after cargo clean and cargo update
hash: f907d67d7ed5cfd8b11b2ad78e9dfd6eeb913cea

Operating system & version

Arch Linux on Kernel: 5.17.1-arch1-1

What I did

Updated bevy version to latest git version and now my Game will not compile if it utilizes QuerySet

And now none of these are available anymore:

bevy::ecs::prelude::QuerySet
bevy::ecs::system::QuerySet
bevy::prelude::QuerySet
bevy::ecs::system::QuerySetState
@BrunoWallner BrunoWallner added C-Bug An unexpected or incorrect behavior S-Needs-Triage This issue needs to be labelled labels Apr 7, 2022
@alice-i-cecile
Copy link
Member

This has been changed to the more general ParamSet in #2765 :) The migration should be relatively painless, but do let us know if you run into problems.

@alice-i-cecile alice-i-cecile added A-ECS Entities, components, systems, and events S-User-Error This issue was caused by a mistake in the user's approach and removed C-Bug An unexpected or incorrect behavior S-Needs-Triage This issue needs to be labelled labels Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ECS Entities, components, systems, and events S-User-Error This issue was caused by a mistake in the user's approach
Projects
None yet
Development

No branches or pull requests

2 participants