bevy/crates/bevy_ecs/src
andristarr 2b21b6cc13
FilteredResource returns a Result instead of a simple Option (#18265)
# Objective
FilteredResource::get should return a Result instead of Option

Fixes #17480 

---

## Migration Guide

Users will need to handle the different return type on
FilteredResource::get, FilteredResource::get_id,
FilteredResource::get_mut as it is now a Result not an Option.
2025-03-17 18:54:13 +00:00
..
entity wrap EntityIndexMap/Set slices as well (#18134) 2025-03-17 18:42:18 +00:00
error Small cleanup for ECS error handling (#18280) 2025-03-13 00:13:02 +00:00
event bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
identifier bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
observer Queued component registration (#18173) 2025-03-10 21:46:27 +00:00
query implement get_many_unique (#18315) 2025-03-16 21:12:26 +00:00
reflect FilteredResource returns a Result instead of a simple Option (#18265) 2025-03-17 18:54:13 +00:00
relationship Provide a safe abstraction for split access to entities and commands (#18215) 2025-03-17 18:05:50 +00:00
schedule Generic system config (#17962) 2025-03-12 00:12:30 +00:00
storage Queued component registration (#18173) 2025-03-10 21:46:27 +00:00
system bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
world FilteredResource returns a Result instead of a simple Option (#18265) 2025-03-17 18:54:13 +00:00
archetype.rs Move hashbrown and foldhash out of bevy_utils (#17460) 2025-01-23 16:46:08 +00:00
batching.rs Fix *most* clippy lints (#15906) 2024-10-14 20:52:35 +00:00
bundle.rs Queued component registration (#18173) 2025-03-10 21:46:27 +00:00
change_detection.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
component.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
entity_disabling.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
hierarchy.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
intern.rs Move hashbrown and foldhash out of bevy_utils (#17460) 2025-01-23 16:46:08 +00:00
label.rs do_not_recommend interned Labels (#17950) 2025-02-25 23:46:21 +00:00
lib.rs Generic system config (#17962) 2025-03-12 00:12:30 +00:00
name.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
removal_detection.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
resource.rs Move Resource trait to its own file (#17469) 2025-01-21 19:47:08 +00:00
spawn.rs Implement SpawnableList for Vec<Bundle> (#18259) 2025-03-11 20:32:37 +00:00
traversal.rs Relationships (non-fragmenting, one-to-many) (#17398) 2025-01-18 22:20:30 +00:00