Skip to content

Add missing exports in bevy_ecs#16415

Merged
mockersf merged 2 commits intobevyengine:mainfrom
ItsDoot:missing-exports
Nov 17, 2024
Merged

Add missing exports in bevy_ecs#16415
mockersf merged 2 commits intobevyengine:mainfrom
ItsDoot:missing-exports

Conversation

@ItsDoot
Copy link
Copy Markdown
Contributor

@ItsDoot ItsDoot commented Nov 17, 2024

Objective

Seemed to have missed the export of DynamicComponentFetch from #15593. TryFromFilteredError which is returned by impl TryFrom<FiliteredEntityMut/Ref> for EntityRef/Mut also seemed to have been missing.

Solution

Export both of them.

@ItsDoot ItsDoot added D-Trivial Nice and easy! A great choice to get started with Bevy A-ECS Entities, components, systems, and events C-Usability A targeted quality-of-life change that makes Bevy easier to use S-Needs-Review Needs reviewer attention (from anyone!) to move forward labels Nov 17, 2024
@ItsDoot ItsDoot added this to the 0.15 milestone Nov 17, 2024
@mockersf
Copy link
Copy Markdown
Member

you made them public so they should be documented, after that it's good to go 🙂

@mockersf mockersf added this pull request to the merge queue Nov 17, 2024
Merged via the queue into bevyengine:main with commit d3e9ecb Nov 17, 2024
mockersf pushed a commit that referenced this pull request Nov 17, 2024
# Objective

Seemed to have missed the export of `DynamicComponentFetch` from #15593.
`TryFromFilteredError` which is returned by `impl
TryFrom<FiliteredEntityMut/Ref> for EntityRef/Mut` also seemed to have
been missing.

## Solution

Export both of them.
@ItsDoot ItsDoot deleted the missing-exports branch November 27, 2024 00:14
ecoskey pushed a commit to ecoskey/bevy that referenced this pull request Dec 2, 2024
# Objective

Seemed to have missed the export of `DynamicComponentFetch` from bevyengine#15593.
`TryFromFilteredError` which is returned by `impl
TryFrom<FiliteredEntityMut/Ref> for EntityRef/Mut` also seemed to have
been missing.

## Solution

Export both of them.
ecoskey pushed a commit to ecoskey/bevy that referenced this pull request Jan 6, 2025
# Objective

Seemed to have missed the export of `DynamicComponentFetch` from bevyengine#15593.
`TryFromFilteredError` which is returned by `impl
TryFrom<FiliteredEntityMut/Ref> for EntityRef/Mut` also seemed to have
been missing.

## Solution

Export both of them.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-ECS Entities, components, systems, and events C-Usability A targeted quality-of-life change that makes Bevy easier to use D-Trivial Nice and easy! A great choice to get started with Bevy S-Needs-Review Needs reviewer attention (from anyone!) to move forward

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants