-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Open
Labels
breakingThis change will break codeThis change will break codeequalityIssues relating to equality relations: ==, ===, isequalIssues relating to equality relations: ==, ===, isequalhelp wantedIndicates that a maintainer wants help on an issue or pull requestIndicates that a maintainer wants help on an issue or pull requestneeds decisionA decision on this change is neededA decision on this change is needed
Milestone
Description
This doesn't make much sense:
julia> immutable Foo{T}
bar::T
end
julia> Foo("baz") == Foo("baz")
false
julia> Foo("baz").bar == Foo("baz").bar
true
julia> Foo(1) == Foo(1)
trueIf the fields are == to each other then the objects should be == to each other.
nalimilan, cossio, HarrisonGrodin, ogreyesp, ellisvalentiner and 36 moreschneiderfelipe, ParadaCarleton and gdalle
Metadata
Metadata
Assignees
Labels
breakingThis change will break codeThis change will break codeequalityIssues relating to equality relations: ==, ===, isequalIssues relating to equality relations: ==, ===, isequalhelp wantedIndicates that a maintainer wants help on an issue or pull requestIndicates that a maintainer wants help on an issue or pull requestneeds decisionA decision on this change is neededA decision on this change is needed