Skip to content

fix(parser): allow for(using using stmts#10985

Merged
graphite-app[bot] merged 1 commit intomainfrom
c/05-12-fix_parser_allow_for_using_using_stmts
May 14, 2025
Merged

fix(parser): allow for(using using stmts#10985
graphite-app[bot] merged 1 commit intomainfrom
c/05-12-fix_parser_allow_for_using_using_stmts

Conversation

@camc314
Copy link
Contributor

@camc314 camc314 commented May 12, 2025

fixes #10981

Copy link
Contributor Author

camc314 commented May 12, 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-parser Area - Parser C-bug Category - Bug labels May 12, 2025
@camc314 camc314 marked this pull request as ready for review May 12, 2025 20:42
@camc314 camc314 force-pushed the c/05-12-fix_parser_allow_for_using_using_stmts branch from 8d30240 to 8fbfb9f Compare May 12, 2025 20:44
@codspeed-hq
Copy link

codspeed-hq bot commented May 12, 2025

CodSpeed Instrumentation Performance Report

Merging #10985 will not alter performance

Comparing c/05-12-fix_parser_allow_for_using_using_stmts (2b02d84) with main (1aed99b)

Summary

✅ 36 untouched benchmarks

@camc314 camc314 force-pushed the c/05-12-fix_parser_allow_for_using_using_stmts branch from 8fbfb9f to f4c9ab7 Compare May 12, 2025 21:10
@github-actions github-actions bot added the A-formatter Area - Formatter label May 12, 2025
@Boshen Boshen self-assigned this May 13, 2025
@Boshen Boshen force-pushed the c/05-12-fix_parser_allow_for_using_using_stmts branch from f4c9ab7 to 82bd8f5 Compare May 14, 2025 04:40
@Boshen Boshen added the 0-merge Merge with Graphite Merge Queue label May 14, 2025
Copy link
Member

Boshen commented May 14, 2025

Merge activity

@graphite-app graphite-app bot force-pushed the c/05-12-fix_parser_allow_for_using_using_stmts branch from 82bd8f5 to 2b02d84 Compare May 14, 2025 04:58
@graphite-app graphite-app bot merged commit 2b02d84 into main May 14, 2025
28 checks passed
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label May 14, 2025
@graphite-app graphite-app bot deleted the c/05-12-fix_parser_allow_for_using_using_stmts branch May 14, 2025 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-formatter Area - Formatter A-parser Area - Parser C-bug Category - Bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

parser: Allow of as using binding

2 participants