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

REPL process output not passed through *out*/*err* doesn't receive ANSI highlighting #2932

Closed
cursive-ide opened this issue Jul 22, 2024 · 3 comments
Labels
bug Marks issues describing bugs released Marks issues which have had the fixes released in a stable build released-eap Marks issues which have had the fixes released in an EAP build
Milestone

Comments

@cursive-ide
Copy link
Owner

Reported by @p-himik and @onetom in Slack. This can happen with anything which passes printing code off to another thread.

@cursive-ide
Copy link
Owner Author

This is fixed, so process output that doesn't flow through *out*/*err* will be captured, as long as the process is one Cursive has started. This won't work for e.g. remote REPLs, since the output from that process will just end up wherever it ends up now.

@cursive-ide cursive-ide changed the title REPL process output not passed through *out*/*err* doesn't receive ANSI highlighting REPL process output not passed through \*out\*/\*err\* doesn't receive ANSI highlighting Jul 22, 2024
@cursive-ide cursive-ide changed the title REPL process output not passed through \*out\*/\*err\* doesn't receive ANSI highlighting REPL process output not passed through *out*/*err* doesn't receive ANSI highlighting Jul 22, 2024
@cursive-ide cursive-ide added this to the 1.13.4 milestone Jul 22, 2024
@cursive-ide cursive-ide added the bug Marks issues describing bugs label Jul 22, 2024
@cursive-ide cursive-ide modified the milestones: 1.13.4, 1.13.4-eap8 Jul 23, 2024
@cursive-ide
Copy link
Owner Author

Fix released in 1.13.4-eap8 on 2024-07-23.

@cursive-ide cursive-ide added the released-eap Marks issues which have had the fixes released in an EAP build label Jul 23, 2024
@cursive-ide
Copy link
Owner Author

Fix released in 1.13.4 on 2024-08-06.

@cursive-ide cursive-ide added the released Marks issues which have had the fixes released in a stable build label Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Marks issues describing bugs released Marks issues which have had the fixes released in a stable build released-eap Marks issues which have had the fixes released in an EAP build
Projects
None yet
Development

No branches or pull requests

1 participant