-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Consider updating is-glob, glob-parent to 3.x series #3
Comments
ok, I'll make this change next as soon as I get a chance. A pr would also be great if someone beats me to it. thanks |
I'll try to make a pr. |
The failures have to do with the same circumstances discussed in gulpjs/glob-parent#10 and gulpjs/glob-parent#11. For the record, if gulpjs/glob-parent#11 were merged and published, the tests here pass. |
I initially thought only tests need fixing, but I'll wait for a fix in glob-parent. |
@es128 after applying gulpjs/glob-parent#11, I test still fails,
|
Hmm, they all pass locally for me. Anyway, will let @jonschlinkert weigh in |
Let's revisit as soon as we get the glob-parent issue resolved. I think that will determine what we do here, and I think we're pretty close |
I think, this is a bug in is-glob (3.0 as well as 3.1),
gives false. |
that's not a glob pattern. edit: so this test looks like it's wrong. |
then its a fix in glob-base/test.js, right? Current test,
can I change this to,
|
Exactly
I think that's correct, except it looks like you would also need to add |
But that seems not enough,
|
can you clarify? Did that fail? |
Yes, it gave "glob": "!foo" instead of "glob": "" |
Hmm, even with the changes from glob-parent mentioned above? I thought you were saying that the following was passing: globBase('a/b/c/!foo').should.eql({ base: 'a/b/c', isGlob: false}); Is that correct? |
I was asking if
|
Hi in the meantime is-glob is at 4.0.0 hence PR #5 is also relevant. What could be an estimated timeframe for fixing this ? |
When running tests with latest versions of glob-parent and is-glob,
5/10 tests fail, see error below. In debian, we like to keep the latest versions of any library and we already have glob-parent and is-glob at version 3.0.
The text was updated successfully, but these errors were encountered: