Have you tried redefining warnings as errors?

e.g. with

 Base.warn(x::String)=error(x)


Thanks,

Jiahao Chen
Staff Research Scientist
MIT Computer Science and Artificial Intelligence Laboratory

On Tue, Apr 21, 2015 at 8:11 PM, Sheehan Olver <dlfivefi...@gmail.com>
wrote:

> Is it possible to get julia to print out the path where a warning occurs,
> like for errors?  Or maybe turn all warnings into errors?  Having trouble
> hunting down a
>
> Warning: import of Base.real into ApproxFun conflicts with an existing
> identifier; ignored.
>
>

Reply via email to