-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Unrevert (vert?) "Add on_unimplemented
Diagnostics to Most Public Traits"
#13414
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
Merged
alice-i-cecile
merged 2 commits into
bevyengine:main
from
alice-i-cecile:vert-on-unimplemented
Jun 3, 2024
Merged
Unrevert (vert?) "Add on_unimplemented
Diagnostics to Most Public Traits"
#13414
alice-i-cecile
merged 2 commits into
bevyengine:main
from
alice-i-cecile:vert-on-unimplemented
Jun 3, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…yengine#13347)" This reverts commit 11f0a2d.
…its (bevyengine#13347)"" This reverts commit c93312b.
Merged
Unfortunately still blocked because #13366 failed the merge queue. :( |
Unblocked |
BD103
approved these changes
Jun 3, 2024
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jun 4, 2024
…3662) # Objective - #13414 did not have the intended effect. - #13404 is still blocked ## Solution - Re-adds #13347. Co-authored-by: Zachary Harrold <[email protected]> Co-authored-by: Jamie Ridding <[email protected]> Co-authored-by: BD103 <[email protected]>
knutsoned
pushed a commit
to knutsoned/bevy
that referenced
this pull request
Jun 25, 2024
…raits" (bevyengine#13414) # Objective - bevyengine#13347 was good actually ## Solution - Add it back to main (once bevyengine#13366 is merged) --------- Co-authored-by: Alice Cecile <[email protected]>
patrickariel
pushed a commit
to patrickariel/bevy
that referenced
this pull request
Sep 11, 2024
…raits" (bevyengine#13414) # Objective - bevyengine#13347 was good actually ## Solution - Add it back to main (once bevyengine#13366 is merged) --------- Co-authored-by: Alice Cecile <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-Cross-Cutting
Impacts the entire engine
A-ECS
Entities, components, systems, and events
S-Ready-For-Final-Review
This PR has been approved by the community. It's ready for a maintainer to consider merging it
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Objective
on_unimplemented
Diagnostics to Most Public Traits #13347 was good actuallySolution