-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
cosmic_text Query re-export degrades autocomplete UX #16006
Copy link
Copy link
Closed
Labels
A-ECSEntities, components, systems, and eventsEntities, components, systems, and eventsA-TextRendering and layout for charactersRendering and layout for charactersC-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to useD-Domain-AgnosticCan be tackled by anyone with generic programming or Rust skillsCan be tackled by anyone with generic programming or Rust skillsD-StraightforwardSimple bug fixes and API improvements, docs, test and examplesSimple bug fixes and API improvements, docs, test and examplesS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!
Milestone
Metadata
Metadata
Assignees
Labels
A-ECSEntities, components, systems, and eventsEntities, components, systems, and eventsA-TextRendering and layout for charactersRendering and layout for charactersC-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to useD-Domain-AgnosticCan be tackled by anyone with generic programming or Rust skillsCan be tackled by anyone with generic programming or Rust skillsD-StraightforwardSimple bug fixes and API improvements, docs, test and examplesSimple bug fixes and API improvements, docs, test and examplesS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!
Reported by @JMS55 here.
I think we should change how we're re-exporting (probably alias the offending
Query) to avoid this problem.