StructTypes.jl
StructTypes.jl copied to clipboard
New types being "public" in Base causes tests to fail in 1.11.
# 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