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

If 2 or more panics happen, the errors should concatenate. #3

Open
simbleau opened this issue May 13, 2024 · 0 comments
Open

If 2 or more panics happen, the errors should concatenate. #3

simbleau opened this issue May 13, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@simbleau
Copy link
Member

In bevy, or otherwise, it's pretty common for a panic in one thread to domino into other panics on other threads.

The idea is that if a panic happens, it sets up the error frame, but appends to prior config if another panic occurs.

@simbleau simbleau added bug Something isn't working enhancement New feature or request good first issue Good for newcomers and removed enhancement New feature or request labels May 13, 2024
@simbleau simbleau mentioned this issue Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant