Oh, good idea
> On 22 Apr 2015, at 10:50 am, Jiahao Chen <[email protected]> wrote: > > 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 <[email protected] > <mailto:[email protected]>> 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. > >
