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

bevy_reflect: Remove U32Visitor #12433

Merged
merged 2 commits into from
Mar 12, 2024

Conversation

MrGVSV
Copy link
Member

@MrGVSV MrGVSV commented Mar 12, 2024

Objective

The U32Visitor struct has been unused since its introduction in #6140. It's made itself known now by causing a recent CI failure.

Solution

Remove the unused U32Visitor struct.

Also removed PrepassLightsViewFlush as it was causing a similar CI failure on this PR.

@MrGVSV MrGVSV added C-Code-Quality A section of code that is hard to understand or change A-Reflection Runtime information about types labels Mar 12, 2024
@alice-i-cecile alice-i-cecile mentioned this pull request Mar 12, 2024
@james7132
Copy link
Member

Could you also get rid of PrepassLightsViewFlush? It's also unused. This new cfg check is great at finding these.

@james7132 james7132 added this pull request to the merge queue Mar 12, 2024
Merged via the queue into bevyengine:main with commit 4c47e31 Mar 12, 2024
25 checks passed
@MrGVSV MrGVSV deleted the mrgvsv/reflect/remove-u32visitor branch March 12, 2024 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Reflection Runtime information about types C-Code-Quality A section of code that is hard to understand or change
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

3 participants