Skip to content

fix: add support for reserved keyword labels in mapping parameters#2136

Merged
latonz merged 1 commit into
riok:mainfrom
latonz:2128-reserved-keyword-labels
Feb 4, 2026
Merged

fix: add support for reserved keyword labels in mapping parameters#2136
latonz merged 1 commit into
riok:mainfrom
latonz:2128-reserved-keyword-labels

Conversation

@latonz

@latonz latonz commented Feb 4, 2026

Copy link
Copy Markdown
Contributor
  • fixes the usage of reserved keywords in additional mapping parameters
  • fixes the usage of reserved keywords in constructor argument labels

Fixes #2128

@latonz latonz self-assigned this Feb 4, 2026
@latonz latonz added the bug Something isn't working label Feb 4, 2026
@latonz latonz changed the title feat: add support for reserved keyword labels in mapping parameters fix: add support for reserved keyword labels in mapping parameters Feb 4, 2026
@latonz
latonz force-pushed the 2128-reserved-keyword-labels branch from 46b749a to 44fcd8c Compare February 4, 2026 13:20
@latonz
latonz merged commit 4b4a23f into riok:main Feb 4, 2026
17 checks passed
@latonz
latonz deleted the 2128-reserved-keyword-labels branch February 4, 2026 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reserved keywords are not escaped when used as parameter labels.

1 participant