<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/dev-cmd, branch 1.3.5</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>audit: tweak assert/refute_predicate audit</title>
<updated>2017-10-08T05:54:49+00:00</updated>
<author>
<name>Dominyk Tiller</name>
</author>
<published>2017-10-08T05:54:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2a25825a12897b7bfa167a720f24b6df03bdca94'/>
<id>2a25825a12897b7bfa167a720f24b6df03bdca94</id>
<content type='text'>
Addresses some of the issues I raised in https://github.com/Homebrew/homebrew-core/pull/19127#issue-263566817.
Would still like to work out a way to check `File.exist?`-style language
inside the `test do` block exclusively but for now it's better to be
too conservative on the audit than to be overly-zealous and flag too
much.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addresses some of the issues I raised in https://github.com/Homebrew/homebrew-core/pull/19127#issue-263566817.
Would still like to work out a way to check `File.exist?`-style language
inside the `test do` block exclusively but for now it's better to be
too conservative on the audit than to be overly-zealous and flag too
much.
</pre>
</div>
</content>
</entry>
<entry>
<title>audit: prefer assert/refute_predicate over File.exist?</title>
<updated>2017-10-05T01:52:21+00:00</updated>
<author>
<name>Dominyk Tiller</name>
</author>
<published>2017-10-05T01:52:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4e957165d14f14d7dc5a306bf9233ae17b6ed772'/>
<id>4e957165d14f14d7dc5a306bf9233ae17b6ed772</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use `PATH` where possible.</title>
<updated>2017-09-29T20:18:24+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-09-29T20:10:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7cadff0a33d062b526d2ac246bd1d9e6cc689f53'/>
<id>7cadff0a33d062b526d2ac246bd1d9e6cc689f53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>brew: handle Ruby 2.3 more gracefully.</title>
<updated>2017-09-29T18:53:50+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-09-29T18:53:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=bcca2a7c6b80a6450bd8261af987a8da260b6b89'/>
<id>bcca2a7c6b80a6450bd8261af987a8da260b6b89</id>
<content type='text'>
- `brew.rb` needed updated to fail unless on Ruby 2.3
- `brew update` should unset `HOMEBREW_RUBY_PATH` to ensure that this
  doesn't "stick" on a Ruby 2.0 version after a portable Ruby has been
  installed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- `brew.rb` needed updated to fail unless on Ruby 2.3
- `brew update` should unset `HOMEBREW_RUBY_PATH` to ensure that this
  doesn't "stick" on a Ruby 2.0 version after a portable Ruby has been
  installed.
</pre>
</div>
</content>
</entry>
<entry>
<title>audit: don't care about shadowing official taps.</title>
<updated>2017-09-29T15:23:02+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-09-29T15:23:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=134bd00d10a8feef63bd2583e117dc51be230db3'/>
<id>134bd00d10a8feef63bd2583e117dc51be230db3</id>
<content type='text'>
We're trying to import all of these formulae anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We're trying to import all of these formulae anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>bump-formula-pr: fix duplicates check</title>
<updated>2017-09-26T06:03:19+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2017-09-26T06:01:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=feda0242be174c63925a7e982cc05d6e9748acd8'/>
<id>feda0242be174c63925a7e982cc05d6e9748acd8</id>
<content type='text'>
`return unless pull_requests &amp;&amp; !pull_requests.empty?` and
`return unless pull_requests&amp;.empty?` are not equivalent.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`return unless pull_requests &amp;&amp; !pull_requests.empty?` and
`return unless pull_requests&amp;.empty?` are not equivalent.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rubocop: manual rule fixes.</title>
<updated>2017-09-24T20:23:59+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-09-24T19:12:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=cf5fdeef1d8e9fd053121145882835b87eec2a43'/>
<id>cf5fdeef1d8e9fd053121145882835b87eec2a43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rubocop: automatic rule fixes.</title>
<updated>2017-09-24T20:23:59+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-09-24T18:24:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=01e9ec9a9f723b2ef89c7adfaea39f9e4db9aede'/>
<id>01e9ec9a9f723b2ef89c7adfaea39f9e4db9aede</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>audit: also skip homebrew/science duplicates found by search_taps</title>
<updated>2017-09-24T07:29:34+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2017-09-24T07:29:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=28c78384501e159ecb45e0ffa29ff419a22701d8'/>
<id>28c78384501e159ecb45e0ffa29ff419a22701d8</id>
<content type='text'>
Follow-up to #3202.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow-up to #3202.
</pre>
</div>
</content>
</entry>
<entry>
<title>audit: don't check for homebrew/science duplicates</title>
<updated>2017-09-24T06:00:29+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2017-09-24T06:00:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e984623214d2a55d30c342e0a4607eb2fe56d017'/>
<id>e984623214d2a55d30c342e0a4607eb2fe56d017</id>
<content type='text'>
It's just noise to turn the migration PRs red over expected duplicates.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's just noise to turn the migration PRs red over expected duplicates.
</pre>
</div>
</content>
</entry>
</feed>
