-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix glob on Windows and fix regression #1480
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
Conversation
|
I can test this tonight, but I don't have a windows build environment at the office. |
|
@ChadKillingsworth This is passing on my Windows environment. |
|
Yeah I just meant if we wanted someone else to try it out - since Travis can't build on Windows. |
|
@supersteves Can you help verifying this? Thanks! |
|
@Dominator008 Did you see the comment by @joeltine on #1407? Does that pattern work with this change? |
|
@ChadKillingsworth No it doesn't seem to be working :( |
|
@ChadKillingsworth OK the regression should be fixed now. |
|
Fix verified 👍 |
|
Thanks @supersteves ! |
|
@Dominator008 can you add a unit test for the |
|
Other than that lgtm |
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=113553220
|
@dimvar The unit test for |
|
OK sounds good. LGTM then. I'll look to see if I can add a unit test internally after this lands. I'll merge this once Travis is done. |
|
@Dominator008 looks like the travis build failed. Can you look into it so we can merge the PR? |
Also fix regression on patterns like '!**\./node_modules**.js' introduced by google#1409 (dfd1853). Fixes google#1407. Fixes google#1477.
|
Thanks! Feel free to merge this once Travis is done. |
Fix glob on Windows and fix regression
Fixes #1407.
Fixes #1477.