You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a specific project, a dependency container property registered via keypath and resolved with @Dependency property wrapper is crashing in release mode (fatal error in the property wrapper itself, this is by design when a dependency is not found) and working in debug mode (the dependency is found, associated to registered keypath).
This should be further investigated, to understand if this is a project bug or a Boomerang bug.
So far there's no way to easily reproduce it in boomerang and all tests are properly passing.
The text was updated successfully, but these errors were encountered:
In a specific project, a dependency container property registered via keypath and resolved with
@Dependency
property wrapper is crashing in release mode (fatal error in the property wrapper itself, this is by design when a dependency is not found) and working in debug mode (the dependency is found, associated to registered keypath).This should be further investigated, to understand if this is a project bug or a Boomerang bug.
So far there's no way to easily reproduce it in boomerang and all tests are properly passing.
The text was updated successfully, but these errors were encountered: