-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Move compiler/literal -> crates/literal
#6259
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
Move compiler/literal -> crates/literal
#6259
Conversation
WalkthroughThe literal crate is relocated from the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🔇 Additional comments (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. Comment |
compiler/literal -> crates/compiler-literalcompiler/literal -> crates/literal
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
|
the PR auto-format is reporting issue although everything passes. I ain't so sure what's the added value of it. |
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. |
TY:)
What's the added value of formatting things via the CI? why not enforce it like we did it until now? |
|
@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 . |
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. |
|
Please leave more discussion to #6204 |
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 |
ref: #6214
Summary by CodeRabbit