bevyengine / bevyengine/bevy

Add fallible variants to QueryParIter

Open
#18,505 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.