-
-
Notifications
You must be signed in to change notification settings - Fork 737
ci(ast_tools): remove dprint tool from "AST Changes" CI task
#15590
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
ci(ast_tools): remove dprint tool from "AST Changes" CI task
#15590
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
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. |
There was a problem hiding this 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 removes dprint tool dependencies from the "AST Changes" CI workflow, following the migration from dprint to oxfmt in PR #15064.
Key changes:
- Removed
dprintfrom Rust toolchain setup tools - Removed
dprintplugin cache restoration step
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
b311198 to
07f06e8
Compare
|
#15591 made sure that the "AST Changes" task ran on this PR, and it ran without problems. So So merging without review. |
Merge activity
|
37139a3 to
448cc05
Compare
We used to use `dprint` in `oxc_ast_tools`, but #15064 switched to `oxfmt`. Remove `dprint` tool from the "AST changes" CI task.
07f06e8 to
575cf86
Compare
We used to use `dprint` in `oxc_ast_tools`, but #15064 switched to `oxfmt`. Remove `dprint` tool from the "AST changes" CI task.
448cc05 to
ec66eb4
Compare
575cf86 to
e389b47
Compare

We used to use
dprintinoxc_ast_tools, but #15064 switched tooxfmt. Removedprinttool from the "AST changes" CI task.