Equality of tags? #10
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, the type Tag derives Eq so you can compare two tags with
==
. But it is broken since, for instance, it is case-sensitive. We should instead override Eq (not easy because Tag is complex).Also, semantic issue: Are
fr-Latn
andfr
identical (sincefr
has aSuppress-script
)? If we say yes, this means equality will require the registry.