-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
[Merged by Bors] - Make Reflect safe to implement
#5010
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
Closed
Closed
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
9356871
Initial commit
PROMETHIA-27 c764de1
Made core changes to `Reflect`
PROMETHIA-27 9a71ebf
Updated impls until it compiles again
PROMETHIA-27 47e6802
Got tests compiling and passing
PROMETHIA-27 479e63d
Added downcast test
PROMETHIA-27 ff804f7
Remove missed safety comment
PROMETHIA-27 4611cc9
Updated example to use `Reflect::type_id()`
PROMETHIA-27 1916a2f
Type ID -> `TypeId`
PROMETHIA-27 4bcfc1f
Made type_id() impl default
PROMETHIA-27 2a7d0f0
Removed unused imports
PROMETHIA-27 6a04778
Type Name -> type name
PROMETHIA-27 cad5074
Merge branch 'bevyengine:main' into make-reflect-safe
PROMETHIA-27 05d01f9
change to better naming scheme
PROMETHIA-27 1073a84
Merge branch 'make-reflect-safe' of https://github.com/PROMETHIA-27/b…
PROMETHIA-27 48803b3
fixing ambiguities
PROMETHIA-27 e79a8c3
Remove unnecessary TypeId imports
PROMETHIA-27 bde44f2
Add `represents` method to `dyn Reflect`
PROMETHIA-27 ced94c7
underlying_type_id -> type_id
PROMETHIA-27 4df85c4
Merge branch 'bevyengine:main' into make-reflect-safe
PROMETHIA-27 03c97b4
Merge branch 'make-reflect-safe' of https://github.com/PROMETHIA-27/b…
PROMETHIA-27 cec23c0
Fix slightly broken test
PROMETHIA-27 2ae01fb
Un-fixing broken test
PROMETHIA-27 481823f
underlying_type_id -> type_id
PROMETHIA-27 29a9379
Doc links
PROMETHIA-27 7b66ee8
as_mut_any -> as_any_mut
PROMETHIA-27 2f557c1
Removed invalid doc links
PROMETHIA-27 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
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.
Uh oh!
There was an error while loading. Please reload this page.