JuliaArrays / JuliaArrays/InfiniteArrays.jl
vcat(Ones(∞),1) is not handled
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 76
- Forks
- 9
- Avg merge
- 16h 56m
- Merged PRs (30d)
- 1
Description
Currently this will cause memory overflow.
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 vcat(Ones(∞),1) in a Julia session and tracing the relevant vcat path for infinite arrays. Done means the expression no longer causes memory overflow and the corrected behavior is verified by a regression check.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100