Conversation
🦋 Changeset detectedLatest commit: 09c4da0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
No actionable comments were generated in the recent review. 🎉 WalkthroughThis patch fixes a regression in stdin formatting that was introduced in a recent refactor. The changes replace stdin-based routing with file path-based routing in the CLI runner's scan kind derivation logic. The Possibly related PRs
Suggested labels
Suggested reviewers
🚥 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)
⚔️ Resolve merge conflicts (beta)
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Comment |
|
Going to merge this as it's a huge regression |
Summary
Closes #9095
We couldn't catch the bug because in our tests,
.readalways yields the same input; however, in reality, we can read only once, and then the input is consumed.For now I kept the changes at a minum, I will follow up with a change to better simulate the real stdin
Test Plan
Manually tested
Docs