bevy/crates/bevy_reflect/bevy_reflect_derive/src
radiish 13feac6721
reflect: maximally relax TypePath bounds (#11037)
# Objective

- Provides an alternate solution to the one implemented in #10791
without breaking changes.

## Solution

- Changes the bounds of macro-generated `TypePath` implementations to
universally ignore the types of fields, rather than use the same bounds
as other implementations. I think this is a more holistic solution than
#10791 because it totally erases the finicky bounds we currently
generate, helping to untangle the reflection trait system.
2023-12-24 17:45:46 +00:00
..
impls reflect: maximally relax TypePath bounds (#11037) 2023-12-24 17:45:46 +00:00
container_attributes.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
derive_data.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
documentation.rs Moved fq_std from bevy_reflect_derive to bevy_macro_utils (#9956) 2023-10-02 00:22:57 +00:00
enum_utility.rs Moved fq_std from bevy_reflect_derive to bevy_macro_utils (#9956) 2023-10-02 00:22:57 +00:00
field_attributes.rs bevy_reflect: Fix combined field attributes (#9322) 2023-08-07 23:04:00 +00:00
from_reflect.rs bevy_reflect: Fix ignored/skipped field order (#7575) 2023-10-22 12:43:31 +00:00
lib.rs reflect: maximally relax TypePath bounds (#11037) 2023-12-24 17:45:46 +00:00
reflect_value.rs reflect: stable type path v2 (#7184) 2023-06-05 20:31:20 +00:00
registration.rs bevy_reflect: Fix ignored/skipped field order (#7575) 2023-10-22 12:43:31 +00:00
serialization.rs bevy_reflect: Fix ignored/skipped field order (#7575) 2023-10-22 12:43:31 +00:00
trait_reflection.rs Moved fq_std from bevy_reflect_derive to bevy_macro_utils (#9956) 2023-10-02 00:22:57 +00:00
type_path.rs Fix typo in NamedTypePathDef (#9102) 2023-07-10 17:02:16 +00:00
type_uuid.rs Add clippy::manual_let_else at warn level to lints (#10684) 2023-11-28 04:15:27 +00:00
utility.rs reflect: maximally relax TypePath bounds (#11037) 2023-12-24 17:45:46 +00:00