-
Notifications
You must be signed in to change notification settings - Fork 181
fix(cli): route Windows .cmd shims through PowerShell for pm commands #1498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+436
−122
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
4c11b88
fix(command): route Windows .cmd shims through PowerShell for pm comm…
fengmk2 bb22c79
refactor(command): extract resolve_program to dedupe ps1-rewrite plum…
fengmk2 0b3126e
refactor(command): use shared vite_powershell crate for ps1 rewrite
fengmk2 23a91da
chore(deps): bump vite-task pin to 957278df
fengmk2 f1ecd6e
style(command): import OsString and drop Arc turbofish in ps1_shim
fengmk2 2f96d23
fix(command): look up PATH case-insensitively in resolve_program
fengmk2 733f826
fix(command): restrict .cmd to PowerShell rewrite to vp-managed shims
fengmk2 c9e5bea
style(ps1_shim): tighten scope-rationale doc and unshadow ps1_str in …
fengmk2 68df27a
fix(command): also rewrite .cmd shims under any node_modules/.bin
fengmk2 2b316f8
chore(deps): bump vite-task pin to merged 88bacaa7
fengmk2 3a41199
refactor(command): drop case-insensitive PATH lookup in resolve_program
fengmk2 7fb4d5d
style(ps1_shim): drop Arc from rewrite_in_scope signature and trim do…
fengmk2 825db88
fix(cli): consolidate runCommandSilently and skip stdin pipe to avoid…
fengmk2 55656ae
fix(command): restore run_command_with_fspy to its pre-branch form
fengmk2 73ccc44
refactor(cli): move projectDir off ExecutionResult into ExecutionWith…
fengmk2 7623860
refactor(cli): drop dead re-exports from create/command.ts
fengmk2 eb3ba7c
ci: TEMP debug instrumentation for new-create-vite-migrates-eslint-pr…
fengmk2 c552fa5
ci: TEMP fix debug script — drop set -e, use absolute paths, add Node…
fengmk2 87dbc9b
fix(tools): use path.join in snap-test temp dir to fix Windows mixed-…
fengmk2 9418b37
fix(tools): switch realpathSync to .native + fix remaining string concat
fengmk2 1c2bd19
ci: TEMP test ReFS-vs-NTFS hypothesis — force snap-test TEMP onto Dev…
fengmk2 2d3c316
ci(snap-test): route Windows snap-test TEMP onto the Dev Drive (ReFS)
fengmk2 4babb4c
ci(snap-test): create TEMP/TMP dir on Dev Drive before tools touch it
fengmk2 0190a22
test(snap): set ignoreOutput=true on new-create-vite migration test
fengmk2 c12fd14
fix(ps1_shim): decouple node_modules/.bin scope from VP_HOME resolution
fengmk2 c2aa8f9
fix(ps1_shim): skip cmd→ps1 rewrite when stdin is not a terminal
fengmk2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.