<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/test/dev-cmd, branch 1.4.1</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Remove more uses of EOS.undent.</title>
<updated>2017-11-10T14:22:39+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-11-10T14:22:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4d4722c97c2e92f1fd17ed056f5a700e881eab4d'/>
<id>4d4722c97c2e92f1fd17ed056f5a700e881eab4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3292 from claui/add-audit-test-cases</title>
<updated>2017-11-10T13:34:56+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-11-10T13:34:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=219f9691ef6ece820c528dc280d1b253c2a40412'/>
<id>219f9691ef6ece820c528dc280d1b253c2a40412</id>
<content type='text'>
Add tests for `FormulaAuditor#audit_deps`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add tests for `FormulaAuditor#audit_deps`</pre>
</div>
</content>
</entry>
<entry>
<title>pull: Fix pull --bottle 1234</title>
<updated>2017-10-22T15:52:16+00:00</updated>
<author>
<name>Shaun Jackman</name>
</author>
<published>2017-10-19T06:32:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f9d42659ea951896733f49394a50366fb55eaafb'/>
<id>f9d42659ea951896733f49394a50366fb55eaafb</id>
<content type='text'>
Fix the error:
Error: undefined method `casecmp' for nil:NilClass
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the error:
Error: undefined method `casecmp' for nil:NilClass
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for `FormulaAuditor#audit_deps`</title>
<updated>2017-10-20T12:08:22+00:00</updated>
<author>
<name>Claudia</name>
</author>
<published>2017-10-09T00:32:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e0bb978cc93ab81ffeaa15656fe74384cf7982fc'/>
<id>e0bb978cc93ab81ffeaa15656fe74384cf7982fc</id>
<content type='text'>
These tests cover a few aspects of the `FormulaAuditor#audit_deps`
method. The main focus is the part where FormulaAuditor checks for
dependencies on formulas which are tagged `keg_only` with the
`:provided_by_macos` reason.

For this particular kind of `keg_only` formulas, we expect
`brew audit --new-formula` to fail with a problem message like:

&gt; Dependency 'bc' may be unnecessary as it is provided by
&gt; macOS; try to build this formula without it.

For more details, see the relevant discussion:

[1] https://github.com/Homebrew/homebrew-core/pull/14067#issuecomment-335046151

[2] https://github.com/Homebrew/brew/pull/3290#issuecomment-335052140
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These tests cover a few aspects of the `FormulaAuditor#audit_deps`
method. The main focus is the part where FormulaAuditor checks for
dependencies on formulas which are tagged `keg_only` with the
`:provided_by_macos` reason.

For this particular kind of `keg_only` formulas, we expect
`brew audit --new-formula` to fail with a problem message like:

&gt; Dependency 'bc' may be unnecessary as it is provided by
&gt; macOS; try to build this formula without it.

For more details, see the relevant discussion:

[1] https://github.com/Homebrew/homebrew-core/pull/14067#issuecomment-335046151

[2] https://github.com/Homebrew/brew/pull/3290#issuecomment-335052140
</pre>
</div>
</content>
</entry>
<entry>
<title>Use “squiggly” heredocs.</title>
<updated>2017-10-18T12:39:09+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-10-15T00:28:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9bee9ca5757d1c5f720787737fed6a534a620d72'/>
<id>9bee9ca5757d1c5f720787737fed6a534a620d72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>audit: Port audit_class to rubocop, add tests and autocorrect</title>
<updated>2017-09-04T18:13:42+00:00</updated>
<author>
<name>Gautham Goli</name>
</author>
<published>2017-09-04T08:17:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4ec26aea4025d19e70cdf59da6dfd7be3a389e44'/>
<id>4ec26aea4025d19e70cdf59da6dfd7be3a389e44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>audit: Port classname and template comments audit rules from line_problems method to rubocop</title>
<updated>2017-08-05T20:58:58+00:00</updated>
<author>
<name>Gautham Goli</name>
</author>
<published>2017-07-30T14:44:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=affd9055c2aaaf3535ed1cb778b65a4bee5ef0e2'/>
<id>affd9055c2aaaf3535ed1cb778b65a4bee5ef0e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Silence all specs by default.</title>
<updated>2017-07-29T18:25:37+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-07-29T17:55:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2ad3a87045246f89aa267251315d660f663c42f2'/>
<id>2ad3a87045246f89aa267251315d660f663c42f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pull_spec: use stable, non-fork PR for patch expectation</title>
<updated>2017-06-04T19:41:50+00:00</updated>
<author>
<name>JCount</name>
</author>
<published>2017-06-04T19:41:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d5838c7e803056a525de8cd11b4c540c562a330e'/>
<id>d5838c7e803056a525de8cd11b4c540c562a330e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>audit: Port audit_caveats method to rubocop and add tests</title>
<updated>2017-05-31T17:29:48+00:00</updated>
<author>
<name>Gautham Goli</name>
</author>
<published>2017-05-22T07:39:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=cf848a14d2de60b425d6e279051a919ff6ad1e43'/>
<id>cf848a14d2de60b425d6e279051a919ff6ad1e43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
