-
Notifications
You must be signed in to change notification settings - Fork 95
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
Use an RAII wrapper for stdio redirection #260
Conversation
394b86c
to
439c34f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Asked a few questions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I put the sys folder up at the /src/
folder level in #238. thoughts on which level it should be on?
Need a rebase |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks
is #260 (comment) the location we want? otherwise lgtm |
I'll fix that tomorrow. I'm AFK. |
4d249b0
to
cd56547
Compare
Signed-off-by: Jorge Prendes <[email protected]>
I moved the |
436c505
to
569f8e3
Compare
Signed-off-by: Jorge Prendes <[email protected]>
This PR introduces an RAII wrapper to hande stdio redirection.
The wrapper handles the lifetime of the file descriptors involved.
It also introduces Windows support for stdio redirection.