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: pnpm patch-commit with a trailing slash on Windows does not work #5455

Merged
merged 4 commits into from Oct 5, 2022
Merged

fix: pnpm patch-commit with a trailing slash on Windows does not work #5455

merged 4 commits into from Oct 5, 2022

Conversation

johnnyd710
Copy link
Contributor

pnpm patch-commit did not apply patch if the absolute path to a directory passed to it contained a trailing slash on Windows, now the trailing slash is removed

closes #5449

@welcome
Copy link

welcome bot commented Oct 5, 2022

💖 Thanks for opening this pull request! 💖
Please be patient and we will get back to you as soon as we can.

@zkochan
Copy link
Member

zkochan commented Oct 5, 2022

The new test is failing on Linux.

johnnyd710 and others added 4 commits October 5, 2022 21:44
…mmit folder

pnpm patch-commit did not apply patch if the absolute path to
a directory passed to it contained a trailing slash on Windows,
now the trailing slash is removed

closes #5449
trailing slash should be forward for linux/mac and backwards for windows
@zkochan zkochan merged commit 911d295 into pnpm:main Oct 5, 2022
@welcome
Copy link

welcome bot commented Oct 5, 2022

Congrats on merging your first pull request! 🎉🎉🎉

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.

pnpm patch-commit with a trailing slash on Windows does not work
2 participants