mikel / mail

A Really Ruby Mail Library
MIT License
3.61k stars 936 forks source link

== should be transitive #1540

Closed sebbASF closed 1 year ago

sebbASF commented 1 year ago

if a ==b and b==c, then a==c should also be true

sebbASF commented 1 year ago

Note: this PR is expected to fail at present

sebbASF commented 1 year ago

See #1543 for the PR that fixes the issue

sebbASF commented 1 year ago

This is fixed in #1543. The PR was raised to show the problem, and is no longer needed