When we emit to KORE, user-defined groups [group(my-att)] end up being represented the same as [my-att]. Accordingly, we must report an error if a user-defined group conflicts with any built-in attribute. Unfortunately, this includes any undocumented internal-only attributes.
To address this, we can instead emit the user groups literally as \group{}("my-att"), but this will require updating any consumers downstream.
When we emit to KORE, user-defined groups
[group(my-att)]end up being represented the same as[my-att]. Accordingly, we must report an error if a user-defined group conflicts with any built-in attribute. Unfortunately, this includes any undocumented internal-only attributes.To address this, we can instead emit the user groups literally as
\group{}("my-att"), but this will require updating any consumers downstream.