Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Support new Julia hash methods #85

Closed
cdsousa opened this issue May 8, 2014 · 0 comments
Closed

Support new Julia hash methods #85

cdsousa opened this issue May 8, 2014 · 0 comments

Comments

@cdsousa
Copy link

cdsousa commented May 8, 2014

julia> da = @data([1, 2, NA, 4])
julia> hash(da)
WARNING: bitmix is deprecated, use hash instead.
 in hash at .julia/v0.3/DataArrays/src/dataarray.jl:1089
ERROR: no method hash(Uint64, Int64)
 in hash at .julia/v0.3/DataArrays/src/dataarray.jl:1089

I would say this is due to JuliaLang/julia#6624.

dcjones added a commit to dcjones/DataArrays.jl that referenced this issue May 9, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant