Could that be https://github.com/JuliaLang/julia/issues/7860 ?
On Wed, May 13 2015, Sisyphuss <[email protected]> wrote: > But I find `using <module>` has different behavior before and > after `workspace()`. > Sometimes it gives warning, sometimes it doesn't. > > > On Tuesday, May 12, 2015 at 4:49:28 PM UTC+2, Tamas Papp wrote: >> >> workspace() will make a "clean slate", but will not reload the modules, >> you will have to load them again. >> >> On Tue, May 12 2015, paul analyst <[email protected] <javascript:>> >> wrote: >> >> > How to cleen all vars and proces ? Is in Julia somthink like reload all >> > modules ? Start again ? >> > Paul >>
