<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/os, 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>More comments on SDK handling for &gt;= Xcode 7</title>
<updated>2016-03-31T05:16:50+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2016-03-30T12:13:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3d3e874c680718c2f39fe407b3c6392fd3964dac'/>
<id>3d3e874c680718c2f39fe407b3c6392fd3964dac</id>
<content type='text'>
Closes Homebrew/homebrew#50537.

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

Signed-off-by: ilovezfs &lt;ilovezfs@icloud.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>OS::Mac::sdk: remove ensure block</title>
<updated>2016-03-31T05:16:50+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2016-03-30T11:03:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7651757709b2eaa537cbda17271b127ed59568cf'/>
<id>7651757709b2eaa537cbda17271b127ed59568cf</id>
<content type='text'>
Don't use ensure to do the final check because it won't affect the
return value of the overall function.

Thanks to @xucheng for catching this bug.

Closes Homebrew/homebrew#50536.

Signed-off-by: ilovezfs &lt;ilovezfs@icloud.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't use ensure to do the final check because it won't affect the
return value of the overall function.

Thanks to @xucheng for catching this bug.

Closes Homebrew/homebrew#50536.

Signed-off-by: ilovezfs &lt;ilovezfs@icloud.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Xcode 7 MACOSX_DEPLOYMENT_TARGET and SDK fixes</title>
<updated>2016-03-31T05:16:50+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2016-03-23T11:34:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=45e138ffc6059570421dc203c2e69ba5214cdfaa'/>
<id>45e138ffc6059570421dc203c2e69ba5214cdfaa</id>
<content type='text'>
SDK 10.10 isn't something that exists for Xcode 7, so stop looking for
it and rely on MACOSX_DEPLOYMENT_TARGET instead.

See PR Homebrew/homebrew#50137 Yosemite build failure

Closes Homebrew/homebrew#50355.

Signed-off-by: ilovezfs &lt;ilovezfs@icloud.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SDK 10.10 isn't something that exists for Xcode 7, so stop looking for
it and rely on MACOSX_DEPLOYMENT_TARGET instead.

See PR Homebrew/homebrew#50137 Yosemite build failure

Closes Homebrew/homebrew#50355.

Signed-off-by: ilovezfs &lt;ilovezfs@icloud.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Document that Xcode.prefix can be nil</title>
<updated>2016-03-19T11:14:50+00:00</updated>
<author>
<name>Tim D. Smith</name>
</author>
<published>2016-03-17T05:51:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=af36139218ad607e1f9347876d636bed60b6e767'/>
<id>af36139218ad607e1f9347876d636bed60b6e767</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Avoid constructing paths by string interpolation"</title>
<updated>2016-03-19T11:14:50+00:00</updated>
<author>
<name>Tim D. Smith</name>
</author>
<published>2016-03-17T05:09:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=fe37cc52713e37c24ddf9a7a75f5118594acd3b1'/>
<id>fe37cc52713e37c24ddf9a7a75f5118594acd3b1</id>
<content type='text'>
This reverts commit 8c7f3d859e8f715b6c63e4fe75e7a636aee4167f.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 8c7f3d859e8f715b6c63e4fe75e7a636aee4167f.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid constructing paths by string interpolation</title>
<updated>2016-03-19T11:14:50+00:00</updated>
<author>
<name>Tim D. Smith</name>
</author>
<published>2016-03-16T06:47:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=87781f2a3734ad778660126fb2bc9681092f5951'/>
<id>87781f2a3734ad778660126fb2bc9681092f5951</id>
<content type='text'>
Closes Homebrew/homebrew#50154.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#50154.
</pre>
</div>
</content>
</entry>
<entry>
<title>More specific test for default prefix</title>
<updated>2016-03-19T11:14:50+00:00</updated>
<author>
<name>Tim D. Smith</name>
</author>
<published>2016-03-16T06:50:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f0a5abe12e0e037ec7569b63d7169f7a0798b6c6'/>
<id>f0a5abe12e0e037ec7569b63d7169f7a0798b6c6</id>
<content type='text'>
cf. Homebrew/homebrew#50154
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cf. Homebrew/homebrew#50154
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid pathological trailing slash</title>
<updated>2016-03-19T11:14:50+00:00</updated>
<author>
<name>Tim D. Smith</name>
</author>
<published>2016-03-16T06:40:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f30c264519afd98b5aac8dd5c48810c761983124'/>
<id>f30c264519afd98b5aac8dd5c48810c761983124</id>
<content type='text'>
Resolves an issue where xcode-select output with a terminal slash leads
to superenv failing to strip system library paths from ccld-style
invocations.

Fixes Homebrew/homebrew#49731. Discussion in Homebrew/homebrew#50154.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves an issue where xcode-select output with a terminal slash leads
to superenv failing to strip system library paths from ccld-style
invocations.

Fixes Homebrew/homebrew#49731. Discussion in Homebrew/homebrew#50154.
</pre>
</div>
</content>
</entry>
<entry>
<title>os/mac/ruby_mach: don't hide actual parse errors</title>
<updated>2016-02-25T20:54:42+00:00</updated>
<author>
<name>Martin Afanasjew</name>
</author>
<published>2016-02-15T16:56:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c20809526c4f3c794de592dbde2663bb0da28451'/>
<id>c20809526c4f3c794de592dbde2663bb0da28451</id>
<content type='text'>
The current approach of suppressing all output regardless of what the
error is makes it very hard to debug any issues and misread but valid
Mach-O files will be silently interpreted as non-Mach-O files instead.

Prefer to fail if we are a Homebrew developer or running on the bot
(`HOMEBREW_DEVELOPER=1`), so that problems will be noticed and fixed
before the silent failure leads to hard-to-diagnose user problems.

Closes Homebrew/homebrew#48817.

Signed-off-by: Martin Afanasjew &lt;martin@afanasjew.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The current approach of suppressing all output regardless of what the
error is makes it very hard to debug any issues and misread but valid
Mach-O files will be silently interpreted as non-Mach-O files instead.

Prefer to fail if we are a Homebrew developer or running on the bot
(`HOMEBREW_DEVELOPER=1`), so that problems will be noticed and fixed
before the silent failure leads to hard-to-diagnose user problems.

Closes Homebrew/homebrew#48817.

Signed-off-by: Martin Afanasjew &lt;martin@afanasjew.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>os/mac/xcode: expect Xcode 7.2.1</title>
<updated>2016-02-07T21:26:56+00:00</updated>
<author>
<name>Dominyk Tiller</name>
</author>
<published>2016-02-07T19:30:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8f3a76f4aa22a17115b888b36874701351f14d79'/>
<id>8f3a76f4aa22a17115b888b36874701351f14d79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
