related: https://github.com/JuliaLang/julia/issues/12050

On Tue, Jul 7, 2015 at 9:45 PM, Scott Jones <[email protected]>
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