Thanks very much for the reply! `reload` is absolutely what I'm screaming
for.
BTW, isn't `Autoreload` only useful for Ijulia users?
On Saturday, July 2, 2016 at 3:18:04 AM UTC+1, Cedric St-Jean wrote:
>
> I don't have a great solution to this, but this is what I do...
>
> 1. I think that `reload("PackageName")` should work without workspace().
> See http://docs.julialang.org/en/release-0.4/manual/workflow-tips/
> 2. I use `Autoreload.jl`. It's unfortunately not actively maintained, but
> it works well enough for now if you don't have parametric types in the
> autoreloaded modules
> 3. Reloading works better if you `include` files into one big module
> instead of having multiple modules.
>
> I know, this sucks, but IIUC it's on the roadmap to improve this before 1.0
>
> Cédric
>
> On Friday, July 1, 2016 at 9:37:32 AM UTC-4, [email protected] wrote:
>>
>> Bump up..
>>
>