Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 4 included reviews per hour; 2 remain after this review. 📝 WalkthroughWalkthroughThe change adds ChangesWindows hidden-process coverage
Priority: ➖ Normal Estimated code review effort: 3 (Moderate) | ~25 minutes Change: Bug fix · Severity of issue fixed: Medium Suggested reviewers: Merge Risk: ⚪ Minimal · up to The audited internal launches now set Windows process hiding, with cross-platform contract coverage and no concrete merge-blocking defect identified. 🚥 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 |
|
The first CI run failed on two pre-existing or unrelated causes, both addressed or scoped:
|
|
Rebased onto current main (d8abc81). The situation changed since this PR opened: the fix itself and the contract tests are already on main ( What this PR now carries is the one piece main is missing: the workflow trigger. Main's copy of If you'd rather keep Windows runners off every PR, closing this in favor of a maintainer-side trigger tweak works too; otherwise this is ready to merge as-is. |
|
Thanks for driving this forward @danielgap! One important catch before merging: the actual code fix (the 21 To keep git history clean and prevent changelog misattribution:
Once rebased with that commit scope, this is good to go! |
d8abc81 to
078ba2e
Compare
|
Done: rebased onto current main as a single commit (078ba2e) and retitled to The duplicate commits and the Thanks for catching the e50b43d overlap. Nothing else pending on my side. |
Enables the Windows hidden-process contract test workflow for pull requests and
main.The code fix this PR originally carried — the 21
windowsHide: truecallsite additions andtests/windows-hidden-processes.test.ts— already landed onmainin e50b43d (#967). After rebasing onto currentmain, the net change here is the workflow enablement only:pushtomain(was the feature branch)pull_requesttargetingmaindecode2/gentle-pirepository gateRebased into a single commit and retitled per review feedback. References #967.