You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure whether I should open this here or elsewhere, but is there any mechanism for supporting the new where syntax from JuliaLang/julia#18457 on older versions of julia? Or at least stopping it from erroring out?
Currently, it looks like it comes up as a syntax error so throwing it inside of a if VERSION >= conditional doesn't help.
ERROR: LoadError: LoadError: syntax:missing comma or ) in argument list
ininclude_from_node1(::String) at ./loading.jl:488 (repeats 2 times)
inmacro expansion; at ./none:2 [inlined]
in anonymous at ./<missing>:?
ineval(::Module, ::Any) at ./boot.jl:234inprocess_options(::Base.JLOptions) at ./client.jl:239in_start() at ./client.jl:318while loading /home/travis/.julia/v0.5/FixedPointNumbers/src/ufixed.jl, in expression starting on line 54while loading /home/travis/.julia/v0.5/FixedPointNumbers/src/FixedPointNumbers.jl, in expression starting on line 96
ERROR: LoadError: Failed to precompile FixedPointNumbers to /home/travis/.julia/lib/v0.5/FixedPointNumbers.ji.
incompilecache(::String) at ./loading.jl:593inrequire(::Symbol) at ./loading.jl:422ininclude_from_node1(::String) at ./loading.jl:488ineval(::Module, ::Any) at ./boot.jl:234inprocess_options(::Base.JLOptions) at ./client.jl:239in_start() at ./client.jl:318while loading /home/travis/.julia/v0.5/FixedPointNumbers/test/runtests.jl, in expression starting on line 1
Not sure whether I should open this here or elsewhere, but is there any mechanism for supporting the new
where
syntax from JuliaLang/julia#18457 on older versions of julia? Or at least stopping it from erroring out?Currently, it looks like it comes up as a syntax error so throwing it inside of a
if VERSION >=
conditional doesn't help.PR in question here: JuliaMath/FixedPointNumbers.jl#62
The text was updated successfully, but these errors were encountered: