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

Clash with DataArrays in definition of | #68

Closed
kmsquire opened this issue Nov 18, 2013 · 2 comments
Closed

Clash with DataArrays in definition of | #68

kmsquire opened this issue Nov 18, 2013 · 2 comments

Comments

@kmsquire
Copy link
Contributor

julia> using Winston
Warning: New definition 
    |(SynchronousStepCollection,Any) at /home/kmsquire/.julia/v0.2/BinDeps/src/BinDeps.jl:283
is ambiguous with: 
    |(Any,NAtype) at /home/kmsquire/.julia/v0.2/DataArrays/src/operators.jl:502.
To fix, define 
    |(SynchronousStepCollection,NAtype)
before the new definition.
Warning: New definition 
    |(Any,SynchronousStepCollection) at /home/kmsquire/.julia/v0.2/BinDeps/src/BinDeps.jl:286
is ambiguous with: 
    |(NAtype,Any) at /home/kmsquire/.julia/v0.2/DataArrays/src/operators.jl:502.
To fix, define 
    |(NAtype,SynchronousStepCollection)
before the new definition.

(see also JuliaStats/DataArrays.jl#17)

@mhlinder
Copy link

I'm having the same problem with using Gadfly:

Warning: New definition
    |(SynchronousStepCollection,Any) at /Users/henry/.julia/BinDeps/src/BinDeps.jl:283
is ambiguous with:
    |(Any,NAtype) at /Users/henry/.julia/DataArrays/src/operators.jl:502.
To fix, define
    |(SynchronousStepCollection,NAtype)
before the new definition.
Warning: New definition
    |(Any,SynchronousStepCollection) at /Users/henry/.julia/BinDeps/src/BinDeps.jl:286
is ambiguous with:
    |(NAtype,Any) at /Users/henry/.julia/DataArrays/src/operators.jl:502.
To fix, define
    |(NAtype,SynchronousStepCollection)
before the new definition.

@kmsquire
Copy link
Contributor Author

Seems to be no longer an issue.

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

2 participants