<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/extend/ENV, branch 1.0.2</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>rubocop --auto-correct all hash-rocket usage.</title>
<updated>2016-09-17T15:14:13+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-17T14:32:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3982950e6106d45811a396a6a7478eeeee2817d7'/>
<id>3982950e6106d45811a396a6a7478eeeee2817d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>extend/ENV/super: fix Rubocop warnings.</title>
<updated>2016-09-13T06:57:06+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-11T16:53:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=fb3bec8d70d375a97554d4c3fed82ad2332b2191'/>
<id>fb3bec8d70d375a97554d4c3fed82ad2332b2191</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>extend/ENV/std: fix Rubocop warnings.</title>
<updated>2016-09-13T06:57:04+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-11T16:53:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c3dab72e3726c3519b39ce1ef5baa31b24198d41'/>
<id>c3dab72e3726c3519b39ce1ef5baa31b24198d41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>extend/ENV/shared: fix Rubocop warnings.</title>
<updated>2016-09-13T06:57:02+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-11T16:53:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=fe661a809c8ec497c8096ec062908ddcb2c84a03'/>
<id>fe661a809c8ec497c8096ec062908ddcb2c84a03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make -no_weak_imports opt-in.</title>
<updated>2016-08-22T09:39:38+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-08-22T09:39:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=602fb0e575b47f75f20aa42d5c298deb3c2ab8c2'/>
<id>602fb0e575b47f75f20aa42d5c298deb3c2ab8c2</id>
<content type='text'>
The experiment to add `-no_weak_imports` unconditionally has been a bit
of a failure. It's broken more than it's fixed and I don't think we can
have this as a default for Xcode 8.

Add `ENV.no_weak_imports` to be used by formulae authors and make
`ENV.no_weak_imports a no-op (for now).

We may reconsider this behaviour in future.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The experiment to add `-no_weak_imports` unconditionally has been a bit
of a failure. It's broken more than it's fixed and I don't think we can
have this as a default for Xcode 8.

Add `ENV.no_weak_imports` to be used by formulae authors and make
`ENV.no_weak_imports a no-op (for now).

We may reconsider this behaviour in future.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add permit_weak_imports directive</title>
<updated>2016-08-18T06:02:44+00:00</updated>
<author>
<name>Tim D. Smith</name>
</author>
<published>2016-08-18T05:55:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9c7f24b84aea4ae1b465afa41445385ada4f2ffb'/>
<id>9c7f24b84aea4ae1b465afa41445385ada4f2ffb</id>
<content type='text'>
Issue Homebrew/homebrew-core#3727 suggested we set -no_weak_imports for
new versions of Xcode to ensure that e.g. building on 10.11 against the
10.12 SDK doesn't result in a situation where autotools thinks symbols
exist that don't actually exist on the current platform.

Further discussion in golang/go#16770 revealed that some packages
require weak imports to build normally.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issue Homebrew/homebrew-core#3727 suggested we set -no_weak_imports for
new versions of Xcode to ensure that e.g. building on 10.11 against the
10.12 SDK doesn't result in a situation where autotools thinks symbols
exist that don't actually exist on the current platform.

Further discussion in golang/go#16770 revealed that some packages
require weak imports to build normally.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document 'w' CCCFG flag</title>
<updated>2016-08-18T06:02:38+00:00</updated>
<author>
<name>Tim D. Smith</name>
</author>
<published>2016-08-18T05:26:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=764390aaddda08e7020c30358e738bca9ed2e5d4'/>
<id>764390aaddda08e7020c30358e738bca9ed2e5d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENV/super: use Hardware::CPU.is_32_bit?</title>
<updated>2016-08-17T14:13:30+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2016-08-17T14:13:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c8d814f907186046d03541873ef8fa863ac92d10'/>
<id>c8d814f907186046d03541873ef8fa863ac92d10</id>
<content type='text'>
`Hardware.is_32_bit?` is deprecated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`Hardware.is_32_bit?` is deprecated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add OS X-specific SharedEnvExtension.</title>
<updated>2016-08-16T14:26:28+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-08-16T12:47:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=74d4479246778ff73756fce2208ef04f2c45aafb'/>
<id>74d4479246778ff73756fce2208ef04f2c45aafb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing development_tools requires.</title>
<updated>2016-07-30T03:21:02+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-07-30T02:31:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=164e46a7290769204c3078c3c371e93f04e4ed5b'/>
<id>164e46a7290769204c3078c3c371e93f04e4ed5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
