It's a known wart: https://github.com/JuliaLang/julia/issues/6190

But as far as I recall that issue thread, no solution has been found yet.

On Thu, 2016-01-21 at 13:32, [email protected] wrote:
> 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.

Reply via email to