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: normalize path separator for rootDir replacement #7814

Closed
wants to merge 3 commits into from

Conversation

SimenB
Copy link
Member

@SimenB SimenB commented Feb 6, 2019

Summary

Ref webpack/webpack#8740.

/cc @sokra

Test plan

Unit test added

@@ -1375,40 +1410,36 @@ describe('testPathPattern', () => {

describe('win32', () => {
beforeEach(() => {
jest.resetModules();
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

had to fight the mocking a bit to properly reset it.

@SimenB
Copy link
Member Author

SimenB commented Feb 6, 2019

return path.resolve(
rootDir,
path.normalize('./' + filePath.substr('<rootDir>'.length)),
return slash(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like this could break glob patterns with escape sequences.

Like <rootDir>/test \(in brakets\)/*.js

Maybe add a test case for this.

Copy link
Member

@cpojer cpojer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fun!

@cpojer
Copy link
Member

cpojer commented May 3, 2020

What's the status of this PR?

@SimenB
Copy link
Member Author

SimenB commented May 3, 2020

Need to get back to it, but I haven't got access to a windows computer ATM, so I won't be able to any time soon

@SimenB
Copy link
Member Author

SimenB commented May 3, 2020

Ideally micromatch would have some utils for this

@github-actions
Copy link

github-actions bot commented Sep 8, 2022

This PR is stale because it has been open 1 year with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the Stale label Sep 8, 2022
@github-actions
Copy link

github-actions bot commented Oct 8, 2022

This PR was closed because it has been stalled for 30 days with no activity. Please open a new PR if the issue is still relevant, linking to this one.

@github-actions github-actions bot closed this Oct 8, 2022
@github-actions
Copy link

github-actions bot commented Nov 8, 2022

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants