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

Stdout and stderr for Calva Inspector #2697

Open
skylize opened this issue Jan 7, 2025 · 1 comment
Open

Stdout and stderr for Calva Inspector #2697

skylize opened this issue Jan 7, 2025 · 1 comment

Comments

@skylize
Copy link
Contributor

skylize commented Jan 7, 2025

Given that Calva Inspector is intended to deprecate the Calva Output Window, certain features seem pretty important which are currently missing. One such feature is cli output.

It's difficult to troubleshoot without being able to see results of reflection side effects. Even harder to work without access to a stack trace when your code fails entirely.

@PEZ
Copy link
Collaborator

PEZ commented Jan 8, 2025

So, no deprecation of the Calva Output Window is planned. But we do want to change the default printing of stdout and errors from the REPL Window to somewhere else, and the inspector is good target for at least the errors, I think.

I think there are some Ux challenges with printing stdout to the inspector. For exceptions, I think it is pretty straight forward to replicate the treatment they currently get in the REPL window.

You are welcome to give this a shot. I can introduce you to the relevant places in the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants