The multiline comments #= ... =# were introduced in version 0.3. If your VMRecommender.jl code has a comment that starts with #= this will not be parsable anymore with Julia 0.3.
Cheers, Tobi Am Montag, 25. August 2014 16:21:43 UTC+2 schrieb Steven Sagaert: > > when running a file non-interactively I get: > > julia VMRecommender.jl > ERROR: syntax: incomplete: unterminated multi-line comment #= ... =# > in include at ./boot.jl:245 > in include_from_node1 at loading.jl:128 > in process_options at ./client.jl:285 > in _start at ./client.jl:354 > in _start_3B_1716 at /usr/bin/../lib/x86_64-linux-gnu/julia/sys.so > > > any idea? >
