Skip to content

In case of unrecoverable exit code, display path of the failed script#83

Open
tjazerzen wants to merge 2 commits intomainfrom
fix/displaying-script-path-even-before-unrecoverable-exit-code
Open

In case of unrecoverable exit code, display path of the failed script#83
tjazerzen wants to merge 2 commits intomainfrom
fix/displaying-script-path-even-before-unrecoverable-exit-code

Conversation

@tjazerzen
Copy link
Contributor

@tjazerzen tjazerzen commented Feb 3, 2026

Personal remark: The code changes are kind off ugly and would prefer emitting the events that we do now in render_machine/actions/*.py in render_machine/code_renderer.py instead.

Why needed

We had the following bad UX:

Let's say out scripts exited with unrecoverable exit code.

We would:

  • Stop the rendering
  • Set status of root widgets to stopped
  • Display the status message at the top => This status message indicated to take a look at the latest script output

But we didn't display the path to the failed script in the "testing status" widget.

This PR adds that for all of the scripts

@tjazerzen tjazerzen changed the title Fix/displaying-script-path-even-before-unrecoverable-exit-code In case of unrecoverable exit code, display path of the failed script Feb 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant