<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/test, branch 1.1.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>uninstall: skip some flaky tests for now.</title>
<updated>2016-11-15T14:32:13+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-15T14:32:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=50c964df2ebda125366a94f0e8701eaeb0d98fa7'/>
<id>50c964df2ebda125366a94f0e8701eaeb0d98fa7</id>
<content type='text'>
These will be fixed properly later but this will avoid causing
unnecessary CI failures.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These will be fixed properly later but this will avoid causing
unnecessary CI failures.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1498 from alyssais/uninstall_developer_warning</title>
<updated>2016-11-15T08:15:42+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-15T08:15:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=484e3e0769d9eee760f46afb67fb2ce1bfe6e33d'/>
<id>484e3e0769d9eee760f46afb67fb2ce1bfe6e33d</id>
<content type='text'>
Warn developers when uninstalling a dependency</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Warn developers when uninstalling a dependency</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1435 from mistydemeo/dev_tools_version</title>
<updated>2016-11-14T21:44:03+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2016-11-14T21:44:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=30fdbe089b6a7d91dd12132b46436f90dad60c88'/>
<id>30fdbe089b6a7d91dd12132b46436f90dad60c88</id>
<content type='text'>
Add "null version" class, and return compiler versions/build versions as Version objects</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add "null version" class, and return compiler versions/build versions as Version objects</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1362 from reitermarkus/rubocop</title>
<updated>2016-11-14T15:50:24+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-11-14T15:50:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3a01fbadcd14fb180635d6464f2c600a738d50b5'/>
<id>3a01fbadcd14fb180635d6464f2c600a738d50b5</id>
<content type='text'>
Update RuboCop to 0.45.0.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update RuboCop to 0.45.0.</pre>
</div>
</content>
</entry>
<entry>
<title>Warn developers when uninstalling a dependency</title>
<updated>2016-11-14T12:13:34+00:00</updated>
<author>
<name>Alyssa Ross</name>
</author>
<published>2016-11-11T20:08:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3c310b2e3dd7805b04f48507c65c2c0a856c2aa2'/>
<id>3c310b2e3dd7805b04f48507c65c2c0a856c2aa2</id>
<content type='text'>
Suggested in #1084.

Made the existing warning output entirely to STDERR, because
previously the first line went to STDERR and subsequent ones went
to STDOUT.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Suggested in #1084.

Made the existing warning output entirely to STDERR, because
previously the first line went to STDERR and subsequent ones went
to STDOUT.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1497 from alyssais/uninstall_keg_to_formula</title>
<updated>2016-11-14T08:02:51+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-14T08:02:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5a5cbe41bd5e1fb0024c7777e5c6f7e8a97ce942'/>
<id>5a5cbe41bd5e1fb0024c7777e5c6f7e8a97ce942</id>
<content type='text'>
keg: don't rely on #to_formula</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
keg: don't rely on #to_formula</pre>
</div>
</content>
</entry>
<entry>
<title>keg: don't rely on #to_formula</title>
<updated>2016-11-13T23:20:38+00:00</updated>
<author>
<name>Alyssa Ross</name>
</author>
<published>2016-11-13T23:17:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f7f72093a80aade07d9b1da7f1e64dadcb5bd62b'/>
<id>f7f72093a80aade07d9b1da7f1e64dadcb5bd62b</id>
<content type='text'>
It doesn't always work.
For example, a keg could have been installed with a formula from a
URL, which Homebrew now does not know how to access.

Fixes #1496.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It doesn't always work.
For example, a keg could have been installed with a formula from a
URL, which Homebrew now does not know how to access.

Fixes #1496.
</pre>
</div>
</content>
</entry>
<entry>
<title>No if/unless-modifier on multiline blocks.</title>
<updated>2016-11-13T22:37:40+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-11-13T22:37:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=59e2d6772158d8df0735708ae78ddec6ccc68026'/>
<id>59e2d6772158d8df0735708ae78ddec6ccc68026</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 #1217 from MatzFan/invalid_build_option_warnings</title>
<updated>2016-11-13T10:50:51+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-13T10:50:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2a53d14b515e17606a0981c3cf98ce41c2712414'/>
<id>2a53d14b515e17606a0981c3cf98ce41c2712414</id>
<content type='text'>
Invalid build option warnings - supersedes #1088</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Invalid build option warnings - supersedes #1088</pre>
</div>
</content>
</entry>
<entry>
<title>fix test</title>
<updated>2016-11-12T12:13:27+00:00</updated>
<author>
<name>Bruce Steedman</name>
</author>
<published>2016-11-12T12:13:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=592905d3dabdda338520ea737e97ea273a127ff2'/>
<id>592905d3dabdda338520ea737e97ea273a127ff2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
