Hello, 

On Thursday, September 17, 2015 at 7:28:10 PM UTC+2, Michael Francis wrote:
>
> How can I suppress the printing of deprecation warnings in 0.4? I need to 
> temporarily suppress these so that I can see the wood for the trees. 
>

I think I have the same request: is there a way to disable warnings in 
included packages, so that I can more easily find the deprecation warnings 
in my own code?  There are lots of these for julia 0.4-rc in popular 
packages like DataFrames and NumericFuns.  Something like:

Module MyModule

Global.warming = False ## oops, typo
using FossilFuels
using TeaParty
Global.warming = True

## MyModule code starts here

Cheers, 

---david

Reply via email to