Pure-D / workspace-d

CLI deprecated, API + functionality moved into https://github.com/Pure-D/serve-d
MIT License
75 stars 15 forks source link

stdin and stdout are only available on app.d #54

Closed Andrepuel closed 7 years ago

Andrepuel commented 8 years ago

The stdin and stdout are replaced respectively by /dev/null and stderr. The original Files are only accessible in the app.d file. This ensures that no other module or subprocess will be able to write in these File, which is important as they are being used to do the communication with the parent process.

WebFreak001 commented 8 years ago

whats oi and oi2?

Andrepuel commented 8 years ago

Don't know how it got there. Recreated the commit.