bevy/crates/bevy_app/src
Brezak 1fdddf8992
Forward exit codes in default app runner (#13674)
# Objective

The default app runner fabricates exit codes loosing useful info in the
process.

## Solution

- Make run_once extract the correct exit code from app.
- Add a test to confirm it works.

## Testing

- Run the `runner_returns_correct_exit_code` test.
- Rejoice when it succeeds.
2024-06-04 21:40:40 +00:00
..
app.rs Forward exit codes in default app runner (#13674) 2024-06-04 21:40:40 +00:00
lib.rs Computed State & Sub States (#11426) 2024-05-02 19:36:23 +00:00
main_schedule.rs Move state installation methods from bevy_app to bevy_state (#13637) 2024-06-03 13:47:08 +00:00
panic_handler.rs Move PanicHandlerPlugin into bevy_app (#12640) 2024-03-29 02:04:56 +00:00
plugin_group.rs Added add_group to PluginGroupBuilder (#9530) 2024-02-25 21:23:28 +00:00
plugin.rs Add on_unimplemented Diagnostics to Most Public Traits (#13347) (#13662) 2024-06-04 00:31:34 +00:00
schedule_runner.rs Simplify runner app exit code. (#13074) 2024-04-23 20:42:00 +00:00
sub_app.rs Move state installation methods from bevy_app to bevy_state (#13637) 2024-06-03 13:47:08 +00:00