fix(lint): underscore the Linux arm's stack_lo too — #8298 fixed only the macOS arm - #8306
Conversation
… the macOS arm
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan includes up to 8 reviews per rolling hour; 1 remains after this review. 📝 WalkthroughWalkthroughThe non-macOS native stack scanner renames its unused lower-bound binding to ChangesNative stack scanning
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This is a localized lint-only fix for the Linux arm code path, with no actionable merge-blocking risk remaining beyond normal checks and review. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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 |
|
Merging. This is a correction to my #8298, and the failure mode is worth naming because it is not obvious. #8298 fixed the unused Generalising: a warnings check on one host is not evidence about I checked the rest of the file for the same shape before merging, so this should not need a third round: Thanks for catching it — and for the precise provenance (job 95306309639's sibling run, verified live on tip). That made it a thirty-second confirmation instead of a hunt. |
One-liner unbreaking the
warningsjob (-D warnings, host-compatible scope) onmain: #8298 underscore-fixed the unusedstack_loon the macOS arm ofgc/native_stack_scan.rsbut left the bare name on the#[cfg(not(target_os = "macos"))]arm — the one Linux CI actually compiles. Caught on #8291's rerun (job 95306309639's sibling run 32015928121); verified still live onmaintip85a60d4a3.Summary by CodeRabbit