<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/test, branch 0.9.8</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>fix brew tests</title>
<updated>2016-04-02T13:51:36+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2016-02-26T11:43:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=deea4c82a4e64e746465cd74ea80e9afbedd9a91'/>
<id>deea4c82a4e64e746465cd74ea80e9afbedd9a91</id>
<content type='text'>
Fix the `brew tests` problem caused by core/formula separation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the `brew tests` problem caused by core/formula separation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Pathname: improve compute_disk_usage</title>
<updated>2016-04-01T08:30:14+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2016-04-01T03:08:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=91fd357c90a29dfb974d5e465d3236771c1e60f9'/>
<id>91fd357c90a29dfb974d5e465d3236771c1e60f9</id>
<content type='text'>
* Count .DS_Store disk usage but not file count.
* Count symlink's own disk usage instead of ignoring it.
* Count hardlinks disk usage only once.
* Add testcase.

Closes Homebrew/homebrew#50563.

Closes Homebrew/homebrew#50566.

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Count .DS_Store disk usage but not file count.
* Count symlink's own disk usage instead of ignoring it.
* Count hardlinks disk usage only once.
* Add testcase.

Closes Homebrew/homebrew#50563.

Closes Homebrew/homebrew#50566.

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>--repository: support to show tap path</title>
<updated>2016-03-24T06:52:13+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2016-03-23T08:33:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b8a4677de09082cb0e4850f38cfcb0201f0166ac'/>
<id>b8a4677de09082cb0e4850f38cfcb0201f0166ac</id>
<content type='text'>
This can become handy when we separate core code and formulae. For
example, we could use `cd $(brew --repo homebrew/core)` to go to core
tap path.

Closes Homebrew/homebrew#50346.

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This can become handy when we separate core code and formulae. For
example, we could use `cd $(brew --repo homebrew/core)` to go to core
tap path.

Closes Homebrew/homebrew#50346.

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>test_diagnostic: update expected wording</title>
<updated>2016-03-22T10:55:19+00:00</updated>
<author>
<name>Dominyk Tiller</name>
</author>
<published>2016-03-21T16:32:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4f70064d73455afee3ec9ff341a74e769ddb9f65'/>
<id>4f70064d73455afee3ec9ff341a74e769ddb9f65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add HOMEBREW_ENV_PATH internal variable</title>
<updated>2016-03-21T11:07:38+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2016-03-19T17:44:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ce7b32cec835bb658df75a0c691db9a97921163c'/>
<id>ce7b32cec835bb658df75a0c691db9a97921163c</id>
<content type='text'>
`Library/ENV` like `Library/Homebrew` is part of Homebrew basecode. It
should be able to be accessed during the `brew tests`.

By adding HOMEBREW_ENV_PATH variable, we allow test suit to locate these
codes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`Library/ENV` like `Library/Homebrew` is part of Homebrew basecode. It
should be able to be accessed during the `brew tests`.

By adding HOMEBREW_ENV_PATH variable, we allow test suit to locate these
codes.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix tests for deprecating SHA1</title>
<updated>2016-03-20T06:55:58+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2016-03-20T06:12:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=28b4923dad7a421f6f6d2598a5661a147268a4c7'/>
<id>28b4923dad7a421f6f6d2598a5661a147268a4c7</id>
<content type='text'>
Closes Homebrew/homebrew#50272.

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#50272.

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>audit: fix crash when HOMEBREW_NO_GITHUB_API is set</title>
<updated>2016-03-14T11:39:15+00:00</updated>
<author>
<name>Baptiste Fontaine</name>
</author>
<published>2016-03-13T00:40:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=236a18debe51e815f2d81a43d2151c500555abf9'/>
<id>236a18debe51e815f2d81a43d2151c500555abf9</id>
<content type='text'>
Running brew audit --strict --online on a formula with a GitHub
homepage/url would crash if HOMEBREW_NO_GITHUB_API is set because
GitHub.repository returns `nil` and the audit code assumes it always
returns a hash.

Closes Homebrew/homebrew#50054.

Signed-off-by: Baptiste Fontaine &lt;batifon@yahoo.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Running brew audit --strict --online on a formula with a GitHub
homepage/url would crash if HOMEBREW_NO_GITHUB_API is set because
GitHub.repository returns `nil` and the audit code assumes it always
returns a hash.

Closes Homebrew/homebrew#50054.

Signed-off-by: Baptiste Fontaine &lt;batifon@yahoo.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Set HOMEBREW_API_TOKEN from Git when available.</title>
<updated>2016-03-08T12:52:11+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-03-08T11:43:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=041c8502c5ec6f877211202313a5233132834d0b'/>
<id>041c8502c5ec6f877211202313a5233132834d0b</id>
<content type='text'>
As requested in Homebrew/homebrew#46578. Falls back to existing functionality.

Closes Homebrew/homebrew#46578.

Closes Homebrew/homebrew#49846.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As requested in Homebrew/homebrew#46578. Falls back to existing functionality.

Closes Homebrew/homebrew#46578.

Closes Homebrew/homebrew#49846.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>test_update_report: simplify test</title>
<updated>2016-03-08T12:36:19+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2016-03-08T11:17:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0cbc2857019c31c01e4ab6901b59327884cc029d'/>
<id>0cbc2857019c31c01e4ab6901b59327884cc029d</id>
<content type='text'>
Closes Homebrew/homebrew#49874.

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#49874.

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>install_renamed: handle recursive installs.</title>
<updated>2016-03-08T05:47:29+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-03-07T15:11:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0578ba0f429708773489fdd8f9647c2712c7025c'/>
<id>0578ba0f429708773489fdd8f9647c2712c7025c</id>
<content type='text'>
Closes Homebrew/homebrew#49845.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#49845.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
