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

be descriptive on shadow.entries #657

Merged
merged 1 commit into from
Apr 18, 2016
Merged

be descriptive on shadow.entries #657

merged 1 commit into from
Apr 18, 2016

Conversation

arlimus
Copy link
Contributor

@arlimus arlimus commented Apr 17, 2016

When used in combination: shadow[.filter(...)].entries.each { |entry| ... }, these entries would not be very descriptive at all. You would basically only retrieve the full filter chain e.g. 20 times, without any information about what entry you are currently looking at. This fixes it, by providing the entry identified by the user name

When used in combination: `shadow[.filter(...)].entries.each { |entry| ... }`, these entries would not  be very descriptive at all. You would basically only retrieve the full filter chain e.g. 20 times, without any information about what entry you are currently looking at. This fixes it, by providing the entry identified by the user name
@arlimus arlimus added the Type: Enhancement Improves an existing feature label Apr 17, 2016
@chris-rock chris-rock merged commit a40c673 into master Apr 18, 2016
@chris-rock chris-rock deleted the dr/filter-each branch April 18, 2016 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Improves an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants