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

tutorial.jl New definition warnings #200

Open
CjRuk opened this issue Jun 18, 2015 · 1 comment
Open

tutorial.jl New definition warnings #200

CjRuk opened this issue Jun 18, 2015 · 1 comment

Comments

@CjRuk
Copy link

CjRuk commented Jun 18, 2015

just an oopsie - dont know where it should go

would like to be able to add .txt files 'cos im laz...

NOOB's errors

1st: - problably interweb router waking up

Uncaught Error: getaddrinfo ENOTFOUND mikeinn.es

Tutorial.jl* open

"Eval All" from menu'

INFO: Nothing to be done
#x2 gadfly and images added previously

then the stuff i don't get every time i eval all.

Warning: New definition
.+(AbstractImageDirect{T,N},AbstractArray{T,N}) at C:\Users\c.julia\v0.3\Images\src\algorithms.jl:19
is ambiguous with:
.+(AbstractArray{T,N},Union(DataArray{T,N},PooledDataArray{T,R<:Integer,N}),AbstractArray{T,N}...) at C:\Users\c.julia\v0.3\DataArrays\src\broadcast.jl:285.
To fix, define
.+(AbstractImageDirect{T,N},Union(DataArray{T,N},PooledDataArray{T,R<:Integer,N}))
before the new definition.
Warning: New definition
-(AbstractImageDirect{T,N},AbstractArray{T,N}) at C:\Users\c.julia\v0.3\Images\src\algorithms.jl:31
is ambiguous with:
-(AbstractArray{T,N},DataArray{T,N}) at C:\Users\c.julia\v0.3\DataArrays\src\operators.jl:326.
To fix, define
-(AbstractImageDirect{T,N},DataArray{T,N})
before the new definition.
Warning: New definition
-(AbstractImageDirect{T,N},AbstractArray{T,N}) at C:\Users\c.julia\v0.3\Images\src\algorithms.jl:31
is ambiguous with:
-(AbstractArray{T,N},AbstractDataArray{T,N}) at C:\Users\c.julia\v0.3\DataArrays\src\operators.jl:349.
To fix, define
-(AbstractImageDirect{T,N},AbstractDataArray{T,N})
before the new definition.
Warning: New definition
.-(AbstractImageDirect{T,N},AbstractArray{T,N}) at C:\Users\c.julia\v0.3\Images\src\algorithms.jl:34
is ambiguous with:
.-(AbstractArray{T,N},Union(DataArray{T,N},PooledDataArray{T,R<:Integer,N})) at C:\Users\c.julia\v0.3\DataArrays\src\broadcast.jl:273.
To fix, define
.-(AbstractImageDirect{T,N},Union(DataArray{T,N},PooledDataArray{T,R<:Integer,N}))
before the new definition.
Warning: New definition
.(AbstractImageDirect{T,N},AbstractArray{T,N}) at C:\Users\c.julia\v0.3\Images\src\algorithms.jl:45
is ambiguous with:
.
(AbstractArray{T,N},Union(DataArray{T,N},PooledDataArray{T,R<:Integer,N}),AbstractArray{T,N}...) at C:\Users\c.julia\v0.3\DataArrays\src\broadcast.jl:283.
To fix, define
.(AbstractImageDirect{T,N},Union(DataArray{T,N},PooledDataArray{T,R<:Integer,N}))
before the new definition.
Warning: New definition
.
(AbstractArray{T,N},AbstractImageDirect{T,N}) at C:\Users\c.julia\v0.3\Images\src\algorithms.jl:46
is ambiguous with:
.(Union(DataArray{T,N},PooledDataArray{T,R<:Integer,N}),AbstractArray{T,N}...) at C:\Users\c.julia\v0.3\DataArrays\src\broadcast.jl:283.
To fix, define
.
(Union(DataArray{T,N},PooledDataArray{T,R<:Integer,N}),AbstractImageDirect{T,N})
before the new definition.
Warning: New definition
./(AbstractImageDirect{T,N},AbstractArray{T,N}) at C:\Users\c.julia\v0.3\Images\src\algorithms.jl:49
is ambiguous with:
./(AbstractArray{T,N},Union(DataArray{T,N},PooledDataArray{T,R<:Integer,N})) at C:\Users\c.julia\v0.3\DataArrays\src\broadcast.jl:273.
To fix, define
./(AbstractImageDirect{T,N},Union(DataArray{T,N},PooledDataArray{T,R<:Integer,N}))
before the new definition.
Warning: New definition
.<(AbstractImageDirect{Bool,N},AbstractArray{Bool,N}) at C:\Users\c.julia\v0.3\Images\src\algorithms.jl:121
is ambiguous with:
.<(AbstractArray{Bool,N},Union(PooledDataArray{Bool,R<:Integer,N},DataArray{Bool,N})) at C:\Users\c.julia\v0.3\DataArrays\src\broadcast.jl:318.
To fix, define
.<(AbstractImageDirect{Bool,N},Union(PooledDataArray{Bool,R<:Integer,N},DataArray{Bool,N}))
before the new definition.
Warning: New definition
.<(AbstractImageDirect{T,N},AbstractArray{T,N}) at C:\Users\c.julia\v0.3\Images\src\algorithms.jl:122
is ambiguous with:
.<(AbstractArray{Bool,N},Union(PooledDataArray{Bool,R<:Integer,N},DataArray{Bool,N})) at C:\Users\c.julia\v0.3\DataArrays\src\broadcast.jl:318.
To fix, define
.<(AbstractImageDirect{Bool,N},Union(PooledDataArray{Bool,R<:Integer,N},DataArray{Bool,N}))
before the new definition.
Warning: New definition
.<(AbstractImageDirect{T,N},AbstractArray{T,N}) at C:\Users\c.julia\v0.3\Images\src\algorithms.jl:122
is ambiguous with:
.<(AbstractArray{T,N},Union(DataArray{T,N},PooledDataArray{T,R<:Integer,N})) at C:\Users\c.julia\v0.3\DataArrays\src\broadcast.jl:273.
To fix, define
.<(AbstractImageDirect{T,N},Union(DataArray{T,N},PooledDataArray{T,R<:Integer,N}))
before the new definition.
Warning: New definition
.>(AbstractImageDirect{T,N},AbstractArray{T,N}) at C:\Users\c.julia\v0.3\Images\src\algorithms.jl:123
is ambiguous with:
.>(AbstractArray{Bool,N},Union(PooledDataArray{Bool,R<:Integer,N},DataArray{Bool,N})) at C:\Users\c.julia\v0.3\DataArrays\src\broadcast.jl:318.
To fix, define
.>(AbstractImageDirect{Bool,N},Union(PooledDataArray{Bool,R<:Integer,N},DataArray{Bool,N}))
before the new definition.
Warning: New definition
.>(AbstractImageDirect{T,N},AbstractArray{T,N}) at C:\Users\c.julia\v0.3\Images\src\algorithms.jl:123
is ambiguous with:
.>(AbstractArray{T,N},Union(DataArray{T,N},PooledDataArray{T,R<:Integer,N})) at C:\Users\c.julia\v0.3\DataArrays\src\broadcast.jl:273.
To fix, define
.>(AbstractImageDirect{T,N},Union(DataArray{T,N},PooledDataArray{T,R<:Integer,N}))
before the new definition.
Warning: New definition
.==(AbstractImageDirect{Bool,N},AbstractArray{Bool,N}) at C:\Users\c.julia\v0.3\Images\src\algorithms.jl:125
is ambiguous with:
.==(AbstractArray{Bool,N},Union(PooledDataArray{Bool,R<:Integer,N},DataArray{Bool,N})) at C:\Users\c.julia\v0.3\DataArrays\src\broadcast.jl:318.
To fix, define
.==(AbstractImageDirect{Bool,N},Union(PooledDataArray{Bool,R<:Integer,N},DataArray{Bool,N}))
before the new definition.
Warning: New definition
.==(AbstractImageDirect{T,N},AbstractArray{T,N}) at C:\Users\c.julia\v0.3\Images\src\algorithms.jl:126
is ambiguous with:
.==(AbstractArray{Bool,N},Union(PooledDataArray{Bool,R<:Integer,N},DataArray{Bool,N})) at C:\Users\c.julia\v0.3\DataArrays\src\broadcast.jl:318.
To fix, define
.==(AbstractImageDirect{Bool,N},Union(PooledDataArray{Bool,R<:Integer,N},DataArray{Bool,N}))
before the new definition.
Warning: New definition
.==(AbstractImageDirect{T,N},AbstractArray{T,N}) at C:\Users\c.julia\v0.3\Images\src\algorithms.jl:126
is ambiguous with:
.==(AbstractArray{T,N},Union(DataArray{T,N},PooledDataArray{T,R<:Integer,N})) at C:\Users\c.julia\v0.3\DataArrays\src\broadcast.jl:273.
To fix, define
.==(AbstractImageDirect{T,N},Union(DataArray{T,N},PooledDataArray{T,R<:Integer,N}))
before the new definition.

@CjRuk
Copy link
Author

CjRuk commented Jun 18, 2015

oopsie - just clicked unstar - (big red button thing;) the number of whatevers (users, potential viewers?) is now 59 - this noob has no idea what's happening

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

1 participant