JuliaCollections / JuliaCollections/DataStructures.jl
Check dict hashing issue
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 745
- Forks
- 261
- PR merge metrics
- No merged PRs in 30d
Description
It's likely that OrderedDicts, as implemented here, are susceptible to JuliaLang/julia#15077. This needs to be tested and handled.
Related: #221
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the OrderedDict hashing behavior described in JuliaLang/julia#15077 and inspect the existing OrderedDict implementation. Review related issue #221 for context, then add coverage for the affected behavior and handle it; done means the test passes without the reported hashing problem.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100