<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/brew_doctor.rb, 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>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>brew-doctor - check for another stray ENV var</title>
<updated>2010-11-05T14:01:00+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-11-05T14:01:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2712dd6bccea139f722ac113b2f8e85913a34d6a'/>
<id>2712dd6bccea139f722ac113b2f8e85913a34d6a</id>
<content type='text'>
Having $MACOSX_DEPLOYMENT_TARGET (for Fink) to something other than
the current system SDK will cause Git to fail to compile (when building
the Python bindings).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Having $MACOSX_DEPLOYMENT_TARGET (for Fink) to something other than
the current system SDK will cause Git to fail to compile (when building
the Python bindings).
</pre>
</div>
</content>
</entry>
<entry>
<title>brew-doctor - alt. autoconf path</title>
<updated>2010-10-26T16:19:07+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-10-26T16:19:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f4ce357d44ef6e9eaf3d891795643ad517d269f0'/>
<id>f4ce357d44ef6e9eaf3d891795643ad517d269f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>brew-doctor - fix keg-only check</title>
<updated>2010-10-21T03:05:44+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-10-21T03:05:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b82be5c8b0d3482da165d6ee8bbd0ddfce547695'/>
<id>b82be5c8b0d3482da165d6ee8bbd0ddfce547695</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>brew-doctor - tweak git message</title>
<updated>2010-10-21T02:29:02+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-10-21T02:29:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b6bd22bfc98f79843d0a68a3d31b08d1932ddb81'/>
<id>b6bd22bfc98f79843d0a68a3d31b08d1932ddb81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>brew-doctor - also check /usr/local/etc</title>
<updated>2010-10-21T02:28:46+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-10-21T02:28:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=93a0d56386fdeca671cf858b1bfe7b7c3d35ed72'/>
<id>93a0d56386fdeca671cf858b1bfe7b7c3d35ed72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>brew doctor - remove double negative</title>
<updated>2010-10-02T17:40:36+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-10-02T17:28:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=25f6bffa3097e420193a8f427eacdf9f8f045556'/>
<id>25f6bffa3097e420193a8f427eacdf9f8f045556</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>brew-doctor - add access check to include</title>
<updated>2010-09-29T18:56:58+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-09-29T18:56:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5707787358b795c5c2e9891346203e0283e64d0b'/>
<id>5707787358b795c5c2e9891346203e0283e64d0b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add another file check to check_for_macgpg2</title>
<updated>2010-09-22T22:24:41+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-09-22T22:24:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e750242b73d3dba199fd7491972854ca6b48ea38'/>
<id>e750242b73d3dba199fd7491972854ca6b48ea38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>brew-doctor - fix llvm typo</title>
<updated>2010-09-07T17:05:51+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-09-07T17:05:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=339abc769d17cc9c8c39ca7236baffa21d212ce5'/>
<id>339abc769d17cc9c8c39ca7236baffa21d212ce5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
