Skip to content

style(semantic): reorder diagnostic functions#18540

Merged
graphite-app[bot] merged 1 commit intomainfrom
c/01-25-style_semantic_reorder_diagnostic_functions
Jan 25, 2026
Merged

style(semantic): reorder diagnostic functions#18540
graphite-app[bot] merged 1 commit intomainfrom
c/01-25-style_semantic_reorder_diagnostic_functions

Conversation

@camc314
Copy link
Contributor

@camc314 camc314 commented Jan 25, 2026

just reorders the diagnostic functions so the ts error codes are in numerical order

Copy link
Contributor Author

camc314 commented Jan 25, 2026


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-cleanup Category - technical debt or refactoring. Solution not expected to change behavior labels Jan 25, 2026
@camc314 camc314 marked this pull request as ready for review January 25, 2026 18:32
Copilot AI review requested due to automatic review settings January 25, 2026 18:32
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR reorders accessor-related diagnostic helper functions so that their associated TypeScript error codes appear in numerical order.

Changes:

  • Moves setter_with_optional_parameter so that diagnostics for TS1051, TS1052, and TS1053 are defined in ascending error-code order.
  • Keeps function bodies and messages unchanged, only adjusting their position and associated #[cold] attributes accordingly.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@graphite-app graphite-app bot force-pushed the c/01-25-feat_semantic_add_ts1053_code_to_diagnostic branch from be616f2 to 88ae698 Compare January 25, 2026 18:39
@graphite-app graphite-app bot force-pushed the c/01-25-style_semantic_reorder_diagnostic_functions branch from b5c5981 to 232c7f8 Compare January 25, 2026 18:39
@graphite-app graphite-app bot force-pushed the c/01-25-feat_semantic_add_ts1053_code_to_diagnostic branch from 88ae698 to 1a85484 Compare January 25, 2026 18:44
@graphite-app graphite-app bot force-pushed the c/01-25-style_semantic_reorder_diagnostic_functions branch from 232c7f8 to d7f0091 Compare January 25, 2026 18:45
@graphite-app graphite-app bot changed the base branch from c/01-25-feat_semantic_add_ts1053_code_to_diagnostic to graphite-base/18540 January 25, 2026 19:29
@camc314 camc314 force-pushed the c/01-25-style_semantic_reorder_diagnostic_functions branch from d7f0091 to e1ac5cc Compare January 25, 2026 19:32
@camc314 camc314 force-pushed the graphite-base/18540 branch from 1a85484 to e4fcdde Compare January 25, 2026 19:32
@camc314 camc314 changed the base branch from graphite-base/18540 to c/01-25-feat_semantic_add_ts1053_code_to_diagnostic January 25, 2026 19:32
Base automatically changed from c/01-25-feat_semantic_add_ts1053_code_to_diagnostic to main January 25, 2026 19:35
@graphite-app
Copy link
Contributor

graphite-app bot commented Jan 25, 2026

Merge activity

just reorders the diagnostic functions so the ts error codes are in numerical order
@graphite-app graphite-app bot force-pushed the c/01-25-style_semantic_reorder_diagnostic_functions branch from e1ac5cc to 823a73c Compare January 25, 2026 19:42
@graphite-app graphite-app bot merged commit 823a73c into main Jan 25, 2026
22 checks passed
@graphite-app graphite-app bot deleted the c/01-25-style_semantic_reorder_diagnostic_functions branch January 25, 2026 19:49
camc314 added a commit that referenced this pull request Jan 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-parser Area - Parser 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

Comments