-
Notifications
You must be signed in to change notification settings - Fork 179
[treewide] rustfmt over select! #2927
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
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
commonware-mcp | 74b528c | Jan 28 2026, 06:13 PM |
3e42788 to
88046b3
Compare
Deploying monorepo with
|
| Latest commit: |
74b528c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://393b61f2.monorepo-eu0.pages.dev |
| Branch Preview URL: | https://andre-rustfmt-select.monorepo-eu0.pages.dev |
88046b3 to
0d24a90
Compare
0d24a90 to
dec573e
Compare
817f1c9 to
d765d99
Compare
So, the idea is to just run it locally once in a while? Can we store a patch in CI and apply it to the latest rustfmt or something to catch in CI? |
|
I think running this in CI would be ideal, not sure how fast that patch will rot, so might be best to just build that |
d765d99 to
74b528c
Compare
Codecov Report❌ Patch coverage is @@ Coverage Diff @@
## main #2927 +/- ##
==========================================
- Coverage 92.14% 92.12% -0.03%
==========================================
Files 389 389
Lines 123691 123812 +121
==========================================
+ Hits 113980 114066 +86
- Misses 9711 9746 +35
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
I added support for
select!andselect_loop!to rustfmt. This is the result 😬.andresilva/rustfmt@e20ec8b
Depends on #2671.