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

Allow me to configure bevy to panic if a resource doesnt exist, like it did in 0.14 (infallible resources) #16793

Closed
ethereumdegen opened this issue Dec 12, 2024 · 1 comment
Labels
C-Feature A new feature, making something new possible S-Needs-Triage This issue needs to be labelled

Comments

@ethereumdegen
Copy link
Contributor

What problem does this solve or what need does it fill?

bevy 0.15 is very annoying for me now because if i forget to register a resource, the code just wont work and i dont know why without digging through my logs.

What solution would you like?

I would prefer if I could make it works like in 0.14 where it would panic when a resource is not registered.

What alternative(s) have you considered?

na

Additional context

@ethereumdegen ethereumdegen added C-Feature A new feature, making something new possible S-Needs-Triage This issue needs to be labelled labels Dec 12, 2024
@ethereumdegen ethereumdegen changed the title Allow me to configure bevy to panic if a resource doesnt exist, like if did in 0.14 (infallible resources) Allow me to configure bevy to panic if a resource doesnt exist, like it did in 0.14 (infallible resources) Dec 12, 2024
@mockersf
Copy link
Member

duplicate of #16578

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Feature A new feature, making something new possible S-Needs-Triage This issue needs to be labelled
Projects
None yet
Development

No branches or pull requests

2 participants