See also https://github.com/JuliaLang/julia/issues/12050

On Tuesday, July 7, 2015 at 8:45:45 PM UTC-5, Scott Jones wrote:
>
> I was attempting to redirect STDERR temporarily to DevNull, i.e.
> olderr = STDERR
> try
>     redirect_stderr(DevNull)
>     ... code that outputs warning messages ...
> finally
>
>     redirect_stderr(olderr)
> end
>
> however, I got the following error:
>
>  
>     * deprecated          exception on 1: ERROR: LoadError: type 
> DevNullStream has no field handle
>  in redirect_stderr at stream.jl:1045
>
>
> (this was on a build of 0.4, made tonight).
>
>
> What *should* I be doing to stop the warnings from being displayed?
>
>
> Thanks, Scott
>

Reply via email to