JuliaData / JuliaData/PooledArrays.jl
Change order of type parameters
Open
Nobody has claimed this yet.
breaking
- Dominant language
- Julia
- Stars
- 49
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
Having PooledArray{T, R, N} is confusing since we have AbstractArray{T, N}. The day we make a breaking release we should change this.
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 locating the PooledArray type definition and its uses, then compare its parameter order with AbstractArray{T, N}. Confirm the impact of changing PooledArray{T, R, N} to match that convention and identify all affected usages before the breaking release; done means the new order is applied consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100