diff options
| author | Jack Nagel | 2014-02-12 12:13:02 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-02-12 12:13:02 -0500 |
| commit | 33f344bdd42eb22733645b5adc22a723045b0f75 (patch) | |
| tree | bc75076808939d1a769c641ef9d17e79cc2bdeb9 /Library | |
| parent | ff209c7b9c635c7e76383d651485702414ac2050 (diff) | |
| download | brew-33f344bdd42eb22733645b5adc22a723045b0f75.tar.bz2 | |
Drop TODO that nobody has ever worked on
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/utils.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb index cb0f6fb34..490c5bf7d 100644 --- a/Library/Homebrew/utils.rb +++ b/Library/Homebrew/utils.rb @@ -304,10 +304,6 @@ module GitHub extend self end def issues_for_formula name - # bit basic as depends on the issue at github having the exact name of the - # formula in it. Which for stuff like objective-caml is unlikely. So we - # really should search for aliases too. - # don't include issues that just refer to the tool in their body issues_matching(name).select { |issue| issue["state"] == "open" && issue["title"].include?(name) |
