Just wondering if there's a solution in the future for this trivial but mildly
irritating problem:
julia> using DataFrames, Images
WARNING: New definition
.+(Images.AbstractImageDirect, AbstractArray) at
/Users/me/.julia/v0.4/Images/src/algorithms.jl:22
is ambiguous with:
.+(AbstractArray, Union{DataArrays.PooledDataArray,
DataArrays.DataArray}, AbstractArray...) at
/Users/me/.julia/v0.4/DataArrays/src/broadcast.jl:297.
To fix, define
.+(Images.AbstractImageDirect, Union{DataArrays.PooledDataArray,
DataArrays.DataArray})
before the new definition.
and so on for 150 lines. It's not a major problem, of course (I just ignore
it). But I'm curious as to what the fix will be.