MethodError: no method matching isvatuple(::Type{Union{Tuple{Any,Array{T,2},Array{Int64,1}},Tuple{Any,Array{T,2}}}})
#215
Labels
isvatuple(::Type{Union{Tuple{Any,Array{T,2},Array{Int64,1}},Tuple{Any,Array{T,2}}}})
#215
I've been running Lint.jl in flycheck in emacs, so that it's running on every file I edit, and I noticed that Lint.jl errors out on this file: https://github.com/JuliaApproximation/ApproxFun.jl/blob/development/src/Domains/UnionDomain.jl
It seems the problem is that
isvatuple
is not used correctly, like so:because of this:
which is why the check in
length
instatictype.jl
passes.This is the full error message from the above file:
Julia version info:
The text was updated successfully, but these errors were encountered: