build: prepare Raven 2.26.2 - #900
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
Included review availability: Your plan provides up to 2 included reviews per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe release version changes to 2.26.2. The changelog documents fixes for String indexing errors and binary operator diagnostics. ChangesCompiler fixes release
Priority: ➖ Normal Estimated code review effort: 1 (Trivial) | ~3 minutes Change: Other · Severity of issue fixed: Medium Merge Risk: ⚪ Minimal · up to The release metadata is consistent and introduces no identified merge-blocking risk. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 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 |
Patch release: the String indexing segfault fix (#894, #896) and the dedicated binary operator diagnostic with operator-aware conversion hints (#895, #897). Version bump in Cargo.toml with Cargo.lock refreshed, CHANGELOG entry added.
Summary by CodeRabbit
Bug Fixes
Stringnow produces a clear compiler error instead of causing a runtime crash.Chores