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

Pods as a default exclusion + Fix for Exclusion path crash #51

Merged
merged 2 commits into from
Oct 10, 2014

Conversation

dbachrach
Copy link
Contributor

Fixes #49 and #50

@dbachrach dbachrach changed the title #49 and #50 Pods as a default exclusion + Fix for Exclusion path crash Oct 9, 2014
@marklarr
Copy link
Member

marklarr commented Oct 9, 2014

Hm... looks like that concatenation failed for some reason https://travis-ci.org/venmo/synx/jobs/37553196#L135

@dbachrach
Copy link
Contributor Author

This should be fixed now. Let's see how the travis build goes.

@@ -93,21 +93,20 @@ def pathname_is_inside_root_pathname?(grandchild_pathname)
end

def group_exclusions=(new_exclusions)
new_exclusions.each do |exclusion|
@group_exclusions = new_exclusions.map do |exclusion|
Copy link
Member

Choose a reason for hiding this comment

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

Good change!

@marklarr
Copy link
Member

Something is messed up with RVM_RUBY_VERSION=2.1.1 on travis, so I'll have to fix that, but this is good to go! Thanks!

marklarr added a commit that referenced this pull request Oct 10, 2014
Pods as a default exclusion + Fix for Exclusion path crash
@marklarr marklarr merged commit f32ca68 into venmo:master Oct 10, 2014
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.

/Pods should be a default exclusion
2 participants