Could someone help with redirecting stderr? For example, the following code does not get the error message shown in the Julia console in Windows 7, Julia Version 0.3.0-prerelease+3789: ~~~ stderr_orig = STDERR rd, wr = redirect_stderr() 1^-1 close(wr) eof(rd) close(rd) out = readall(rd) redirect_stderr(stderr_orig) ~~~
On Friday, June 20, 2014 8:36:44 AM UTC-6, Jameson wrote: > > You could redirect_stderr and test for content writte
