Re: [julia-users] Julia 0.5 precompilation failures

2016-10-21 Thread Rohit Varkey Thankachan
Oops! Thanks! I put __precompile__() before the module definitions in both Foo.jl and Bar.jl. The problem is still there though. - Rohit On Friday, 21 October 2016 17:23:16 UTC-4, Michele Zaffalon wrote: > > I am not sure if this is the reason, but the manual ( > http://docs.julialang.org/en/r

Re: [julia-users] Julia 0.5 precompilation failures

2016-10-21 Thread Michele Zaffalon
I am not sure if this is the reason, but the manual ( http://docs.julialang.org/en/release-0.5/manual/modules/) says you should put _precompile_() before the module starts. On Fri, Oct 21, 2016 at 10:56 PM, Rohit Varkey Thankachan < rohitvar...@gmail.com> wrote: > Hi, > > I've been trying to use