Skip to content

Comments

refactor(ast)!: rename TSEnumMemberName enum variants#7250

Merged
graphite-app[bot] merged 1 commit intomainfrom
11-12-refactor_ast_rename_tsenummembername_enum_variants
Nov 12, 2024
Merged

refactor(ast)!: rename TSEnumMemberName enum variants#7250
graphite-app[bot] merged 1 commit intomainfrom
11-12-refactor_ast_rename_tsenummembername_enum_variants

Conversation

@overlookmotel
Copy link
Member

@overlookmotel overlookmotel commented Nov 12, 2024

Variants of TSEnumMemberName were previously only prefixed with Static to avoid naming conflicts with the variants inherited from Expression for non-static member names. #7219 removed the variants inherited from Expression, so all variants are now static. So we can shorten the names again (back to what they were before inherit_variants! was introduced).

@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 12, 2024

Your org has enabled the Graphite merge queue for merging into main

Add the label “0-merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

Copy link
Member Author

overlookmotel commented Nov 12, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @overlookmotel and the rest of your teammates on Graphite Graphite

@overlookmotel overlookmotel marked this pull request as ready for review November 12, 2024 11:51
@github-actions github-actions bot added A-linter Area - Linter A-parser Area - Parser A-ast Area - AST A-transformer Area - Transformer / Transpiler A-codegen Area - Code Generation A-prettier A-isolated-declarations Isolated Declarations C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior labels Nov 12, 2024
@codspeed-hq
Copy link

codspeed-hq bot commented Nov 12, 2024

CodSpeed Performance Report

Merging #7250 will not alter performance

Comparing 11-12-refactor_ast_rename_tsenummembername_enum_variants (44375a5) with main (62b6327)

Summary

✅ 30 untouched benchmarks

@overlookmotel overlookmotel requested a review from Boshen November 12, 2024 12:00
@Boshen Boshen added the 0-merge Merge with Graphite Merge Queue label Nov 12, 2024
Copy link
Member

Boshen commented Nov 12, 2024

Merge activity

  • Nov 12, 7:21 AM EST: The merge label '0-merge' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Nov 12, 7:21 AM EST: A user added this pull request to the Graphite merge queue.
  • Nov 12, 7:31 AM EST: A user merged this pull request with the Graphite merge queue.

Variants of `TSEnumMemberName` were previously only prefixed with `Static` to avoid naming conflicts with the variants inherited from `Expression` for non-static member names. #7219 removed the variants inherited from `Expression`, so all variants are now static. So we can shorten the names again (back to what they were before `inherit_variants!` was introduced).
@Boshen Boshen force-pushed the 11-12-refactor_ast_remove_inherit_variants_from_tsenummembername_ branch from 2893145 to d3d58f8 Compare November 12, 2024 12:22
@Boshen Boshen force-pushed the 11-12-refactor_ast_rename_tsenummembername_enum_variants branch from 58fe220 to 44375a5 Compare November 12, 2024 12:23
Base automatically changed from 11-12-refactor_ast_remove_inherit_variants_from_tsenummembername_ to main November 12, 2024 12:26
@graphite-app graphite-app bot merged commit 44375a5 into main Nov 12, 2024
@graphite-app graphite-app bot deleted the 11-12-refactor_ast_rename_tsenummembername_enum_variants branch November 12, 2024 12:31
Dunqing pushed a commit that referenced this pull request Nov 17, 2024
Variants of `TSEnumMemberName` were previously only prefixed with `Static` to avoid naming conflicts with the variants inherited from `Expression` for non-static member names. #7219 removed the variants inherited from `Expression`, so all variants are now static. So we can shorten the names again (back to what they were before `inherit_variants!` was introduced).
Dunqing pushed a commit that referenced this pull request Nov 18, 2024
Variants of `TSEnumMemberName` were previously only prefixed with `Static` to avoid naming conflicts with the variants inherited from `Expression` for non-static member names. #7219 removed the variants inherited from `Expression`, so all variants are now static. So we can shorten the names again (back to what they were before `inherit_variants!` was introduced).
Dunqing pushed a commit that referenced this pull request Nov 18, 2024
Variants of `TSEnumMemberName` were previously only prefixed with `Static` to avoid naming conflicts with the variants inherited from `Expression` for non-static member names. #7219 removed the variants inherited from `Expression`, so all variants are now static. So we can shorten the names again (back to what they were before `inherit_variants!` was introduced).
This was referenced Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

0-merge Merge with Graphite Merge Queue A-ast Area - AST A-codegen Area - Code Generation A-isolated-declarations Isolated Declarations A-linter Area - Linter A-parser Area - Parser A-transformer Area - Transformer / Transpiler C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants