-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
A-ECSEntities, components, systems, and eventsEntities, components, systems, and eventsP-UnsoundA bug that results in undefined compiler behaviorA bug that results in undefined compiler behavior
Description
Both places where System::run_unsafe
is called in MultiThreadedExecutor
still have placeholder safety comments. They simply state that the safety invariants are upheld, without making any attempt to explain how they are upheld.
// SAFETY: access is compatible |
// SAFETY: caller ensures system access is compatible |
Metadata
Metadata
Assignees
Labels
A-ECSEntities, components, systems, and eventsEntities, components, systems, and eventsP-UnsoundA bug that results in undefined compiler behaviorA bug that results in undefined compiler behavior