JuliaData / JuliaData/StructTypes.jl
New types being "public" in Base causes tests to fail in 1.11.
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 86
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
# 1.11
julia> :UUID in propertynames(Base)
true
# 1.10
julia> :UUID in propertynames(Base)
false
Causes this test to fail:
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 running the tests around test/runtests.jl lines 263-281 on Julia 1.11 and 1.10. Inspect the failing assumptions about names exposed by Base, including UUID. Done means the relevant test passes on Julia 1.11 without breaking the Julia 1.10 behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100