session: re-derive the TLS census pin at main's tip (544 -> 545) - #102
session: re-derive the TLS census pin at main's tip (544 -> 545)#102brandonros wants to merge 1 commit into
Conversation
tls_source_census_and_session_surface_are_pinned fails on main: the tree has 545 thread_local! declarations and the pin says 544. The comment above the pin already warns that the number was carried from a donor branch and must be re-derived at the tip it is enforced against; this does that. No declaration has changed since bcda79e. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
|
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 (1)
Included review availability: Your plan provides up to 8 included reviews per hour; 5 remain after this review. 📝 WalkthroughWalkthroughThe session test updates its TLS census assertion from 544 to 545. The comment records that the count was re-derived at the current main tip and that no TLS declaration changed. ChangesTLS census validation
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This updates the TLS census test baseline to the current total of 545 without changing runtime behavior. No merge-blocking risk remains. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 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 |
`tls_source_census_and_session_surface_are_pinned` fails on main: the tree has 545 `thread_local!` declarations and the pin says 544. The comment above the pin already warns that the number was carried from a donor branch and must be re-derived at the tip it is enforced against; this does that. No declaration has changed since bcda79e.
Independent of the objkv series, but objkv/3 (table AM) re-pins the same line at 552, so whichever lands second needs a one-line rebase.
🤖 Generated with Claude Code
Summary by CodeRabbit