My usual workflow is to put all the functions in a file, that I call using include(""). If I modify one or several of these functions, I call include("") again. In Julia 0.5, a method redefinition warning is printed for each function in the file. This makes the REPL unreadable. Is there a way around it? Calling workspace() before include() avoids the warning but it reloads every package and recompiles every function which is time consuming.
- [julia-users] Annoying WARNING: Method definition in intera... Matthieu Gomez