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

refactor(transformer): helper loader methods take Span #7304

Merged

Conversation

overlookmotel
Copy link
Contributor

@overlookmotel overlookmotel commented Nov 15, 2024

TransformCtx::helper_call and TransformCtx::helper_call_expr take a Span. Sometimes the helper call replaces some original code, and should have the same span as the original code.

Copy link

graphite-app bot commented Nov 15, 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.

@github-actions github-actions bot added A-transformer Area - Transformer / Transpiler C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior labels Nov 15, 2024
@overlookmotel overlookmotel changed the title refactor(transformer): helper load methods take Span refactor(transformer): helper loader methods take Span Nov 15, 2024
@overlookmotel overlookmotel marked this pull request as ready for review November 15, 2024 21:07
Copy link

codspeed-hq bot commented Nov 15, 2024

CodSpeed Performance Report

Merging #7304 will not alter performance

Comparing 11-15-refactor_transformer_helper_load_methods_take_span_ (4acf2db) with main (1cbc624)

Summary

✅ 30 untouched benchmarks

@graphite-app graphite-app bot added the 0-merge Merge with Graphite Merge Queue label Nov 16, 2024
Copy link

graphite-app bot commented Nov 16, 2024

Merge activity

@Boshen Boshen force-pushed the 11-15-feat_traverse_add_methods_for_creating_expression_identifier_s branch from 6e7d767 to fcd6c3d Compare November 16, 2024 05:33
Boshen pushed a commit that referenced this pull request Nov 16, 2024
`TransformCtx::helper_call` and `TransformCtx::helper_call_expr` take a `Span`. Sometimes the helper call replaces some original code, and should have the same span as the original code.
@Boshen Boshen force-pushed the 11-15-refactor_transformer_helper_load_methods_take_span_ branch from 9028609 to d13195c Compare November 16, 2024 05:34
`TransformCtx::helper_call` and `TransformCtx::helper_call_expr` take a `Span`. Sometimes the helper call replaces some original code, and should have the same span as the original code.
@Boshen Boshen force-pushed the 11-15-feat_traverse_add_methods_for_creating_expression_identifier_s branch from fcd6c3d to faf8dde Compare November 16, 2024 05:36
@Boshen Boshen force-pushed the 11-15-refactor_transformer_helper_load_methods_take_span_ branch from d13195c to 4acf2db Compare November 16, 2024 05:37
Base automatically changed from 11-15-feat_traverse_add_methods_for_creating_expression_identifier_s to main November 16, 2024 05:44
@graphite-app graphite-app bot merged commit 4acf2db into main Nov 16, 2024
28 checks passed
@graphite-app graphite-app bot deleted the 11-15-refactor_transformer_helper_load_methods_take_span_ branch November 16, 2024 05:49
Dunqing pushed a commit that referenced this pull request Nov 17, 2024
`TransformCtx::helper_call` and `TransformCtx::helper_call_expr` take a `Span`. Sometimes the helper call replaces some original code, and should have the same span as the original code.
Dunqing pushed a commit that referenced this pull request Nov 18, 2024
`TransformCtx::helper_call` and `TransformCtx::helper_call_expr` take a `Span`. Sometimes the helper call replaces some original code, and should have the same span as the original code.
Dunqing pushed a commit that referenced this pull request Nov 18, 2024
`TransformCtx::helper_call` and `TransformCtx::helper_call_expr` take a `Span`. Sometimes the helper call replaces some original code, and should have the same span as the original code.
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-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.

1 participant