Skip to content

Prevent internal attributes from leaking #3439

@Scott-Guest

Description

@Scott-Guest

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions