StructTypes.jl icon indicating copy to clipboard operation
StructTypes.jl copied to clipboard

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

Open KristofferC opened this issue 1 year ago • 0 comments

# 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

KristofferC avatar Mar 05 '24 19:03 KristofferC