Delete unused ReplaceComplexFormTypeChange#2390
Conversation
ReplaceComplexFormTypeChange was never registered in LcmCrdtKernel and is never constructed by any code path. Replacing a complex form type already works via Remove+Add: the EntrySync diff API's Replace is a no-op, so a swap (old id -> new id) flows through RemoveComplexFormType + AddComplexFormType. Because the change was never registered, no client could have serialized or applied one, so removing it is safe. Also drop the now-obsolete test exclusion that referenced it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01YX1riHKjttP2Eemy2ji6uS
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (2)
📝 WalkthroughWalkthrough
ChangesRemove ReplaceComplexFormTypeChange
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 |
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
Seems to me that we can/should delete this...
Dead code: never registered in
LcmCrdtKernel, never constructed anywhere — complex-form-type replacement already works via Remove+Add. Flagged in review of #2388.🤖 Generated with Claude Code
https://claude.ai/code/session_01YX1riHKjttP2Eemy2ji6uS
Generated by Claude Code