Open ceoloide opened 7 months ago
As per Discord discussion: this is the correct, generic behaviour at the moment, although admittedly this is not what users would intuitively expect for tags specifically. Will consider making an exception for tags
to be handled more like the string set it actually is, with +
and -
prefixes for setting/unsetting, when we get close to a new major (so I can "legally" break things). Leaving open for now...
WIth this example as context:
I would expect the end result for
matrix_pinky_top
to either betags: [key_1_25u]
or the full list:tags: [key, key_1u, key_1_25u]
, but is insteadtags: [key_1u, key_1_25u]
: