TheBevyFlock / bevy_cli

A Bevy CLI tool.
Apache License 2.0
32 stars 6 forks source link

Add lint: System ordering ambiguity #50

Open janhohenheim opened 2 months ago

BD103 commented 1 month ago

It may be worth moving this to the "Suspicious" category instead of "Restriction", since ordering ambiguities are basically data races. (They're more challenging to fix, which is why I don't think they should be a hard error under the "Correctness" category.)