<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/utils, branch 1.2.3</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Autocorrect Rubocop Style/SpecialGlobalVars.</title>
<updated>2017-06-12T08:11:42+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-06-10T17:12:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=021cef4b2bfebe330fa55e9dcc904a08932bad94'/>
<id>021cef4b2bfebe330fa55e9dcc904a08932bad94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BuildError: report options to analytics.</title>
<updated>2017-06-09T11:53:01+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-06-09T11:53:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=99c897acadc002d5e3b741f406ca372956c345ea'/>
<id>99c897acadc002d5e3b741f406ca372956c345ea</id>
<content type='text'>
Without this it's not easy to make much sense of these failures.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this it's not easy to make much sense of these failures.
</pre>
</div>
</content>
</entry>
<entry>
<title>analytics: remove unused analytics.</title>
<updated>2017-06-07T15:34:54+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-06-07T15:34:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5367f1b408bf3077044bd8f6aab5a8db7647c493'/>
<id>5367f1b408bf3077044bd8f6aab5a8db7647c493</id>
<content type='text'>
We didn't end up using the `screenview` and `exception` analytics as
much as expected so let's remove them and focus on stuff that's
formula-specific.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We didn't end up using the `screenview` and `exception` analytics as
much as expected so let's remove them and focus on stuff that's
formula-specific.
</pre>
</div>
</content>
</entry>
<entry>
<title>tty: handle non-tty stdin.</title>
<updated>2017-06-07T05:57:50+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-06-07T05:57:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2cf2c020ba04f57ac9e77712df6a25525744715b'/>
<id>2cf2c020ba04f57ac9e77712df6a25525744715b</id>
<content type='text'>
When stdin is not a tty then the message `stty: stdin isn't a terminal`
will be produced. Silence this message and fall back to `tput` when it
fails and default to 80 if we get no results at all.

Follow-up from #2714.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When stdin is not a tty then the message `stty: stdin isn't a terminal`
will be produced. Silence this message and fall back to `tput` when it
fails and default to 80 if we get no results at all.

Follow-up from #2714.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use stty instead of tput to get terminal width</title>
<updated>2017-06-02T15:00:52+00:00</updated>
<author>
<name>Enrico Ghirardi</name>
</author>
<published>2017-06-01T10:33:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=a9c83f14a749f6295daafc31440d0f74d1aa27e0'/>
<id>a9c83f14a749f6295daafc31440d0f74d1aa27e0</id>
<content type='text'>
Fixes https://github.com/Homebrew/brew/issues/2707
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://github.com/Homebrew/brew/issues/2707
</pre>
</div>
</content>
</entry>
<entry>
<title>Use `Formatter::pluralize` where possible.</title>
<updated>2017-05-29T15:50:13+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-05-29T15:50:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d700a5ba188b0a01fba21401c4432239c29835bc'/>
<id>d700a5ba188b0a01fba21401c4432239c29835bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused `popen_read_text` method.</title>
<updated>2017-05-28T23:45:05+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-05-28T23:45:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=dc4f30393741ab7bc8115fa68d8bbbee404f22d9'/>
<id>dc4f30393741ab7bc8115fa68d8bbbee404f22d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lock: simplify ruby conditional</title>
<updated>2017-05-24T16:12:21+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2017-05-24T16:12:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=67dc3323ed1368ffc6a49899c8b98732dc2eb181'/>
<id>67dc3323ed1368ffc6a49899c8b98732dc2eb181</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lock: check tools are executable</title>
<updated>2017-05-24T01:36:06+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2017-05-24T01:36:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=94ed3e358399db37ff88c8a53c6c8cbf7a44e51e'/>
<id>94ed3e358399db37ff88c8a53c6c8cbf7a44e51e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Optionally use Python's flock instead of Ruby's</title>
<updated>2017-05-24T00:50:22+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2017-05-11T19:06:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=129ee966f8a9d1287d3407f81b214ba744b7d4c5'/>
<id>129ee966f8a9d1287d3407f81b214ba744b7d4c5</id>
<content type='text'>
Ruby first gained flock in 1.8.7, which is a problem since we're using
this lock utility in `vendor-install` in order to install a newer Ruby.

Fortunately, Python 2.3(!) has flock support.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ruby first gained flock in 1.8.7, which is a problem since we're using
this lock utility in `vendor-install` in order to install a newer Ruby.

Fortunately, Python 2.3(!) has flock support.
</pre>
</div>
</content>
</entry>
</feed>
