JuliaCollections / JuliaCollections/DataStructures.jl
Tests integer overflow on 32-bit
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 745
- Forks
- 261
- PR merge metrics
- No merged PRs in 30d
Description
This line has an integer overflow on 32-bit machines, causing tests to fail.
cf https://github.com/JuliaLang/julia/issues/18741
Probably a good idea to switch on Appveyor, as that seems to be the most reliable way to test 32-bit builds
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 with the linked line in test/test_sorted_containers.jl around line 403 and review the related Julia issue for the 32-bit overflow context. Then inspect the repository's Appveyor configuration or CI entry points to determine how 32-bit testing is handled. Done means the affected tests pass on a 32-bit build and the test configuration covers that environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- ci-cd, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100