Skip to content
New issue

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

using Plots, GLVisualize produces many warnings. #373

Closed
cstook opened this issue Jul 5, 2016 · 5 comments
Closed

using Plots, GLVisualize produces many warnings. #373

cstook opened this issue Jul 5, 2016 · 5 comments

Comments

@cstook
Copy link

cstook commented Jul 5, 2016

           _

_ _ ()_ | A fresh approach to technical computing
() | () () | Documentation: http://docs.julialang.org
_ _ | | __ _ | Type "?help" for help.
| | | | | | |/ ` | |
| | |
| | | | (
| | | Version 0.4.6 (2016-06-19 17:16 UTC)
/ |_'|||__'| | Official http://julialang.org/ release
|__/ | x86_64-w64-mingw32

julia> using Plots, GLVisualize
WARNING: New definition
./(Images.AbstractImageDirect, AbstractArray) at C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:55
is ambiguous with:
./(AbstractArray, Union{DataArrays.DataArray, DataArrays.PooledDataArray}) at C:\Users\Chris.julia\v0.4\DataArrays\src\broadcast.jl:280.
To fix, define
./(Images.AbstractImageDirect, Union{DataArrays.DataArray, DataArrays.PooledDataArray})
before the new definition.
WARNING: New definition
.-(Images.AbstractImageDirect, AbstractArray) at C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:40
is ambiguous with:
.-(AbstractArray, Union{DataArrays.DataArray, DataArrays.PooledDataArray}) at C:\Users\Chris.julia\v0.4\DataArrays\src\broadcast.jl:280.
To fix, define
.-(Images.AbstractImageDirect, Union{DataArrays.DataArray, DataArrays.PooledDataArray})
before the new definition.
WARNING: New definition
.(Images.AbstractImageDirect, AbstractArray) at C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:51
is ambiguous with:
.
(AbstractArray, Union{DataArrays.DataArray, DataArrays.PooledDataArray}, AbstractArray...) at C:\Users\Chris.julia\v0.4\DataArrays\src\broadcast.jl:290.
To fix, define
.(Images.AbstractImageDirect, Union{DataArrays.DataArray, DataArrays.PooledDataArray})
before the new definition.
WARNING: New definition
.
(AbstractArray, Images.AbstractImageDirect) at C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:52
is ambiguous with:
.(Union{DataArrays.DataArray, DataArrays.PooledDataArray}, AbstractArray...) at C:\Users\Chris.julia\v0.4\DataArrays\src\broadcast.jl:290.
To fix, define
.
(Union{DataArrays.DataArray, DataArrays.PooledDataArray}, Images.AbstractImageDirect)
before the new definition.
WARNING: New definition
-(AbstractArray, Images.AbstractImageDirect) at C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:37
is ambiguous with:
-(DataArrays.DataArray, AbstractArray) at C:\Users\Chris.julia\v0.4\DataArrays\src\operators.jl:276.
To fix, define
-(DataArrays.DataArray, Images.AbstractImageDirect)
before the new definition.
WARNING: New definition
-(AbstractArray, Images.AbstractImageDirect) at C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:37
is ambiguous with:
-(DataArrays.AbstractDataArray, AbstractArray) at C:\Users\Chris.julia\v0.4\DataArrays\src\operators.jl:300.
To fix, define
-(DataArrays.AbstractDataArray, Images.AbstractImageDirect)
before the new definition.
WARNING: New definition
+(AbstractArray, Images.AbstractImageDirect) at C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:20
is ambiguous with:
+(DataArrays.DataArray, AbstractArray) at C:\Users\Chris.julia\v0.4\DataArrays\src\operators.jl:276.
To fix, define
+(DataArrays.DataArray, Images.AbstractImageDirect)
before the new definition.
WARNING: New definition
+(AbstractArray, Images.AbstractImageDirect) at C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:20
is ambiguous with:
+(DataArrays.AbstractDataArray, AbstractArray) at C:\Users\Chris.julia\v0.4\DataArrays\src\operators.jl:300.
To fix, define
+(DataArrays.AbstractDataArray, Images.AbstractImageDirect)
before the new definition.
WARNING: New definition
.+(Images.AbstractImageDirect, AbstractArray) at C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:22
is ambiguous with:
.+(AbstractArray, Union{DataArrays.DataArray, DataArrays.PooledDataArray}, AbstractArray...) at C:\Users\Chris.julia\v0.4\DataArrays\src\broadcast.jl:292.
To fix, define
.+(Images.AbstractImageDirect, Union{DataArrays.DataArray, DataArrays.PooledDataArray})
before the new definition.
WARNING: New definition
.<(Images.AbstractImageDirect{Bool, N<:Any}, AbstractArray{Bool, N<:Any}) at C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:177
is ambiguous with:
.<(AbstractArray{Bool, N<:Any}, Union{DataArrays.PooledDataArray{Bool, R<:Integer, N<:Any}, DataArrays.DataArray{Bool, N<:Any}}) at C:\Users\Chris.julia\v0.4\DataArrays\src\broadcast.jl:338.
To fix, define
.<(Images.AbstractImageDirect{Bool, N<:Any}, Union{DataArrays.PooledDataArray{Bool, R<:Integer, N<:Any}, DataArrays.DataArray{Bool, N<:Any}})
before the new definition.
WARNING: New definition
.<(Images.AbstractImageDirect, AbstractArray) at C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:178
is ambiguous with:
.<(AbstractArray{Bool, N<:Any}, Union{DataArrays.PooledDataArray{Bool, R<:Integer, N<:Any}, DataArrays.DataArray{Bool, N<:Any}}) at C:\Users\Chris.julia\v0.4\DataArrays\src\broadcast.jl:338.
To fix, define
.<(Images.AbstractImageDirect{Bool, N<:Any}, Union{DataArrays.PooledDataArray{Bool, R<:Integer, N<:Any}, DataArrays.DataArray{Bool, N<:Any}})
before the new definition.
WARNING: New definition
.<(Images.AbstractImageDirect, AbstractArray) at C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:178
is ambiguous with:
.<(AbstractArray, Union{DataArrays.DataArray, DataArrays.PooledDataArray}) at C:\Users\Chris.julia\v0.4\DataArrays\src\broadcast.jl:280.
To fix, define
.<(Images.AbstractImageDirect, Union{DataArrays.DataArray, DataArrays.PooledDataArray})
before the new definition.
WARNING: New definition
convert(Type{Array{#T<:ColorTypes.Colorant, N<:Any}}, AbstractArray{#S<:Any, #n<:Any}) at C:\Users\Chris.julia\v0.4\Images\src\core.jl:400
is ambiguous with:
convert(Type{Array{#S<:Any, N<:Any}}, DataArrays.DataArray{#T<:Any, #N<:Any}) at C:\Users\Chris.julia\v0.4\DataArrays\src\dataarray.jl:371.
To fix, define
convert(Type{Array{#T<:ColorTypes.Colorant, N<:Any}}, DataArrays.DataArray{#T<:Any, #N<:Any})
before the new definition.
WARNING: New definition
.>(Images.AbstractImageDirect, AbstractArray) at C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:179
is ambiguous with:
.>(AbstractArray{Bool, N<:Any}, Union{DataArrays.PooledDataArray{Bool, R<:Integer, N<:Any}, DataArrays.DataArray{Bool, N<:Any}}) at C:\Users\Chris.julia\v0.4\DataArrays\src\broadcast.jl:338.
To fix, define
.>(Images.AbstractImageDirect{Bool, N<:Any}, Union{DataArrays.PooledDataArray{Bool, R<:Integer, N<:Any}, DataArrays.DataArray{Bool, N<:Any}})
before the new definition.
WARNING: New definition
.>(Images.AbstractImageDirect, AbstractArray) at C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:179
is ambiguous with:
.>(AbstractArray, Union{DataArrays.DataArray, DataArrays.PooledDataArray}) at C:\Users\Chris.julia\v0.4\DataArrays\src\broadcast.jl:280.
To fix, define
.>(Images.AbstractImageDirect, Union{DataArrays.DataArray, DataArrays.PooledDataArray})
before the new definition.
WARNING: New definition
.==(Images.AbstractImageDirect{Bool, N<:Any}, AbstractArray{Bool, N<:Any}) at C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:181
is ambiguous with:
.==(AbstractArray{Bool, N<:Any}, Union{DataArrays.PooledDataArray{Bool, R<:Integer, N<:Any}, DataArrays.DataArray{Bool, N<:Any}}) at C:\Users\Chris.julia\v0.4\DataArrays\src\broadcast.jl:338.
To fix, define
.==(Images.AbstractImageDirect{Bool, N<:Any}, Union{DataArrays.PooledDataArray{Bool, R<:Integer, N<:Any}, DataArrays.DataArray{Bool, N<:Any}})
before the new definition.
WARNING: New definition
.==(Images.AbstractImageDirect, AbstractArray) at C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:182
is ambiguous with:
.==(AbstractArray{Bool, N<:Any}, Union{DataArrays.PooledDataArray{Bool, R<:Integer, N<:Any}, DataArrays.DataArray{Bool, N<:Any}}) at C:\Users\Chris.julia\v0.4\DataArrays\src\broadcast.jl:338.
To fix, define
.==(Images.AbstractImageDirect{Bool, N<:Any}, Union{DataArrays.PooledDataArray{Bool, R<:Integer, N<:Any}, DataArrays.DataArray{Bool, N<:Any}})
before the new definition.
WARNING: New definition
.==(Images.AbstractImageDirect, AbstractArray) at C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:182
is ambiguous with:
.==(AbstractArray, Union{DataArrays.DataArray, DataArrays.PooledDataArray}) at C:\Users\Chris.julia\v0.4\DataArrays\src\broadcast.jl:280.
To fix, define
.==(Images.AbstractImageDirect, Union{DataArrays.DataArray, DataArrays.PooledDataArray})
before the new definition.

julia>

@tbreloff
Copy link
Member

tbreloff commented Jul 5, 2016

Oh... This is a well known clash between Images.jl and DataArrays.jl...
Nothing to do with Plots or GLVisualize. Just deal with he warnings, or I
think there's a way to turn them off ('julia --depwarn=no' or something
like that)

On Monday, July 4, 2016, cstook [email protected] wrote:

       _

_ _ ()_ | A fresh approach to technical computing
() | () (
) | Documentation: http://docs.julialang.org http://docs.julialang.org
_ _ | | __ _ | Type "?help" for help.
| | | | | | |/
` | | | | || | | | (
| | | Version 0.4.6 (2016-06-19 17:16 UTC) / |_'|
|_|'
_| | Official http://julialang.org/ http://julialang.org/ release |
/
| x86_64-w64-mingw32

julia> using Plots, GLVisualize
WARNING: New definition
./(Images.AbstractImageDirect, AbstractArray) at
C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:55
is ambiguous with:
./(AbstractArray, Union{DataArrays.DataArray, DataArrays.PooledDataArray})
at C:\Users\Chris.julia\v0.4\DataArrays\src\broadcast.jl:280.
To fix, define
./(Images.AbstractImageDirect, Union{DataArrays.DataArray,
DataArrays.PooledDataArray})
before the new definition.
WARNING: New definition
.-(Images.AbstractImageDirect, AbstractArray) at
C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:40
is ambiguous with:
.-(AbstractArray, Union{DataArrays.DataArray, DataArrays.PooledDataArray})
at C:\Users\Chris.julia\v0.4\DataArrays\src\broadcast.jl:280.
To fix, define
.-(Images.AbstractImageDirect, Union{DataArrays.DataArray,
DataArrays.PooledDataArray})
before the new definition.
WARNING: New definition
.

(Images.AbstractImageDirect, AbstractArray) at
C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:51 is ambiguous with: .
(AbstractArray,
Union{DataArrays.DataArray, DataArrays.PooledDataArray}, AbstractArray...)
at C:\Users\Chris.julia\v0.4\DataArrays\src\broadcast.jl:290.
To fix, define
.

(Images.AbstractImageDirect, Union{DataArrays.DataArray,
DataArrays.PooledDataArray}) before the new definition. WARNING: New
definition .
(AbstractArray, Images.AbstractImageDirect) at
C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:52
is ambiguous with:
.

(Union{DataArrays.DataArray, DataArrays.PooledDataArray},
AbstractArray...) at
C:\Users\Chris.julia\v0.4\DataArrays\src\broadcast.jl:290. To fix, define .
(Union{DataArrays.DataArray,
DataArrays.PooledDataArray}, Images.AbstractImageDirect)
before the new definition.
WARNING: New definition
-(AbstractArray, Images.AbstractImageDirect) at
C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:37
is ambiguous with:
-(DataArrays.DataArray, AbstractArray) at
C:\Users\Chris.julia\v0.4\DataArrays\src\operators.jl:276.
To fix, define
-(DataArrays.DataArray, Images.AbstractImageDirect)
before the new definition.
WARNING: New definition
-(AbstractArray, Images.AbstractImageDirect) at
C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:37
is ambiguous with:
-(DataArrays.AbstractDataArray, AbstractArray) at
C:\Users\Chris.julia\v0.4\DataArrays\src\operators.jl:300.
To fix, define
-(DataArrays.AbstractDataArray, Images.AbstractImageDirect)
before the new definition.
WARNING: New definition
+(AbstractArray, Images.AbstractImageDirect) at
C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:20
is ambiguous with:
+(DataArrays.DataArray, AbstractArray) at
C:\Users\Chris.julia\v0.4\DataArrays\src\operators.jl:276.
To fix, define
+(DataArrays.DataArray, Images.AbstractImageDirect)
before the new definition.
WARNING: New definition
+(AbstractArray, Images.AbstractImageDirect) at
C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:20
is ambiguous with:
+(DataArrays.AbstractDataArray, AbstractArray) at
C:\Users\Chris.julia\v0.4\DataArrays\src\operators.jl:300.
To fix, define
+(DataArrays.AbstractDataArray, Images.AbstractImageDirect)
before the new definition.
WARNING: New definition
.+(Images.AbstractImageDirect, AbstractArray) at
C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:22
is ambiguous with:
.+(AbstractArray, Union{DataArrays.DataArray, DataArrays.PooledDataArray},
AbstractArray...) at
C:\Users\Chris.julia\v0.4\DataArrays\src\broadcast.jl:292.
To fix, define
.+(Images.AbstractImageDirect, Union{DataArrays.DataArray,
DataArrays.PooledDataArray})
before the new definition.
WARNING: New definition
.<(Images.AbstractImageDirect{Bool, N<:Any}, AbstractArray{Bool, N<:Any})
at C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:177
is ambiguous with:
.<(AbstractArray{Bool, N<:Any}, Union{DataArrays.PooledDataArray{Bool,
R<:Integer, N<:Any}, DataArrays.DataArray{Bool, N<:Any}}) at
C:\Users\Chris.julia\v0.4\DataArrays\src\broadcast.jl:338.
To fix, define
.<(Images.AbstractImageDirect{Bool, N<:Any},
Union{DataArrays.PooledDataArray{Bool, R<:Integer, N<:Any},
DataArrays.DataArray{Bool, N<:Any}})
before the new definition.
WARNING: New definition
.<(Images.AbstractImageDirect, AbstractArray) at
C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:178
is ambiguous with:
.<(AbstractArray{Bool, N<:Any}, Union{DataArrays.PooledDataArray{Bool,
R<:Integer, N<:Any}, DataArrays.DataArray{Bool, N<:Any}}) at
C:\Users\Chris.julia\v0.4\DataArrays\src\broadcast.jl:338.
To fix, define
.<(Images.AbstractImageDirect{Bool, N<:Any},
Union{DataArrays.PooledDataArray{Bool, R<:Integer, N<:Any},
DataArrays.DataArray{Bool, N<:Any}})
before the new definition.
WARNING: New definition
.<(Images.AbstractImageDirect, AbstractArray) at
C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:178
is ambiguous with:
.<(AbstractArray, Union{DataArrays.DataArray, DataArrays.PooledDataArray})
at C:\Users\Chris.julia\v0.4\DataArrays\src\broadcast.jl:280.
To fix, define
.<(Images.AbstractImageDirect, Union{DataArrays.DataArray,
DataArrays.PooledDataArray})
before the new definition.
WARNING: New definition
convert(Type{Array{#T<:ColorTypes.Colorant, N<:Any}},
AbstractArray{#S<:Any, #n<:Any}) at
C:\Users\Chris.julia\v0.4\Images\src\core.jl:400
is ambiguous with:
convert(Type{Array{#S<:Any, N<:Any}}, DataArrays.DataArray{#T<:Any,
#N<:Any}) at C:\Users\Chris.julia\v0.4\DataArrays\src\dataarray.jl:371.
To fix, define
convert(Type{Array{#T<:ColorTypes.Colorant, N<:Any}},
DataArrays.DataArray{#T<:Any, #N<:Any})
before the new definition.
WARNING: New definition
.>(Images.AbstractImageDirect, AbstractArray) at
C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:179
is ambiguous with:
.>(AbstractArray{Bool, N<:Any}, Union{DataArrays.PooledDataArray{Bool,
R<:Integer, N<:Any}, DataArrays.DataArray{Bool, N<:Any}}) at
C:\Users\Chris.julia\v0.4\DataArrays\src\broadcast.jl:338.
To fix, define
.>(Images.AbstractImageDirect{Bool, N<:Any},
Union{DataArrays.PooledDataArray{Bool, R<:Integer, N<:Any},
DataArrays.DataArray{Bool, N<:Any}})
before the new definition.
WARNING: New definition
.>(Images.AbstractImageDirect, AbstractArray) at
C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:179
is ambiguous with:
.>(AbstractArray, Union{DataArrays.DataArray, DataArrays.PooledDataArray})
at C:\Users\Chris.julia\v0.4\DataArrays\src\broadcast.jl:280.
To fix, define
.>(Images.AbstractImageDirect, Union{DataArrays.DataArray,
DataArrays.PooledDataArray})
before the new definition.
WARNING: New definition
.==(Images.AbstractImageDirect{Bool, N<:Any}, AbstractArray{Bool, N<:Any})
at C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:181
is ambiguous with:
.==(AbstractArray{Bool, N<:Any}, Union{DataArrays.PooledDataArray{Bool,
R<:Integer, N<:Any}, DataArrays.DataArray{Bool, N<:Any}}) at
C:\Users\Chris.julia\v0.4\DataArrays\src\broadcast.jl:338.
To fix, define
.==(Images.AbstractImageDirect{Bool, N<:Any},
Union{DataArrays.PooledDataArray{Bool, R<:Integer, N<:Any},
DataArrays.DataArray{Bool, N<:Any}})
before the new definition.
WARNING: New definition
.==(Images.AbstractImageDirect, AbstractArray) at
C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:182
is ambiguous with:
.==(AbstractArray{Bool, N<:Any}, Union{DataArrays.PooledDataArray{Bool,
R<:Integer, N<:Any}, DataArrays.DataArray{Bool, N<:Any}}) at
C:\Users\Chris.julia\v0.4\DataArrays\src\broadcast.jl:338.
To fix, define
.==(Images.AbstractImageDirect{Bool, N<:Any},
Union{DataArrays.PooledDataArray{Bool, R<:Integer, N<:Any},
DataArrays.DataArray{Bool, N<:Any}})
before the new definition.
WARNING: New definition
.==(Images.AbstractImageDirect, AbstractArray) at
C:\Users\Chris.julia\v0.4\Images\src\algorithms.jl:182
is ambiguous with:
.==(AbstractArray, Union{DataArrays.DataArray,
DataArrays.PooledDataArray}) at
C:\Users\Chris.julia\v0.4\DataArrays\src\broadcast.jl:280.
To fix, define
.==(Images.AbstractImageDirect, Union{DataArrays.DataArray,
DataArrays.PooledDataArray})
before the new definition.

julia>


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#373, or mute the thread
https://github.com/notifications/unsubscribe/AA492rXuT0am-XNbyyLwo4PAWXqIdnj3ks5qSawSgaJpZM4JEtM9
.

@cstook
Copy link
Author

cstook commented Jul 5, 2016

Thanks! Sorry for the noise.

@timholy
Copy link
Contributor

timholy commented Jul 5, 2016

And fixed in julia-0.5.

@tbreloff
Copy link
Member

tbreloff commented Jul 5, 2016

Seriously Tim? That's awesome!! Finally the killer 0.5 feature we've all
been waiting for!! ;)

On Tuesday, July 5, 2016, Tim Holy [email protected] wrote:

And fixed in julia-0.5.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#373 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AA492ohaaJUYw6HZ1vi0LdWShK8kVq6Qks5qSkDigaJpZM4JEtM9
.

@tbreloff tbreloff closed this as completed Jul 5, 2016
@timholy
Copy link
Contributor

timholy commented Jul 5, 2016

JuliaLang/julia#16125

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants