Skip to content

feat(semantic)!: do not need to return old name in Scoping::set_symbol_name#10613

Merged
Boshen merged 1 commit intomainfrom
04-25-feat_semantic_do_not_need_to_return_old_name_in_set_symbol_name
Apr 27, 2025
Merged

feat(semantic)!: do not need to return old name in Scoping::set_symbol_name#10613
Boshen merged 1 commit intomainfrom
04-25-feat_semantic_do_not_need_to_return_old_name_in_set_symbol_name

Conversation

@Dunqing
Copy link
Member

@Dunqing Dunqing commented Apr 25, 2025

The only usage that needs the old name has been refactored in #10612. Remove the returning old name logic, then the implementation is simpler.

Copy link
Member Author

Dunqing commented Apr 25, 2025


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

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

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

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

@github-actions github-actions bot added A-semantic Area - Semantic C-enhancement Category - New feature or request labels Apr 25, 2025
@codspeed-hq
Copy link

codspeed-hq bot commented Apr 25, 2025

CodSpeed Instrumentation Performance Report

Merging #10613 will not alter performance

Comparing 04-25-feat_semantic_do_not_need_to_return_old_name_in_set_symbol_name (624d3f1) with main (075d4b5)

Summary

✅ 36 untouched benchmarks

@Dunqing Dunqing force-pushed the 04-25-perf_semantic_optimize_scoping_rename_symbol_method branch from 9244388 to bb70f36 Compare April 25, 2025 02:52
@Dunqing Dunqing force-pushed the 04-25-feat_semantic_do_not_need_to_return_old_name_in_set_symbol_name branch 2 times, most recently from 003a11a to 7a7e6ea Compare April 25, 2025 02:59
@Dunqing Dunqing marked this pull request as ready for review April 25, 2025 03:01
@Dunqing Dunqing requested a review from Boshen as a code owner April 25, 2025 03:01
@graphite-app graphite-app bot force-pushed the 04-25-perf_semantic_optimize_scoping_rename_symbol_method branch from bb70f36 to 03a4344 Compare April 27, 2025 02:50
@graphite-app graphite-app bot requested a review from overlookmotel as a code owner April 27, 2025 02:50
@graphite-app graphite-app bot force-pushed the 04-25-feat_semantic_do_not_need_to_return_old_name_in_set_symbol_name branch from 7a7e6ea to fb89420 Compare April 27, 2025 02:51
@Boshen Boshen added the 0-merge Merge with Graphite Merge Queue label Apr 27, 2025
Copy link
Member

Boshen commented Apr 27, 2025

Merge activity

  • Apr 26, 11:07 PM EDT: The merge label '0-merge' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Apr 26, 11:38 PM EDT: Boshen added this pull request to the Graphite merge queue.
  • Apr 27, 3:50 AM UTC: The Graphite merge queue removed this pull request due to downstack failures on PR #10610.

@Dunqing Dunqing force-pushed the 04-25-perf_semantic_optimize_scoping_rename_symbol_method branch from 03a4344 to d6170cd Compare April 27, 2025 03:23
@Dunqing Dunqing force-pushed the 04-25-feat_semantic_do_not_need_to_return_old_name_in_set_symbol_name branch from fb89420 to 385559a Compare April 27, 2025 03:23
@Dunqing Dunqing changed the title feat(semantic): do not need to return old name in Scoping::set_symbol_name feat(semantic)!: do not need to return old name in Scoping::set_symbol_name Apr 27, 2025
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Apr 27, 2025
@Boshen Boshen force-pushed the 04-25-perf_semantic_optimize_scoping_rename_symbol_method branch from d6170cd to 0189d98 Compare April 27, 2025 04:50
@Boshen Boshen force-pushed the 04-25-feat_semantic_do_not_need_to_return_old_name_in_set_symbol_name branch from 385559a to de621b9 Compare April 27, 2025 04:50
@Boshen Boshen force-pushed the 04-25-perf_semantic_optimize_scoping_rename_symbol_method branch from 0189d98 to 94b5642 Compare April 27, 2025 05:10
@Boshen Boshen force-pushed the 04-25-feat_semantic_do_not_need_to_return_old_name_in_set_symbol_name branch from de621b9 to 8796c87 Compare April 27, 2025 05:10
@Dunqing Dunqing force-pushed the 04-25-perf_semantic_optimize_scoping_rename_symbol_method branch from 94b5642 to b7ef8b1 Compare April 27, 2025 05:30
@Dunqing Dunqing force-pushed the 04-25-feat_semantic_do_not_need_to_return_old_name_in_set_symbol_name branch from 8796c87 to 05ebe9d Compare April 27, 2025 05:30
@Dunqing Dunqing added the 0-merge Merge with Graphite Merge Queue label Apr 27, 2025
@Boshen Boshen force-pushed the 04-25-feat_semantic_do_not_need_to_return_old_name_in_set_symbol_name branch from 05ebe9d to 77cd7cd Compare April 27, 2025 11:57
@Boshen Boshen force-pushed the 04-25-perf_semantic_optimize_scoping_rename_symbol_method branch 2 times, most recently from 52706e1 to cdd25c5 Compare April 27, 2025 13:18
@Boshen Boshen force-pushed the 04-25-feat_semantic_do_not_need_to_return_old_name_in_set_symbol_name branch from 77cd7cd to 546060d Compare April 27, 2025 13:18
Base automatically changed from 04-25-perf_semantic_optimize_scoping_rename_symbol_method to main April 27, 2025 13:26
@Boshen Boshen force-pushed the 04-25-feat_semantic_do_not_need_to_return_old_name_in_set_symbol_name branch from 546060d to 624d3f1 Compare April 27, 2025 13:29
@Boshen Boshen merged commit a2b7e9d into main Apr 27, 2025
26 checks passed
@Boshen Boshen deleted the 04-25-feat_semantic_do_not_need_to_return_old_name_in_set_symbol_name branch April 27, 2025 13:55
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-semantic Area - Semantic C-enhancement Category - New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants