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(src/): don't escape non-glob patterns #230

Merged
merged 1 commit into from
Feb 23, 2018
Merged

Conversation

alexander-akait
Copy link
Member

@alexander-akait alexander-akait commented Feb 22, 2018

Issues

No tests, because we should catch this in window CI, but CI don't have this right now 😞

@frigus02
Copy link

This was harder to test than I thought because of #220 😅

Still, I can confirm that this PR fixes the referenced issue. I also tested watching a directory and a simple glob and both work fine on Windows. 👍

@michael-ciniawsky michael-ciniawsky changed the title fix: watch on window fix: file watching on windows Feb 22, 2018
@michael-ciniawsky michael-ciniawsky changed the title fix: file watching on windows fix(src/): don't escape non-glob patterns Feb 22, 2018
Copy link
Member

@michael-ciniawsky michael-ciniawsky left a comment

Choose a reason for hiding this comment

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

Maybe better to fix it in utils/escape instead (if possible) ?

@alexander-akait
Copy link
Member Author

alexander-akait commented Feb 23, 2018

@michael-ciniawsky we need absoluteFrom and glob, it is impossible fix in escape

@michael-ciniawsky
Copy link
Member

michael-ciniawsky commented Feb 23, 2018

Released in v4.4.2 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants