-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
reflect: TypePath part 2
#8768
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 32 commits into
bevyengine:main
from
soqb:reflect-type-path-part-2
Oct 9, 2023
Merged
reflect: TypePath part 2
#8768
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
10bd53e
removed all reflect-scoped std::any::type_name usages
soqb 5a9a5ff
regular tests
soqb 0fd5e36
doctests!
soqb 6792bb1
docs and collision resistance
soqb e6c6e3f
Merge remote-tracking branch 'bevy/main' into HEAD
soqb fa544af
merge fixes
soqb 0e94e7e
remove extra println
soqb 8cb80ea
docs and tests
soqb 6768e05
maximally relax bounds for all TypePath impls
soqb 4a9e902
`Typed: TypePath` and where clause lifetime bounds
soqb 4e8dfa7
various correctness fixes
soqb 469c927
Merge branch 'main' of https://github.com/bevyengine/bevy into HEAD
soqb bd0b407
merge fixes
soqb edc0d43
documentation fixes
soqb a6b3b1c
`cargo fmt --all`
soqb 6a5ed35
fix doc test
soqb 5e2ac16
fix doc slips
soqb 074d769
remove `DynamicTuple::name` that was never used
soqb 4c68253
change more docs
soqb 71ad523
fix tuple `TypePath` impl
soqb e42152f
add slices to new test
soqb c2689a3
merge with main
soqb 6057a4f
vtable -> table
soqb bce5c9d
address feedback
soqb 2a4442f
remove unused import
soqb c1bc5cc
appease clippy
soqb a3dbbd5
readded via deprecation `Reflect::type_name`
soqb b6b9af8
aaagh!
soqb 9d49b3a
`TypePath` for &mut
soqb eca4e38
Merge branch 'main' of https://github.com/bevyengine/bevy into reflec…
soqb aae3ca3
add missing doc link
soqb 0b533c0
Merge branch 'main' of https://github.com/bevyengine/bevy into reflec…
soqb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Could you add an issue link to these FIXME comments?