-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
convert all enums to UPPER_CASE (jsii?) #2287
Labels
effort/medium
Medium work item – several days of effort
package/awscl
Cross-cutting issues related to the AWS Construct Library
Comments
eladb
added
feature-request
A feature should be added or improved.
package/awscl
Cross-cutting issues related to the AWS Construct Library
effort/medium
Medium work item – several days of effort
and removed
feature-request
A feature should be added or improved.
labels
Apr 15, 2019
eladb
changed the title
Guidelines implementation: Naming
convert all enums to UPPER_CASE (jsii?)
May 1, 2019
eladb
added
package/awscl
Cross-cutting issues related to the AWS Construct Library
and removed
package/awscl
Cross-cutting issues related to the AWS Construct Library
labels
May 1, 2019
4 tasks
shivlaks
added a commit
that referenced
this issue
Jun 20, 2019
Updating enum members in all constructs to be UPPER_CASE. This is in accordance with the new construct library guidelines. **Fixes #2287** BREAKING CHANGE: all enum members were changed from `PascalCase` to `TRUMP_CASE`
shivlaks
added a commit
to aws/jsii
that referenced
this issue
Jun 20, 2019
Language generators will override as needed for language-specific idiomacy. BREAKING CHANGE: Enum members are now expected to be `ALL_CAPS` Fixes aws/aws-cdk#2287
shivlaks
added a commit
that referenced
this issue
Jun 21, 2019
Updated enum members in core modules, drift from recent merges, and packages that were missed in the first pass. This is in accordance with the new construct library guidelines. **Fixes #2287** BREAKING CHANGE: all enum members were changed from `PascalCase` to `ALL_CAPS`
4 tasks
shivlaks
added a commit
that referenced
this issue
Jun 21, 2019
Updated enum members in core modules, drift from recent merges, and packages that were missed in the first pass. This is in accordance with the new construct library guidelines. **Fixes #2287** BREAKING CHANGE: all enum members were changed from `PascalCase` to `ALL_CAPS`
1 task
This was referenced Aug 22, 2019
This was referenced Dec 12, 2019
This was referenced Dec 12, 2019
This was referenced Jan 20, 2020
This was referenced Sep 24, 2024
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
effort/medium
Medium work item – several days of effort
package/awscl
Cross-cutting issues related to the AWS Construct Library
The text was updated successfully, but these errors were encountered: