Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

attr names SHOULD start with a letter #1287

Merged
merged 1 commit into from
May 30, 2024
Merged

Conversation

duglin
Copy link
Collaborator

@duglin duglin commented May 23, 2024

Some folks might try to map attribute names to variables or struct properties, and those often don't support starting with a digit, and while some kind of escaping or prefixing (e.g. with _) is possible, it's kind of annoying.

Fixed #1285

@duglin
Copy link
Collaborator Author

duglin commented May 30, 2024

Approved on the 5/30 call

@duglin duglin merged commit 7204b18 into cloudevents:main May 30, 2024
2 checks passed
@duglin duglin deleted the attrNames branch May 30, 2024 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Should attribute names be allowed to start with a digit?
1 participant