Skip to content
This repository was archived by the owner on May 28, 2019. It is now read-only.
This repository was archived by the owner on May 28, 2019. It is now read-only.

ObjectIdentityComparator does not honour Parity comparison semantics. #78

@jmalloc

Description

@jmalloc

It currently compares ONLY by identity if both operands are objects, it should probably use the regular Parity semantics if one of the objects provides it, and only then fall back to identity when both do not.

This affects the default comparison behaviour of elements and keys in Set and Map, respectively. See #65

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions