bevyengine / bevyengine/bevy

System order ambiguities should be grouped into related sets

Open
#7,443 3 comments 0 reactions 0 assignees View on GitHub
A-ECS C-Usability S-Blocked
Dominant language
Rust
Stars
48.2k
Forks
4.8k
Avg merge
3d 22h
Merged PRs (30d)
161

Description

## What problem does this solve or what need does it fill?

When multiple systems are ambiguous with each other, each pair is currently reported independently.

This is challenging to read and reason about, as the correct fix often involves thinking about the group as a whole.

## What solution would you like?

If a group of systems are all ambiguous with each other, report this as a single ambiguity.

## What alternative(s) have you considered?

We could instead group agglomeratively: if A is ambiguous with both B and C (but B and C are fine), group them.

This is probably incorrect: those errors tend to be due to several independent problems.

## Additional context

Please don't do this until #7267 is merged for the sake of my sanity.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.