-
-
Notifications
You must be signed in to change notification settings - Fork 277
stdin
closed / unavailable during testing
#3185
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
Comments
stdin
closed during testingstdin
closed / unavailable during testing
This also broke DataDeps.jl oxinabox/DataDeps.jl#104 |
You should not forward and set wait=false. It is application dependent though if you need stdin |
Ok. So would this be better?
|
The Pkg tests are run on a worker which does not have access to |
Tests that need a TTY, should be BYO |
So is this a way forward?
|
1 similar comment
This comment has been minimized.
This comment has been minimized.
bump @vtjnash |
Sure, we could move |
I was just bitten by the original Sixel issue. What I want is for sixel to be automatically used by ReferenceTests (JuliaTesting/ReferenceTests.jl#133) to show high res images in the terminal. IIUC it cannot detect whether sixel is supported because stdin is closed within the There are ways to opt-in here but the real need is for it to automatically work where possible. I don't think your suggestions above @vtjnash are compatible with full automation? |
Uh oh!
There was an error while loading. Please reload this page.
#3065 broke
Sixel.jl
testing (this used to work on1.6
,1.7
, so I consider this a regession).In our case, we need
stdin
opened in order to query / analyze terminal properties via control sequences.Could we set an option to keep
stdin
opened if we cannot revert the PR ?cc @johnnychen94, @IanButterworth
The text was updated successfully, but these errors were encountered: