Skip to content
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

fix: remove the temp file entirely #98

Merged
merged 2 commits into from
Aug 8, 2022
Merged

fix: remove the temp file entirely #98

merged 2 commits into from
Aug 8, 2022

Conversation

nlf
Copy link
Contributor

@nlf nlf commented Jul 27, 2022

fixes npm/cli#5195

the use of the temp file was technically a breaking change for folks using cmd.exe as their script-shell, i.e. our default in windows.

the specific breakage is that when used in a file, you must escape the % as %% but only when running your script from a file. it's subtle, but this means by default our windows users would have to modify their scripts to ensure the % is escaped. by removing the temp file, we fix this breakage.

@nlf nlf requested a review from a team as a code owner July 27, 2022 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Script with directory iteration does not parse correctly as of 8.13.0
2 participants