Skip to content
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

Fix CI in bevy-0.13 branch #111

Merged
merged 3 commits into from
Feb 23, 2024
Merged

Conversation

RobWalt
Copy link
Contributor

@RobWalt RobWalt commented Feb 20, 2024

Fixes the doc test in the bevy-0.13 branch to make CI green again.

Ok to be fair this doesn't change a lot. It saves one indirection
through the `TryFrom` trait which might even gets optimized away in the
first place. Nevertheless it is a bit more explicit which will help
newer people to understand the code and develop good habits.

Authored-by: RobWalt <[email protected]>
@aevyrie
Copy link
Owner

aevyrie commented Feb 23, 2024

Thanks!

@aevyrie aevyrie merged commit 3a78ab6 into aevyrie:bevy-0.13 Feb 23, 2024
5 checks passed
aevyrie added a commit that referenced this pull request Feb 23, 2024
* update to bevy 0.13

* clippy

* touch up examples

* free perf lying around in a hot loop

* Bump version

* add no culling to benches

* add perf notes to changelog

* Fix CI in bevy-0.13 branch (#111)

* fix(tests): QueryFilter fixed to be in filter position

Authored-by: RobWalt <[email protected]>

* chore(cleanup): remove unneeded `Mesh::from`

Authored-by: RobWalt <[email protected]>

* chore(cleanup): use Direction3D API directly

Ok to be fair this doesn't change a lot. It saves one indirection
through the `TryFrom` trait which might even gets optimized away in the
first place. Nevertheless it is a bit more explicit which will help
newer people to understand the code and develop good habits.

Authored-by: RobWalt <[email protected]>

---------

Co-authored-by: Robert Walter <[email protected]>
@RobWalt RobWalt deleted the bevy-0.13-fix branch February 23, 2024 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants