<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/macos, branch 0.9.3</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Prevent CLT.version being ""</title>
<updated>2012-08-27T16:57:56+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2012-08-27T16:57:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=dc68752d3df8716f24a0b5feb1f728924ee0656d'/>
<id>dc68752d3df8716f24a0b5feb1f728924ee0656d</id>
<content type='text'>
Also cache the response if N/A as it is slow to keep repeating that. And only do one pkgutil call if possible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also cache the response if N/A as it is slow to keep repeating that. And only do one pkgutil call if possible.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix syntax error, sorry about that.</title>
<updated>2012-08-17T22:00:33+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2012-08-17T22:00:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ad02ea74da758f5063b219a4a35df9431c4d8732'/>
<id>ad02ea74da758f5063b219a4a35df9431c4d8732</id>
<content type='text'>
Didn't test properly, it was a side-fix. Bad mxcl.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Didn't test properly, it was a side-fix. Bad mxcl.
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop warning about CLT w/o Xcode</title>
<updated>2012-08-17T21:18:17+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2012-08-17T21:18:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6ffe27fa985541be92bce2b7513df5c51e404d69'/>
<id>6ffe27fa985541be92bce2b7513df5c51e404d69</id>
<content type='text'>
Also made the latest_versions checks smarter. Hopefully correct too.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also made the latest_versions checks smarter. Hopefully correct too.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Xcode.version</title>
<updated>2012-08-07T18:34:27+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2012-08-07T18:34:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c84035a287719a1ca780c75abead4d64b72eef24'/>
<id>c84035a287719a1ca780c75abead4d64b72eef24</id>
<content type='text'>
I managed to remove a return while fixing this yesterday. The whitespace changes made the diff unreadable so I missed this regression.

Why does this sort of thing still happen?</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I managed to remove a return while fixing this yesterday. The whitespace changes made the diff unreadable so I missed this regression.

Why does this sort of thing still happen?</pre>
</div>
</content>
</entry>
<entry>
<title>Actually cache Xcode.version</title>
<updated>2012-08-06T17:46:47+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2012-08-06T17:46:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=97acbe8f66648ca5939c92e61c90ab21ee4c8cb2'/>
<id>97acbe8f66648ca5939c92e61c90ab21ee4c8cb2</id>
<content type='text'>
The short-circuit returns would cause the caching ||= syntax to be skipped. For me on my CLT-less install, this was noticeably slowing down brew for some operations due to the frequent calls to xcodebuild.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The short-circuit returns would cause the caching ||= syntax to be skipped. For me on my CLT-less install, this was noticeably slowing down brew for some operations due to the frequent calls to xcodebuild.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust XQuartz/X11 module naming scheme</title>
<updated>2012-08-06T05:39:06+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2012-08-06T05:33:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7488b9844bc8cee2144767ff7939895b6a83de37'/>
<id>7488b9844bc8cee2144767ff7939895b6a83de37</id>
<content type='text'>
Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move X11 machinery into MacOS::XQuartz namespace</title>
<updated>2012-08-01T05:31:38+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2012-07-25T20:04:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=148617bc1164c919eda86403ce2df197b913cdde'/>
<id>148617bc1164c919eda86403ce2df197b913cdde</id>
<content type='text'>
In order to better support Xcode-only systems, where X11 libs and
executables live under /usr/X11 but headers live in the SDK, move the
x11_* helper methods into a new module.

This allows us to keep some of the CLT/Xcode-only and Apple X11/XQuartz
logic hidden from outside code, like ENV.x11.

Since Apple's X11 is actually XQuartz, name the module "MacOS::XQuartz".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to better support Xcode-only systems, where X11 libs and
executables live under /usr/X11 but headers live in the SDK, move the
x11_* helper methods into a new module.

This allows us to keep some of the CLT/Xcode-only and Apple X11/XQuartz
logic hidden from outside code, like ENV.x11.

Since Apple's X11 is actually XQuartz, name the module "MacOS::XQuartz".
</pre>
</div>
</content>
</entry>
</feed>
