docs(runtime): remove stale tombstone default claim - #9747
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 8 included reviews per hour; 6 remain after this review. 📝 WalkthroughWalkthroughThe change removes an outdated default-OFF statement from the tombstone-delete gate documentation and adds a changelog entry. The environment-parsing logic remains the documented source for the default and rationale. ChangesTombstone documentation alignment
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This corrects stale tombstone-delete documentation and adds a matching changelog note without changing runtime behavior. No merge-readiness risk remains. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
📝 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 |
|
Landed on |
The object tombstone-delete gate is enabled by default, but its doc comment still claimed it was off. Remove that stale claim and point readers to the default and rationale beside the actual environment parsing, as requested in #9115.
This changes comments only. Validated with
rustfmt --check,scripts/check_file_size.sh, andgit diff --check; inspected the diff to confirm the gate behavior is untouched. No version bump.Fixes #9115.
Summary by CodeRabbit