We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vcat
Fill
This seems broken with FillArrays v0.13.8
julia> x = Vcat(1:2) vcat(2-element UnitRange{Int64}): 1 2 julia> y = Fill(2, 2) 2-element Fill{Int64}, with entries equal to 2 julia> x + y ERROR: MethodError: +(::ApplyArray{Int64, 1, typeof(vcat), Tuple{UnitRange{Int64}}}, ::Fill{Int64, 1, Tuple{Base.OneTo{Int64}}}) is ambiguous. Candidates: +(a::AbstractArray, b::FillArrays.AbstractFill) @ FillArrays ~/.julia/packages/FillArrays/VUZcr/src/fillalgebra.jl:242 +(A::Vcat, B::AbstractArray) @ LazyArrays ~/Dropbox/JuliaPackages/LazyArrays.jl/src/lazyconcat.jl:628 Possible fix, define +(::Vcat, ::FillArrays.AbstractFill) Stacktrace: [1] top-level scope @ REPL[5]:1
The text was updated successfully, but these errors were encountered:
Fixed on FillArrays v0.13.9
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
This seems broken with FillArrays v0.13.8
The text was updated successfully, but these errors were encountered: