Add fallible variants to QueryParIter
Open
A-ECS
C-Feature
D-Modest
S-Ready-For-Implementation
X-Uncontroversial
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 171
Description
## What problem does this solve or what need does it fill?
`QueryParIter` only has `for_each`; it would be nice to have fallible variants now that bevy systems have error-handling.
Contributor guide
Research direction
Locate the Rust implementation of QueryParIter and its existing for_each method, then review the issue's reference to fallible Bevy systems and current error-handling APIs. Done means QueryParIter exposes the requested fallible variants alongside for_each, with behavior consistent with the existing error-handling approach.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- game-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100