Correct partition index loop in butane/*/translate.go - #2304
Conversation
…ine subsequent partitions
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (14)
Included review availability: Your plan provides up to 12 included reviews per hour; 11 remain after this review. 📜 Recent review details🧰 Additional context used📓 Path-based instructions (2)docs/**⚙️ CodeRabbit configuration file
Files:
**/*.go📄 CodeRabbit inference engine (AGENTS.md)
Files:
🔇 Additional comments (14)
📝 WalkthroughWalkthroughRoot partition constraint checks across FCOS versions 1.3 through 1.8 experimental now inspect only partitions after the root partition. Regression tests cover unsized root partitions placed last, and release notes document the fix. ChangesRoot partition constraint handling
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to This change corrects partition-index validation so a final expandable root partition is handled correctly across supported configuration versions. No actionable merge-blocking risk remains beyond normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Binary size report (
|
| Size | |
|---|---|
Base (main) |
33MiB |
| PR (#2304) | 33MiB |
| Delta | +64B (0.00%) |
patching work from PR 722 for butane.
currently trying to override the default sizes for the boot partitions.
In my butain file, I have:
which should be valid. root is the last partition, and all the others have a set size. currently this throws:
this shoud only check the partitions after root