-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Merged by Bors] - add a more helpful error to help debug panicking command on despawned entity #5198
[Merged by Bors] - add a more helpful error to help debug panicking command on despawned entity #5198
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a good approach; it's nice to collect this information in a unified place.
@bevyengine/docs-team brief review please :) |
I didn't test it but I think the example shouldn't panic since commands are applied at a At a closer look it will actually panic, because there are |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but the example and the following text could be improved. See my comment above.
Well I tried the example, and it always panic with the specified ordering, randomly without ordering, and never if I replace the |
bors r+ |
… entity (#5198) # Objective - Help users fix issue when their app panic when executing a command on a despawned entity ## Solution - Add an error code and a page describing how to debug the issue
Build failed: |
timeout in cache step on iOS... |
bors retry |
… entity (#5198) # Objective - Help users fix issue when their app panic when executing a command on a despawned entity ## Solution - Add an error code and a page describing how to debug the issue
… entity (bevyengine#5198) # Objective - Help users fix issue when their app panic when executing a command on a despawned entity ## Solution - Add an error code and a page describing how to debug the issue
… entity (bevyengine#5198) # Objective - Help users fix issue when their app panic when executing a command on a despawned entity ## Solution - Add an error code and a page describing how to debug the issue
… entity (bevyengine#5198) # Objective - Help users fix issue when their app panic when executing a command on a despawned entity ## Solution - Add an error code and a page describing how to debug the issue
Objective
Solution