fix(tty): flush queued tty input on start#1048
Conversation
|
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 (4)
📝 WalkthroughWalkthroughThis pull request adds terminal input flushing capabilities to Unix-based systems (BSD/macOS and Linux). Platform-specific Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1048 +/- ##
==========================================
- Coverage 86.32% 86.22% -0.11%
==========================================
Files 46 46
Lines 5046 5059 +13
==========================================
+ Hits 4356 4362 +6
- Misses 534 540 +6
- Partials 156 157 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Ignore the codecov problems ... its pretty much impossible to test the flush of ttys in CI/CD. |
Summary
Testing
Fixes #1045
Summary by CodeRabbit
Bug Fixes