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(file-list): ensure patterns are comparable #2277

Merged
merged 1 commit into from
Jul 26, 2016

Conversation

Thanks to @m-a-r-c-e-l-i-n-o for pointing me in the right direction
Fixes #2194
@@ -230,6 +231,13 @@ Object.defineProperty(List.prototype, 'files', {
var lookup = {}
var included = {}
this._patterns.forEach(function (p) {
// This needs to be here sadly, as plugins are modifiying
// the _patterns directly resulting in elements not being
Copy link

Choose a reason for hiding this comment

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

@dignifiedquire for my own edification, can you give an example of a plugin doing this? Specifically, is karm-jspm doing this?

@dignifiedquire
Copy link
Member Author

@tamird
Copy link

tamird commented Jul 25, 2016

Ah, understood. LGTM.

@dignifiedquire dignifiedquire merged commit de16802 into master Jul 26, 2016
@dignifiedquire dignifiedquire deleted the fix-pattern-file-list branch July 26, 2016 06:53
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.

karma v1.0.0: You need to include some adapter that implements __karma__.start method!
2 participants