[julia-users] Re: ambiguous +(...) definitions between Images and DataArrays

2014-09-23 Thread Jason Merrill
https://github.com/JuliaLang/julia/issues/6190 On Monday, September 22, 2014 10:46:25 PM UTC-7, Don MacMillen wrote: I am seeing ambiguous method definitions when using both the Images and the DataArray packages. I have already done Pkg.update() and Pkg.build(Images) and

Re: [julia-users] Re: ambiguous +(...) definitions between Images and DataArrays

2014-09-23 Thread Don MacMillen
Thanks. (But I was hoping for something simple.) Don On Sep 22, 2014 11:02 PM, Jason Merrill jwmerr...@gmail.com wrote: https://github.com/JuliaLang/julia/issues/6190 On Monday, September 22, 2014 10:46:25 PM UTC-7, Don MacMillen wrote: I am seeing ambiguous method definitions when using

Re: [julia-users] Re: ambiguous +(...) definitions between Images and DataArrays

2014-09-23 Thread Tim Holy
Unfortunately, there isn't a simple fix. Someone just has to knuckle down and fix this in julia itself. Until then, tolerate the ambiguity warnings (if they aren't actually relevant for operations you want to perform), or work around then by writing glue code. --Tim On Tuesday, September 23,