I want to get System.{in,out,err} to allow the SWTException and SWTError tests to be fully implemented. In particular, this would allow the .printStackTrace to use System.err_. I think it would also just be fun to have the streams working in general :smile:
By default, each of the PrintStreams are File{Input,Output}Stream which use a FileDescriptor (ref).
I want to get System.{in,out,err} to allow the SWTException and SWTError tests to be fully implemented. In particular, this would allow the
.printStackTrace
to useSystem.err_
. I think it would also just be fun to have the streams working in general :smile:By default, each of the PrintStreams are File{Input,Output}Stream which use a FileDescriptor (ref).