Skip to content

System order ambiguities should be grouped into related sets #7443

@alice-i-cecile

Description

@alice-i-cecile

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-ECSEntities, components, systems, and eventsC-UsabilityA targeted quality-of-life change that makes Bevy easier to useS-BlockedThis cannot move forward until something else changes

    Type

    No type

    Projects

    Status

    Needs Implementation

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions