<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/test, branch 0.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>Some Cleanup</title>
<updated>2011-03-12T19:55:03+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2010-11-09T13:00:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c1a3b724fd2814a6f493d9d664df6a6dd788f335'/>
<id>c1a3b724fd2814a6f493d9d664df6a6dd788f335</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move string extensions</title>
<updated>2011-03-12T19:55:03+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-11-13T05:05:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b13baedfd82747e5ed31fd7e21b8c410236f11d4'/>
<id>b13baedfd82747e5ed31fd7e21b8c410236f11d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor the brew command into one file per command</title>
<updated>2011-03-12T19:55:02+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2010-09-11T19:22:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=768910283a40afc2f76ef196d1464f0bbb2349cd'/>
<id>768910283a40afc2f76ef196d1464f0bbb2349cd</id>
<content type='text'>
The code was sucking. To the extent that maintenance was hard. It's a lot
easier to work with code that is sensibly split at sensible boundaries. So
now it is more like that.

But the refactor is minimal. Because we don't want you to have more merge
hell than absolutely necessary.

If you merge you will need to pay attention to brew.h.rb (as it is deleted)
and bin/brew (as command logic is gone). It will be painful, but you will just
have to help git out by moving any changes around manually.

Note compatibility.rb. It ensures that any function renames or removals don't
break anything. We're pretty serious about backwards compatibility. And that's
because we encourage you to hack around with the innards. And we couldn't do
that if we would then just make stuff disappear behind your back.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code was sucking. To the extent that maintenance was hard. It's a lot
easier to work with code that is sensibly split at sensible boundaries. So
now it is more like that.

But the refactor is minimal. Because we don't want you to have more merge
hell than absolutely necessary.

If you merge you will need to pay attention to brew.h.rb (as it is deleted)
and bin/brew (as command logic is gone). It will be painful, but you will just
have to help git out by moving any changes around manually.

Note compatibility.rb. It ensures that any function renames or removals don't
break anything. We're pretty serious about backwards compatibility. And that's
because we encourage you to hack around with the innards. And we couldn't do
that if we would then just make stuff disappear behind your back.
</pre>
</div>
</content>
</entry>
<entry>
<title>extract undent test to test case</title>
<updated>2010-10-18T04:13:16+00:00</updated>
<author>
<name>Michael Morgan</name>
</author>
<published>2010-10-17T22:27:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3ea550100f948e307ecd67413089faf6b5057f20'/>
<id>3ea550100f948e307ecd67413089faf6b5057f20</id>
<content type='text'>
Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>test_updater: Make fixture internally consistent</title>
<updated>2010-09-15T16:36:27+00:00</updated>
<author>
<name>Bo Borgerson</name>
</author>
<published>2010-09-09T14:54:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=80e17cde57577af5b3c6afe26fb8ea9967b408ce'/>
<id>80e17cde57577af5b3c6afe26fb8ea9967b408ce</id>
<content type='text'>
The update_git_pull_output_with_formulae_changes fixture (which consists
of mocked-up `git pull` output) listed a few files as both updated and
deleted.  This caused the test_update_homebrew_with_formulae_changes test to
fail.  My guess is that this fixture was mocked-up before formula deletion
handling was introduced, and became broken when it was.  This revision just
makes this fixture internally consistent, and allows the associated test to
pass.

Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The update_git_pull_output_with_formulae_changes fixture (which consists
of mocked-up `git pull` output) listed a few files as both updated and
deleted.  This caused the test_update_homebrew_with_formulae_changes test to
fail.  My guess is that this fixture was mocked-up before formula deletion
handling was introduced, and became broken when it was.  This revision just
makes this fixture internally consistent, and allows the associated test to
pass.

Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed recognition of versions like 'foobar-4.50-beta' in Pathname#version</title>
<updated>2010-08-27T15:53:06+00:00</updated>
<author>
<name>lukas</name>
</author>
<published>2010-08-27T06:42:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=bd6fb103614d2b7e4f49bf6c6bdfb5e8e769c2c1'/>
<id>bd6fb103614d2b7e4f49bf6c6bdfb5e8e769c2c1</id>
<content type='text'>
Sphinx currently has a download name 'http://sphinxsearch.com/downloads/sphinx-1.10-beta.tar.gz', which homebrew currently can't correctly identify - with a small change to the regex for 'foobar-4.5.0-beta1' (make that trailing number optional) - it works like a charm.

Signed-off-by: David Höppner &lt;0xffea@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sphinx currently has a download name 'http://sphinxsearch.com/downloads/sphinx-1.10-beta.tar.gz', which homebrew currently can't correctly identify - with a small change to the regex for 'foobar-4.5.0-beta1' (make that trailing number optional) - it works like a charm.

Signed-off-by: David Höppner &lt;0xffea@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move testing tarballs into subfolder</title>
<updated>2010-07-29T19:03:23+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-06-10T20:09:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5c3a96ae682321cd870f1b1b3d2a739e7ecbe90f'/>
<id>5c3a96ae682321cd870f1b1b3d2a739e7ecbe90f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix brew info test</title>
<updated>2010-07-29T16:33:32+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-07-29T16:33:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e0d936da5ab684247c6283669e8247ac9d070c71'/>
<id>e0d936da5ab684247c6283669e8247ac9d070c71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add name to brew info url and remove external script</title>
<updated>2010-07-29T15:40:22+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-07-29T15:40:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2e881238dec8de6c970cad1a4d140e434038cc31'/>
<id>2e881238dec8de6c970cad1a4d140e434038cc31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up test script &amp; use system ruby to run tests</title>
<updated>2010-07-21T04:16:33+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-07-21T04:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f17a92ff40f3195f5b116f7fce31770e8b34d937'/>
<id>f17a92ff40f3195f5b116f7fce31770e8b34d937</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
