diff options
| author | Mike McQuaid | 2016-12-13 02:10:11 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2016-12-13 02:10:11 +0000 |
| commit | cf1fa0c5bc5bf80d21921e5187581de1a7baa08b (patch) | |
| tree | f9a8d5f84009d4e75f8d875ae4f8770f50f2dc56 /Library/Homebrew/formula.rb | |
| parent | 666463ca2be08261cf103e4870b267f5b461a7f3 (diff) | |
| download | brew-cf1fa0c5bc5bf80d21921e5187581de1a7baa08b.tar.bz2 | |
audit: flag use of "fails_with :llvm".
Also, add TODOs for deprecating this properly at a later point.
Diffstat (limited to 'Library/Homebrew/formula.rb')
| -rw-r--r-- | Library/Homebrew/formula.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index e1846424f..600f9c2e9 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -2340,6 +2340,8 @@ class Formula # version '4.8.1' # end</pre> def fails_with(compiler, &block) + # TODO: deprecate this in future. + # odeprecated "fails_with :llvm" if compiler == :llvm specs.each { |spec| spec.fails_with(compiler, &block) } end |
