docs: fix type preservation claims in comparison.md#119
Conversation
L1-only mode now stores raw Python objects (no serialization), so types are preserved. Update three locations that incorrectly claimed tuples become lists "across all backends and modes." Closes #74
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR updates ChangesType Preservation Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Summary
Update comparison.md to reflect that L1-only mode (
backend=None) now preserves Python types after #73/#117.Three claims corrected:
Closes #74
Summary by CodeRabbit