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 #36: No --verbose --help backtrace #37

Merged

Conversation

mrackwitz
Copy link
Member

Fixes #36.

end
error.should.not.nil?
end

Copy link
Member

Choose a reason for hiding this comment

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

Does this not work with the following?

should.raise SystemExit do
  raise SystemExit
end

Copy link
Member Author

Choose a reason for hiding this comment

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

Right. This could be stated simpler. In the helper method or directly in the specs?

Copy link
Member

Choose a reason for hiding this comment

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

Directly in the specs please.

@alloy
Copy link
Member

alloy commented Jul 25, 2014

Besides that question this all looks good to me. Great work!

Once I have your answer I will merge this.

@@ -4,6 +4,7 @@ gem 'rake'

group :development do
gem 'kicker'
gem 'colored' # for examples
Copy link
Member

Choose a reason for hiding this comment

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

Why is this included?

Copy link
Member Author

Choose a reason for hiding this comment

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

Because examples/make.rb has a static require 'colored'.

Copy link
Member

Choose a reason for hiding this comment

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

I think that it can just be removed from the examples. Now Xcodeproj vendors its on ANSI stuff

Copy link
Member Author

Choose a reason for hiding this comment

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

But this is a separate issue, isn't it?

Copy link
Member

Choose a reason for hiding this comment

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

It would have been but this was included in the path. Anyway I agree lets leave it for another issue.

fabiopelosin added a commit that referenced this pull request Jul 25, 2014
@fabiopelosin fabiopelosin merged commit e64c76e into CocoaPods:master Jul 25, 2014
@fabiopelosin
Copy link
Member

Ace work! 👍

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.

--help --verbose shows stack trace
4 participants