<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/test, branch 1.1.12</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Handle missing receipt on `brew install`.</title>
<updated>2017-04-02T16:02:56+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-02T16:02:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=879b3360d3c664750dd90571f898c349e21442fb'/>
<id>879b3360d3c664750dd90571f898c349e21442fb</id>
<content type='text'>
For example if this is for a really old keg, keg where a user has
manually removed stuff or used `brew diy`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For example if this is for a really old keg, keg where a user has
manually removed stuff or used `brew diy`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the 'export PATH' message in `link` for a keg-only formula</title>
<updated>2017-04-02T03:12:00+00:00</updated>
<author>
<name>Eugene Nikolsky</name>
</author>
<published>2017-04-02T02:00:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=edd9a9717cf08eabb54001679653e37732d5ce2d'/>
<id>edd9a9717cf08eabb54001679653e37732d5ce2d</id>
<content type='text'>
Commit 4cae6a724e6d684eb157dd6d7328755694f228b2 introduced the message,
but it printed the wrong path, e.g. for `brew link sqlite`:

```
If you need to have this software first in your PATH instead consider running:
  echo 'export PATH="/usr/local/opt/sqlite:$PATH"' &gt;&gt; ~/.zshrc/bin
```

where `/bin` is appended at the end, but should be inserted before
`:$PATH`: `echo 'export PATH="/usr/local/opt/sqlite/bin:$PATH"' &gt;&gt; ~/.zshrc`.
This patch fixes that and updates a test to verify it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit 4cae6a724e6d684eb157dd6d7328755694f228b2 introduced the message,
but it printed the wrong path, e.g. for `brew link sqlite`:

```
If you need to have this software first in your PATH instead consider running:
  echo 'export PATH="/usr/local/opt/sqlite:$PATH"' &gt;&gt; ~/.zshrc/bin
```

where `/bin` is appended at the end, but should be inserted before
`:$PATH`: `echo 'export PATH="/usr/local/opt/sqlite/bin:$PATH"' &gt;&gt; ~/.zshrc`.
This patch fixes that and updates a test to verify it.
</pre>
</div>
</content>
</entry>
<entry>
<title>cask: remove pre_bug_report links</title>
<updated>2017-03-31T19:24:23+00:00</updated>
<author>
<name>Vítor Galvão</name>
</author>
<published>2017-03-31T19:19:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7c048b6f71b031ab8ee1289a70b51cef24408dcc'/>
<id>7c048b6f71b031ab8ee1289a70b51cef24408dcc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove osmium from blacklisted formulas</title>
<updated>2017-03-31T12:59:22+00:00</updated>
<author>
<name>Ilya Zverev</name>
</author>
<published>2017-03-31T12:59:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f5321d1b0d8f24cb2d4773c03f57f1c643fc775f'/>
<id>f5321d1b0d8f24cb2d4773c03f57f1c643fc775f</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 #2374 from joshka/cleanup-command-continue-on-error</title>
<updated>2017-03-31T08:43:47+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-03-31T08:43:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=80b39bb23917d9b80bb80eb15a890607d69e65b6'/>
<id>80b39bb23917d9b80bb80eb15a890607d69e65b6</id>
<content type='text'>
Cleanup: Continue on error removing keg</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cleanup: Continue on error removing keg</pre>
</div>
</content>
</entry>
<entry>
<title>Brew cleanup: Continue on error removing keg</title>
<updated>2017-03-31T06:44:04+00:00</updated>
<author>
<name>Joshua McKinney</name>
</author>
<published>2017-03-21T09:13:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=48fdd163bcf9ab52f4ac708def700b7b6ab218a4'/>
<id>48fdd163bcf9ab52f4ac708def700b7b6ab218a4</id>
<content type='text'>
Fixes #2355
Create unremovable_kegs instance var
Check cellar cleanup failure after full cleanup completes
Use module_function in Homebrew::Cleanup as we never instantiate the
class
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #2355
Create unremovable_kegs instance var
Check cellar cleanup failure after full cleanup completes
Use module_function in Homebrew::Cleanup as we never instantiate the
class
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2421 from MikeMcQuaid/formula-check-alias-exists</title>
<updated>2017-03-30T19:25:05+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-03-30T19:25:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=a582be06c25939d36a6edbf5f68237048d98c7df'/>
<id>a582be06c25939d36a6edbf5f68237048d98c7df</id>
<content type='text'>
formula: check installed_alias_path exists.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
formula: check installed_alias_path exists.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2401 from wjlroe/print-pinned-on-outdated</title>
<updated>2017-03-30T19:24:30+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-03-30T19:24:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b6792fc7be1c972dced077940bd135a5bafe5671'/>
<id>b6792fc7be1c972dced077940bd135a5bafe5671</id>
<content type='text'>
Include the pinned version in brew outdated output for pinned formulae</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include the pinned version in brew outdated output for pinned formulae</pre>
</div>
</content>
</entry>
<entry>
<title>formula: check installed_alias_path exists.</title>
<updated>2017-03-30T18:39:26+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-03-30T18:39:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8472d6a40eab2e10a33202d3d9a05c20cc2dfc73'/>
<id>8472d6a40eab2e10a33202d3d9a05c20cc2dfc73</id>
<content type='text'>
Otherwise return `nil`.

Fixes https://github.com/Homebrew/brew/issues/2417
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise return `nil`.

Fixes https://github.com/Homebrew/brew/issues/2417
</pre>
</div>
</content>
</entry>
<entry>
<title>formula_installer_spec: add default formula test.</title>
<updated>2017-03-29T08:34:52+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-03-29T08:34:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=51ca9025a5c094d048d248f5fa0e4bf8990bc421'/>
<id>51ca9025a5c094d048d248f5fa0e4bf8990bc421</id>
<content type='text'>
Test the situation where a requirement is satisfied by a non-formula
but the `default_formula` is also installed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test the situation where a requirement is satisfied by a non-formula
but the `default_formula` is also installed.
</pre>
</div>
</content>
</entry>
</feed>
