That worked thank you. I also saw that push!(LOAD_PATH, pwd()) before running any code in the REPL and placing that statement in my "main.jl" file were the simplest if I wanted to have as close to the 0.3 behaviour.
On Wednesday, October 7, 2015 at 1:31:38 AM UTC+2, Steven G. Johnson wrote:
> test.jl should do
>
> include("a.jl")
> using a
>
>
>
>
