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

windows can't use files as stdio #2946

Closed
vtjnash opened this issue Apr 27, 2013 · 2 comments
Closed

windows can't use files as stdio #2946

vtjnash opened this issue Apr 27, 2013 · 2 comments
Assignees
Labels
bug Indicates an unexpected problem or unintended behavior io Involving the I/O subsystem: libuv, read, write, etc. system:windows Affects only Windows

Comments

@vtjnash
Copy link
Member

vtjnash commented Apr 27, 2013

Like the old issue with linux, windows can't open files as streams for stdio. This breaks things like (a) piping /dev/null to or from julia (b) remote process spawn on wine (c) stdio redirection to or from files

related issues:
nikhilm/uvbook#33
#2362

@vtjnash
Copy link
Member Author

vtjnash commented May 15, 2013

thought: we could replace the file with a pipe and hookup the callbacks to do the actual file write

@gpoore
Copy link

gpoore commented Jun 8, 2013

Is there any estimate for when this might be fixed? I am adding Julia support to PythonTeX. That will allow Julia code entered within a LaTeX document to be executed, and the output to be included in the original document. I can't get that to work until stdio can be redirected to files.

@ghost ghost assigned Keno Jun 20, 2013
@Keno Keno closed this as completed in 5c78ea7 Jun 24, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior io Involving the I/O subsystem: libuv, read, write, etc. system:windows Affects only Windows
Projects
None yet
Development

No branches or pull requests

3 participants