Skip to content
Snippets Groups Projects
Commit 202e5f53 authored by Dominyk Tiller's avatar Dominyk Tiller Committed by Mike McQuaid
Browse files

formula_installer: prevent MaximumMacOSRequirement leakage

Read the discussion in https://github.com/Homebrew/homebrew-core/pull/3703

. If you
have a better idea, please file a competing PR. I'm sick to death of discussion.

Closes #662.

Signed-off-by: default avatarMike McQuaid <mike@mikemcquaid.com>
parent 3f7adf21
No related branches found
No related tags found
No related merge requests found
......@@ -308,6 +308,7 @@ class FormulaInstaller
req_map.each_pair do |dependent, reqs|
reqs.each do |req|
next if dependent.installed? && req.name == "maximummacos"
puts "#{dependent}: #{req.message}"
fatals << req if req.fatal?
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment