Why is OID not Eq? #23

Closed
opened 2021-06-03 12:21:00 -07:00 by randombit · 1 comment
randombit commented 2021-06-03 12:21:00 -07:00 (Migrated from github.com)

OID impls PartialEq but not Eq even though (AFAICT) OID equality satisfies Eq - is this just an oversight? Would you accept a patch adding Eq?

OID impls `PartialEq` but not `Eq` even though (AFAICT) OID equality satisfies `Eq` - is this just an oversight? Would you accept a patch adding `Eq`?
acw commented 2021-06-03 13:12:51 -07:00 (Migrated from github.com)

I believe it's an oversight. If you can add it, and everything compiles and passes the test suite, I'm cool with a patch.

I believe it's an oversight. If you can add it, and everything compiles and passes the test suite, I'm cool with a patch.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: acw/simple_asn1#23