-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename bevy_reflect Array to Sequence #7110
Rename bevy_reflect Array to Sequence #7110
Conversation
…ts and functions. Fixed accompanying documentation.
We have What makes |
i agree that |
Good point. I guess this depends on how we interpret it. A list can be locally treated as an |
I just left a comment on the original issue. I think another potential fix for the whole "fixed length" problem could be to just separate the two traits (and keeping the name |
I think I can try and bang the code for the new approach out in the next few days, depending on free time. |
Maybe leave it open until the new PR is up so we can compare? Or at least until we get more feedback on the new issue? |
Closing in favor of the approach in #7121, which I think we agree is clearer. |
Renamed bevy_reflect Array to Sequence and all associated types, traits and functions.
Fixed accompanying documentation, tests and examples.
Objective
Fixes #7059
Solution
Renamed Array to Sequence and made sure it is propagated where needed.
Changelog
Changed
bevy_reflect::Array to bevy_reflect::Sequence