Skip to content
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

ObjectIdentifier for keypaths in dependency container crash when compiled in release mode #40

Open
stefanomondino opened this issue Aug 30, 2022 · 0 comments
Labels
investigate check if real bug

Comments

@stefanomondino
Copy link
Collaborator

stefanomondino commented Aug 30, 2022

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.

@stefanomondino stefanomondino added the investigate check if real bug label Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigate check if real bug
Projects
None yet
Development

No branches or pull requests

1 participant