JuliaArrays / ArrayViews.jl

A Julia package to explore a new system of array views
MIT License
19 stars 18 forks source link

Pkg.test fails on Julia 0.6 (stable) #49

Closed GravityAssisted closed 6 years ago

GravityAssisted commented 7 years ago

Just making sure this doesn't get lost.

 running contrank.jl ...
ERROR: LoadError: LoadError: MethodError: ArrayViews.contrank(::Colon, ::Colon, ::Colon) is ambiguous. Candidates:
  contrank(i1::Colon, i2::Colon, i3::Colon, I::Union{Colon, Range, Real}...) in ArrayViews at /home/arora/.julia/v0.6/ArrayViews/src/contrank.jl:54
  contrank(i1::Colon, i2::Colon, i3::Union{Colon, UnitRange}) in ArrayViews at /home/arora/.julia/v0.6/ArrayViews/src/contrank.jl:46
Possible fix, define
  contrank(::Colon, ::Colon, ::Colon)
Stacktrace:
 [1] crank(::Colon, ::Colon, ::Vararg{Colon,N} where N) at /home/arora/.julia/v0.6/ArrayViews/test/contrank.jl:15
 [2] test_crank(::Colon, ::Vararg{Colon,N} where N) at /home/arora/.julia/v0.6/ArrayViews/test/contrank.jl:33
 [3] macro expansion at /home/arora/.julia/v0.6/ArrayViews/test/contrank.jl:55 [inlined]
 [4] anonymous at ./<missing>:?
 [5] include_from_node1(::String) at ./loading.jl:569
 [6] include(::String) at ./sysimg.jl:14
 [7] macro expansion at /home/arora/.julia/v0.6/ArrayViews/test/runtests.jl:10 [inlined]
 [8] anonymous at ./<missing>:?
 [9] include_from_node1(::String) at ./loading.jl:569
 [10] include(::String) at ./sysimg.jl:14
 [11] process_options(::Base.JLOptions) at ./client.jl:305
 [12] _start() at ./client.jl:371
andreasnoack commented 6 years ago

I don't this is still happening. Please comment if I'm wrong.