| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
WalkthroughThe literal crate is relocated from the compiler directory to the crates directory. Workspace member declarations and dependency path references in Cargo.toml are updated to reflect this new location. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
📜 Recent review details Configuration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro 📥 CommitsReviewing files that changed from the base of the PR and between 609d99f and d92303b. 📒 Files selected for processing (1)
Cargo.toml (2) Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. ❤️ ShareComment @coderabbitai help to get the list of available commands and usage tips. |
Sorry, something went wrong.
|
✅ Actions performed
Review triggered.
|
Sorry, something went wrong.
|
the PR auto-format is reporting issue although everything passes. I ain't so sure what's the added value of it. |
Sorry, something went wrong.
One of the tests on Windows was failing, so I re-ran it. Ideally, the auto-format check should run first (before all the other checks even get a chance to run), so that's something for @YashSuthar983 to keep in mind. |
Sorry, something went wrong.
TY:)
What's the added value of formatting things via the CI? why not enforce it like we did it until now? |
Sorry, something went wrong.
|
@fanninpm as I discussed with @youknowone ,we decided that auto formatting should run after all checks passes as if we do before we would have a auto format commit with skip ci and there will be some extra commits too if ci fails after auto format. So in current implementation auto format waits for all CI to pass and there is timeout , there it every 30 checks if ci passes or not . |
Sorry, something went wrong.
Ideally formatting before CI will be better. Because CI passes after formatting is more complete. If no choice, this is better than nothing
Auto-formatting is a higher level policy than enforce by policy. User always must format code, which is automatic task run by a command. Then why it shouldn't be automatic? That's one of the major purpose of programming and software. |
Sorry, something went wrong.
Agree
In some way I agree, but I think it makes things more complicated than it needs to be. IMO CI needs to validate things. There's pre-commit hooks to make it easier for developers |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
ref: #6214
Summary by CodeRabbit