Order of tags: should TaggedOperation(op, "tag1", "tag2")==TaggedOperation(op, "tag2", "tag1")? #7289
Labels
area/tags
triage/accepted
A consensus emerged that this bug report, feature request, or other action should be worked on
triage/needs-more-evidence
[Feature requests] Seems plausible, but maintainers are not convinced about the use cases yet
Now
TaggedOperation(op, "tag1", "tag2")!=TaggedOperation(op, "tag2", "tag1")
and
TaggedOperation(op, "tag1", "tag2")==TaggedOperation(op, "tag1", "tag2")
wonder why does the order of tags matter? if not, should serialization/deserialization take tag sorting into consideration?
The text was updated successfully, but these errors were encountered: