<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/test/test_integration_cmds.rb, branch 1.2.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>Speed up `parallel_tests` by splitting integration tests.</title>
<updated>2016-09-26T17:55:50+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-09-26T17:55:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=cd677cf3aed7a0aed91c0f3428091d0fe52c60e9'/>
<id>cd677cf3aed7a0aed91c0f3428091d0fe52c60e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test-bot: move to tap.</title>
<updated>2016-09-24T17:55:03+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-24T17:55:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d5b403b1e9462a569cde2d0af6e5974c96a37e66'/>
<id>d5b403b1e9462a569cde2d0af6e5974c96a37e66</id>
<content type='text'>
Migrate to https://github.com/Homebrew/homebrew-test-bot to be able to
work on this with a different, non-tagged workflow.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Migrate to https://github.com/Homebrew/homebrew-test-bot to be able to
work on this with a different, non-tagged workflow.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Style/GuardClause.</title>
<updated>2016-09-24T10:24:35+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-09-23T20:02:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=58e36c73193befb57d351344cea2a4a33fef850d'/>
<id>58e36c73193befb57d351344cea2a4a33fef850d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use new "macOS" naming where appropriate.</title>
<updated>2016-09-18T18:57:19+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-18T18:57:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3f9cce0a03e967d2e7bcb7cd16bbc898c1a35708'/>
<id>3f9cce0a03e967d2e7bcb7cd16bbc898c1a35708</id>
<content type='text'>
Not quite a mass replacement as I've used OS X and Mac OS X where
describing specific older versions and added compatibility methods
for things in the DSL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not quite a mass replacement as I've used OS X and Mac OS X where
describing specific older versions and added compatibility methods
for things in the DSL.
</pre>
</div>
</content>
</entry>
<entry>
<title>rubocop --auto-correct all hash-rocket usage.</title>
<updated>2016-09-17T15:14:13+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-17T14:32:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3982950e6106d45811a396a6a7478eeeee2817d7'/>
<id>3982950e6106d45811a396a6a7478eeeee2817d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move LinkedKegs/PinnedKegs/Locks from Library.</title>
<updated>2016-09-16T12:51:56+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-16T12:51:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e3609b6fd4001523679562c33064e17d03e1534f'/>
<id>e3609b6fd4001523679562c33064e17d03e1534f</id>
<content type='text'>
These don't make sense to be tied to the `HOMEBREW_REPOSITORY` but
instead should live in the `HOMEBREW_PREFIX` as they all relate to its
state.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These don't make sense to be tied to the `HOMEBREW_REPOSITORY` but
instead should live in the `HOMEBREW_PREFIX` as they all relate to its
state.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use constants for LinkedKegs/PinnedKegs/Locks.</title>
<updated>2016-09-15T17:28:42+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-15T17:28:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=72d10fff0be917df691b02b07b07dccfc8f1d760'/>
<id>72d10fff0be917df691b02b07b07dccfc8f1d760</id>
<content type='text'>
These definitions are scattered throughout the codebase which makes it
hard to refactor them later (my goal is to move them outside of
HOMEBREW_LIBRARY). Unify their definitions for clearer code and easier
movement later.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These definitions are scattered throughout the codebase which makes it
hard to refactor them later (my goal is to move them outside of
HOMEBREW_LIBRARY). Unify their definitions for clearer code and easier
movement later.
</pre>
</div>
</content>
</entry>
<entry>
<title>test/test_integration_cmds: fix Rubocop warnings.</title>
<updated>2016-09-11T20:48:05+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-11T16:43:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e89de3351f69a99bdc5d528c7abe3f771ae47b56'/>
<id>e89de3351f69a99bdc5d528c7abe3f771ae47b56</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 #864 from vladshablinsky/skip-upgrade</title>
<updated>2016-09-08T19:16:29+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-08T19:16:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f37d004ab5588d7b24a593ad8619f024b8c91a6b'/>
<id>f37d004ab5588d7b24a593ad8619f024b8c91a6b</id>
<content type='text'>
Skip upgrade of pinned dependency if it's outdated</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Skip upgrade of pinned dependency if it's outdated</pre>
</div>
</content>
</entry>
<entry>
<title>Add `--help` to all developer commands.</title>
<updated>2016-09-08T08:05:00+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-08T08:05:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ebdb879fe4b0d14bcc92480a3dd193c93f94a23f'/>
<id>ebdb879fe4b0d14bcc92480a3dd193c93f94a23f</id>
<content type='text'>
Also, flag those that we never want to be in a manpage.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, flag those that we never want to be in a manpage.
</pre>
</div>
</content>
</entry>
</feed>
