We are currently making file descriptors inheritable when we dup them. That's no good. We'll probably want to copy the entire fs.rs file from the standard library to deal with this properly.
When this is working right, we should document it and figure out how to test it.
We are currently making file descriptors inheritable when we
dup
them. That's no good. We'll probably want to copy the entirefs.rs
file from the standard library to deal with this properly.When this is working right, we should document it and figure out how to test it.