JuliaData / JuliaData/StructTypes.jl

New types being "public" in Base causes tests to fail in 1.11.

Open
#102 0 comments 0 reactions 0 assignees View on GitHub

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:

https://github.com/JuliaData/StructTypes.jl/blob/47c4691d9b5f72455566658a50d950bfb1522a75/test/runtests.jl#L263-L281

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.