-
Notifications
You must be signed in to change notification settings - Fork 180
fix(command): 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
Open
fengmk2
wants to merge
26
commits into
main
Choose a base branch
from
ps1-v2-for-pm
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
459b8bd
fix(command): route Windows .cmd shims through PowerShell for pm comm…
fengmk2 f573cb5
refactor(command): extract resolve_program to dedupe ps1-rewrite plum…
fengmk2 980da42
refactor(command): use shared vite_powershell crate for ps1 rewrite
fengmk2 d301105
chore(deps): bump vite-task pin to 957278df
fengmk2 a50d182
style(command): import OsString and drop Arc turbofish in ps1_shim
fengmk2 9aa058a
fix(command): look up PATH case-insensitively in resolve_program
fengmk2 c82720b
fix(command): restrict .cmd to PowerShell rewrite to vp-managed shims
fengmk2 b3d9008
style(ps1_shim): tighten scope-rationale doc and unshadow ps1_str in …
fengmk2 c9df566
fix(command): also rewrite .cmd shims under any node_modules/.bin
fengmk2 e225731
chore(deps): bump vite-task pin to merged 88bacaa7
fengmk2 4557e51
refactor(command): drop case-insensitive PATH lookup in resolve_program
fengmk2 4e44548
style(ps1_shim): drop Arc from rewrite_in_scope signature and trim do…
fengmk2 4fb4b5e
fix(cli): consolidate runCommandSilently and skip stdin pipe to avoid…
fengmk2 7503e74
fix(command): restore run_command_with_fspy to its pre-branch form
fengmk2 a9586bb
refactor(cli): move projectDir off ExecutionResult into ExecutionWith…
fengmk2 6476ae7
refactor(cli): drop dead re-exports from create/command.ts
fengmk2 d6bbf25
ci: TEMP debug instrumentation for new-create-vite-migrates-eslint-pr…
fengmk2 ea5efb5
ci: TEMP fix debug script — drop set -e, use absolute paths, add Node…
fengmk2 d8e4119
fix(tools): use path.join in snap-test temp dir to fix Windows mixed-…
fengmk2 fef8360
fix(tools): switch realpathSync to .native + fix remaining string concat
fengmk2 2e0db15
ci: TEMP test ReFS-vs-NTFS hypothesis — force snap-test TEMP onto Dev…
fengmk2 8e3fdda
ci(snap-test): route Windows snap-test TEMP onto the Dev Drive (ReFS)
fengmk2 28cef10
ci(snap-test): create TEMP/TMP dir on Dev Drive before tools touch it
fengmk2 e97273b
test(snap): set ignoreOutput=true on new-create-vite migration test
fengmk2 813e673
fix(ps1_shim): decouple node_modules/.bin scope from VP_HOME resolution
fengmk2 3b597f7
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.