Skip to content

Type is not equal to itself #36100

@KristofferC

Description

@KristofferC

On 1.5

julia> NamedTuple{(:a, :b), Tuple{Missing, Union{}}} == 
       NamedTuple{(:a, :b), Tuple{Missing, Union{}}}
false

(works in 1.4). From test failure in PkgEval (https://github.com/JuliaCI/NanosoldierReports/blob/90885ffd4005a91d0dc4150b8c1453f2f5948eb0/pkgeval/by_hash/194ddda_vs_b5f13c3/logs/FunctionalTables/1.5.0-DEV-f11a73bd9c.log).

Metadata

Metadata

Assignees

Labels

regressionRegression in behavior compared to a previous versiontypes and dispatchTypes, subtyping and method dispatch

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions