[julia-users] Re: How to deal with methods redefinition warnings in 0.5?

2016-09-22 Thread Cedric St-Jean
I haven't implemented it yet in ClobberinReload.jl, but I suspect that 

include("file.jl"); IJulia.clear_output()

can provide some pain relief (at the cost of missing the meaningful 
warnings) if you're using IJulia.


On Tuesday, September 20, 2016 at 8:59:05 AM UTC-4, Matthieu wrote:
>
> +1. I also think they are useless and annoying during interactive sessions.
>
>  Monday, September 19, 2016 at 5:46:10 PM UTC-4, K leo wrote:
>>
>> To me, these methods redefinition warnings are pretty annoying - there 
>> are zillions of them.  Why should they be there?  Look, when I do a include 
>> again, I know I am overriding those methods in my file.  
>>
>> On Monday, September 12, 2016 at 9:50:27 PM UTC+8, K leo wrote:
>>>
>>> After calling workspace(), there are even a lot of warnings regarding 
>>> methods in packages.
>>>
>>>

[julia-users] Re: How to deal with methods redefinition warnings in 0.5?

2016-09-20 Thread Matthieu
+1. I also think they are useless and annoying during interactive sessions.

 Monday, September 19, 2016 at 5:46:10 PM UTC-4, K leo wrote:
>
> To me, these methods redefinition warnings are pretty annoying - there are 
> zillions of them.  Why should they be there?  Look, when I do a include 
> again, I know I am overriding those methods in my file.  
>
> On Monday, September 12, 2016 at 9:50:27 PM UTC+8, K leo wrote:
>>
>> After calling workspace(), there are even a lot of warnings regarding 
>> methods in packages.
>>
>>

[julia-users] Re: How to deal with methods redefinition warnings in 0.5?

2016-09-19 Thread K leo
To me, these methods redefinition warnings are pretty annoying - there are 
zillions of them.  Why should they be there?  Look, when I do a include 
again, I know I am overriding those methods in my file.  

On Monday, September 12, 2016 at 9:50:27 PM UTC+8, K leo wrote:
>
> After calling workspace(), there are even a lot of warnings regarding 
> methods in packages.
>
>

[julia-users] Re: How to deal with methods redefinition warnings in 0.5?

2016-09-12 Thread K leo
After calling workspace(), there are even a lot of warnings regarding 
methods in packages.

On Monday, September 12, 2016 at 6:57:47 PM UTC+8, felip...@gmail.com wrote:
>
> Try calling workspace() before repeating include.