fix(llc): suppress EquatableMixin deprecation warning in StreamChatError#2802
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
EquatableMixin deprecation warning in StreamChatError
…mment Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…in use Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v9 #2802 +/- ##
=====================================
Coverage ? 66.30%
=====================================
Files ? 429
Lines ? 27099
Branches ? 0
=====================================
Hits ? 17968
Misses ? 9131
Partials ? 0 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Submit a pull request
Linear: FLU-
Github Issue: #
CLA
Description of the pull request
equatable2.1.0 deprecatedEquatableMixinin favour ofwith Equatable. Switching towith Equatablewould be a breaking change under semver (changes the mixin type in the class hierarchy), so the deprecation warning is suppressed with an explanatory comment instead. The migration is deferred to the next major version.Screenshots / Videos
No UI changes.