Forbid internal system ambiguities when using DefaultPlugins
in CI
#10416
Labels
A-Build-System
Related to build systems or continuous integration
A-ECS
Entities, components, systems, and events
C-Bug
An unexpected or incorrect behavior
What problem does this solve or what need does it fill?
Bevy-internal system order ambiguities are bad because:
What solution would you like?
Add an integration test which adds all default plugins, checks for ambiguities and then panics if there are any.
Ideally this is run with all features enabled.
Additional context
Discussed in:
The text was updated successfully, but these errors were encountered: