fix(windows): improve path normalization, shell execution, and encoding - #16212
PratikRai0101 wants to merge 2 commits into
Conversation
|
Thanks for this — appreciate the work. We're closing the entire cluster of open native-Windows PRs (44 of them spanning installer, terminal routing, file ops, gateway PID handling, encoding, docs, and more) because the surface area needs a designed, consolidated approach rather than piecemeal merges. Cherry-picking individual fixes keeps leaving inconsistencies and we'd rather land Windows support properly, in one coherent pass.\n\nYour PR is catalogued in our internal Windows support plan. When we pick this back up (soon), we'll mine every PR in the cluster for its fix shape and credit all contributors whose work informs the final patch via lines. Watch for the consolidating PR and feel free to chime in with context on the specific failure mode you were hitting.\n\nClosing for now, not as a rejection of the fix — just queueing it for the designed rollout. Thanks again. |
What does this PR do?
This is a comprehensive fix for Windows native support (Issue #16201). It addresses three core failure points:
Related Issue
Fixes #16201
Why a Draft?
Opening as a draft to claim the issue while refining cross-shell compatibility (CMD/PowerShell/Git Bash).
Checklist