Skip to content

fix(ast): include directives in body#8981

Merged
graphite-app[bot] merged 1 commit intomainfrom
fix-ast-append-to-non-optional
Feb 10, 2025
Merged

fix(ast): include directives in body#8981
graphite-app[bot] merged 1 commit intomainfrom
fix-ast-append-to-non-optional

Conversation

@hi-ogawa
Copy link
Contributor

@hi-ogawa hi-ogawa commented Feb 9, 2025

Part of #2854
Related: #8972 (comment)

I updated append_to macro to support concatenating two Vec. The logic is very similar so I reused it, but maybe it's better to introduce a new macro or maybe rename append_to?

Copy link
Contributor Author

hi-ogawa commented Feb 9, 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-ast Area - AST A-ast-tools Area - AST tools C-bug Category - Bug labels Feb 9, 2025
@codspeed-hq
Copy link

codspeed-hq bot commented Feb 9, 2025

CodSpeed Performance Report

Merging #8981 will improve performances by 3.4%

Comparing fix-ast-append-to-non-optional (7e6a537) with main (0929320)

Summary

⚡ 1 improvements
✅ 32 untouched benchmarks

Benchmarks breakdown

Benchmark BASE HEAD Change
semantic[cal.com.tsx] 26.9 ms 26 ms +3.4%

@Boshen Boshen force-pushed the fix-ast-CatchClause branch 2 times, most recently from fdcbdad to 9911dcf Compare February 9, 2025 04:22
@Boshen Boshen force-pushed the fix-ast-append-to-non-optional branch from b7dc9ac to 54d527a Compare February 9, 2025 04:22
@overlookmotel overlookmotel force-pushed the fix-ast-append-to-non-optional branch from 4079f76 to e8d5a7a Compare February 9, 2025 19:52
@overlookmotel overlookmotel changed the base branch from fix-ast-CatchClause to graphite-base/8981 February 9, 2025 20:01
@overlookmotel overlookmotel force-pushed the fix-ast-append-to-non-optional branch from e8d5a7a to 667b88a Compare February 9, 2025 20:07
@overlookmotel overlookmotel changed the base branch from graphite-base/8981 to main February 9, 2025 20:08
@overlookmotel overlookmotel force-pushed the fix-ast-append-to-non-optional branch from 667b88a to 80e8c4a Compare February 9, 2025 20:08
@hi-ogawa hi-ogawa force-pushed the fix-ast-append-to-non-optional branch from 7535ac8 to 9c63b69 Compare February 10, 2025 04:58
@hi-ogawa hi-ogawa marked this pull request as ready for review February 10, 2025 04:58
@hi-ogawa hi-ogawa requested a review from leaysgur as a code owner February 10, 2025 04:58
@overlookmotel overlookmotel removed the request for review from leaysgur February 10, 2025 13:30
@overlookmotel overlookmotel force-pushed the fix-ast-append-to-non-optional branch from 9c63b69 to 88fe429 Compare February 10, 2025 13:43
@overlookmotel overlookmotel added the 0-merge Merge with Graphite Merge Queue label Feb 10, 2025
Copy link
Member

overlookmotel commented Feb 10, 2025

Merge activity

  • Feb 10, 8:44 AM EST: The merge label '0-merge' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Feb 10, 8:47 AM EST: A user added this pull request to the Graphite merge queue.
  • Feb 10, 8:52 AM EST: A user merged this pull request with the Graphite merge queue.

Part of #2854
Related: #8972 (comment)

I updated `append_to` macro to support concatenating two `Vec`. The logic is very similar so I reused it, but maybe it's better to introduce a new macro or maybe rename `append_to`?
@graphite-app graphite-app bot force-pushed the fix-ast-append-to-non-optional branch from 88fe429 to 7e6a537 Compare February 10, 2025 13:47
@graphite-app graphite-app bot merged commit 7e6a537 into main Feb 10, 2025
25 checks passed
@graphite-app graphite-app bot deleted the fix-ast-append-to-non-optional branch February 10, 2025 13:52
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-ast-tools Area - AST tools C-bug Category - Bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants