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

Breaking change in 6.0.2 #239

Closed
wants to merge 1 commit into from
Closed

Breaking change in 6.0.2 #239

wants to merge 1 commit into from

Conversation

denis-sokolov
Copy link
Contributor

eb6319f broke backward compatibility for me.
I do not yet have a simple example to take a look at, but I have isolated the breakage to this single file change.

From looking at the commit the change seems surely functional - the option defaults have been changed!

@denis-sokolov
Copy link
Contributor Author

Confirmed breakage. minimatch documentation on the nonegate flag:

This is perhaps relevant if you wish to start the pattern with a negative extglob pattern like !(a|B)

This is exactly the case for me, the simplified pattern is !(node_modules|typings)/**/*.ts

@isaacs isaacs closed this in 8c97a0a Dec 28, 2015
@isaacs
Copy link
Owner

isaacs commented Dec 28, 2015

Indeed! Landed this with a comment so that I don't go breaking it again. Thanks for the patch.

@denis-sokolov denis-sokolov deleted the revert-options branch December 29, 2015 08:46
@denis-sokolov
Copy link
Contributor Author

You could add a test so that you don’t go breaking it again!

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.

None yet

2 participants