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

2016-09-11 Thread K leo
I see the new behavior in 0.5 when I do include("file.jl") again on REPL, I get a bunch of warnings about methods definition overwritten. What can I do? Am I supposed to be able to include("file.jl") after I modify something in it?

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

2016-09-12 Thread felipenoris
Try calling workspace() before repeating include.