Skip to content

do type conversion before equality checking for typed hashes #264

@StefanKarpinski

Description

@StefanKarpinski
julia> h = HashTable{Int64}()
HashTable()

julia> h[1.5] = "1.5"
{2=>"1.5",}

julia> h[2] = "2"
{2=>"2",2=>"1.5",}

Oops.

Metadata

Metadata

Labels

bugIndicates an unexpected problem or unintended behavior

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions