Commit 8b7690f7 authored by Samuel E. Giddins's avatar Samuel E. Giddins

Merge pull request #3788 from CocoaPods/seg-molinillo-verbose

[Resolver] Make verbose resolution less so
parents f77396e0 4f59659a
...@@ -235,8 +235,7 @@ module Pod ...@@ -235,8 +235,7 @@ module Pod
# Called before resolution starts. # Called before resolution starts.
# #
# Completely silence this, as we show nothing in normal mode and debug # Completely silence this, as we show nothing.
# information in verbose mode.
# #
# @return [Void] # @return [Void]
# #
...@@ -245,8 +244,7 @@ module Pod ...@@ -245,8 +244,7 @@ module Pod
# Called after resolution ends. # Called after resolution ends.
# #
# Completely silence this, as we show nothing in normal mode and debug # Completely silence this, as we show nothing.
# information in verbose mode.
# #
# @return [Void] # @return [Void]
# #
...@@ -255,23 +253,13 @@ module Pod ...@@ -255,23 +253,13 @@ module Pod
# Called during resolution to indicate progress. # Called during resolution to indicate progress.
# #
# Completely silence this, as we show nothing in normal mode and debug # Completely silence this, as we show nothing.
# information in verbose mode.
# #
# @return [Void] # @return [Void]
# #
def indicate_progress def indicate_progress
end end
# Conveys debug information to the user.
# By default, prints to `STDERR` instead of {#output}.
#
# @param [Integer] depth the current depth of the resolution process.
# @return [void]
def debug?
Config.instance.verbose?
end
#-------------------------------------------------------------------------# #-------------------------------------------------------------------------#
private private
......
Subproject commit cb5ab02002d307af0a569ee5473a3d5e31322136 Subproject commit 49ee20df77669019fc4dd8d31b2e48ca6b2b0c5d
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment