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

split output into stdout/stderr/status tabs ? #90

Open
JonJagger opened this issue Feb 17, 2024 · 0 comments
Open

split output into stdout/stderr/status tabs ? #90

JonJagger opened this issue Feb 17, 2024 · 0 comments

Comments

@JonJagger
Copy link
Member

JonJagger commented Feb 17, 2024

At the moment on the [test] page, stdout/stderr/status are all mashed together into a single tab called output.
Create three tabs, one for each.
The tricky part of this is choosing whether to display stdout or stderr in response to the [test] buton being pressed.
We could start with showing stderr if it is non-empty, otherwise stdout.
I suspect some (maybe several) test-frameworks will not behave properly and will be doing spurious writes to stderr.
(I recall that was the case when discovering that you could not, for all test-frameworks, rely on the value of status to tell you if all the tests passed). But we can look at that if and when it happens.

@JonJagger JonJagger changed the title split output into stdout/stderr/status tabs split output into stdout/stderr/status tabs ? Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant