fix: prevent silent errors from overwriting TUI error display#94
fix: prevent silent errors from overwriting TUI error display#94carole-lavillonniere merged 1 commit intomainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe pull request makes error display conditional on whether an error is marked as silent. Previously, all errors triggered the display; now only non-silent errors do. Two tests verify this behavior: silent errors don't overwrite existing displays, while non-silent errors populate and show them. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
gtsiolis
left a comment
There was a problem hiding this comment.
UX works as expected, thanks for fixing this, @carole-lavillonniere! 🏀
silv-io
left a comment
There was a problem hiding this comment.
Great catch, thank you for the fix!
Fix regression and bring back change from #72