Revert prematurely-merged TTL Cascade milestone (#277) - #279
Conversation
…Key graphs (milestone, phases 1-4)" This reverts commit cb8089e.
|
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 (43)
💤 Files with no reviewable changes (33)
📝 WalkthroughWalkthroughThe PR removes the TTL cascade feature, including its public configuration, planner, Lua script, runtime branches, errors, documentation, and tests. Standard TTL refresh, initialization, special-field script registration, and non-cascade initialization tests remain. ChangesTTL Cascade Removal
Estimated code review effort: 4 (Complex) | ~45 minutes Possibly related PRs
🚥 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 |
Coverage reportTotal coverage: 99% Full report |
Merging this PR will improve performance by 10.51%
Performance Changes
Tip Curious why this is faster? Comment Comparing |
Reverts the TTL Cascade milestone commit
cb8089e(merged via #277), which landed ondevelopbefore its review comments were addressed.Why
PR #277 was merged (attributed to the
yedidyakfiraccount, squash commitcb8089e) before the review comments on it were resolved. This revert takesdevelopback to the pre-cascade state so the milestone can be re-reviewed and merged deliberately.Effect
rapyer/cascade/, the Lua apply script, the base/config/init wiring, and cascade tests) fromdevelop.git revertof the single squash commit — clean, no conflicts.After this merges
PR #278 (the review-comment fixes) automatically becomes the full-diff cascade PR: with the milestone reverted out of
develop, #278's branch still carries the whole milestone plus the fixes for every review comment, so it shows the complete cascade diff for a proper review before it goes back in.Verification
black --check+ruff checkclean.🤖 Generated with Claude Code
Summary by CodeRabbit
Breaking Changes
aset_ttl()no longer accepts a cascade option.New Features
Bug Fixes