bevy/crates/bevy_text/src
JoJoJet 456971381c Resolve most remaining execution-order ambiguities (#6341)
# Objective

Bevy's internal plugins have lots of execution-order ambiguities, which makes the ambiguity detection tool very noisy for our users.

## Solution

Silence every last ambiguity that can currently be resolved.
Each time an ambiguity is silenced, it is accompanied by a comment describing why it is correct. This description should be based on the public API of the respective systems. Thus, I have added documentation to some systems describing how they use some resources.

# Future work

Some ambiguities remain, due to issues out of scope for this PR. 

* The ambiguity checker does not respect `Without<>` filters, leading to false positives.
* Ambiguities between `bevy_ui` and `bevy_animation` cannot be resolved, since neither crate knows that the other exists. We will need a general solution to this problem.
2022-10-27 12:56:03 +00:00
..
error.rs Limit FontAtlasSets (#5708) 2022-09-19 16:12:12 +00:00
font_atlas_set.rs Limit FontAtlasSets (#5708) 2022-09-19 16:12:12 +00:00
font_atlas.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
font_loader.rs Add support for OTF fonts (#1200) 2021-01-03 12:10:23 -08:00
font.rs small and mostly pointless refactoring (#2934) 2022-02-13 22:33:55 +00:00
glyph_brush.rs Fixes incorrect glyph positioning for text2d (#6273) 2022-10-18 13:28:34 +00:00
lib.rs Resolve most remaining execution-order ambiguities (#6341) 2022-10-27 12:56:03 +00:00
pipeline.rs Fixes incorrect glyph positioning for text2d (#6273) 2022-10-18 13:28:34 +00:00
text2d.rs Resolve most remaining execution-order ambiguities (#6341) 2022-10-27 12:56:03 +00:00
text.rs bevy_reflect: Update enum derives (#5473) 2022-08-02 22:40:29 +00:00