chore(Cargo.toml): clean up, compile insta in opt-level=3#9698
Conversation
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (1)
WalkthroughRemoved a 🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
bb6f5de to
3c2b36d
Compare
ematipico
left a comment
There was a problem hiding this comment.
Let's restore the comments. They were useful
| # Crates needed in the workspace | ||
| anyhow = "1.0.102" | ||
| # publish | ||
| biome_analyze = { path = "./crates/biome_analyze", version = "0.5.7" } | ||
| biome_analyze_macros = { path = "./crates/biome_analyze_macros" } | ||
| biome_aria = { path = "./crates/biome_aria", version = "0.5.7" } | ||
| biome_aria_metadata = { path = "./crates/biome_aria_metadata", version = "0.5.7" } | ||
| biome_bench_utils = { path = "./crates/biome_bench_utils" } | ||
| # not publish | ||
| biome_cli = { path = "./crates/biome_cli" } |
There was a problem hiding this comment.
The comments were useful here
There was a problem hiding this comment.
Unfortunately they are outdated:
Crates needed in the workspacedoesn't concern onlyanyhow.- We have more than 5 published crates?
It seems that it is hard to keep comments in sync. This is why I removed them. What do you think?
3c2b36d to
9e328b4
Compare
Summary
mem_forget: we disabled it because of an issue that is now fixed.instaand itssimilardependency in optimization level 3 as recommended by insta. This marginally improved the test time on my machine (between 1% and 2%).Test Plan
Everything should stay green.
Docs
Nothing to document.