JuliaCollections / JuliaCollections/DataStructures.jl
Is it intentional that setindex! does not work on MultiDict
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 745
- Forks
- 261
- PR merge metrics
- No merged PRs in 30d
Description
Right now setindex! does not work on MultiDict which also means dict[1]=1 does not work. Is that intentional?
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 setindex! and dict[1]=1 behavior on MultiDict. Then inspect the MultiDict implementation and existing tests, if present, to determine whether indexed assignment is intended to work. Done requires a clear decision and corresponding behavior or documentation, with coverage for the reported cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100