<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/extend, branch 1.1.0</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Merge pull request #1443 from MikeMcQuaid/better-development-tools-checks</title>
<updated>2016-11-06T13:21:11+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-06T13:21:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=cfaa05f841f000f79331556c8d9cbb2b08bc8426'/>
<id>cfaa05f841f000f79331556c8d9cbb2b08bc8426</id>
<content type='text'>
Improve debugging information based on failures</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improve debugging information based on failures</pre>
</div>
</content>
</entry>
<entry>
<title>software_spec: no `_or_later` in bottle filenames.</title>
<updated>2016-11-05T20:13:42+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-05T20:13:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=1f6c26a2e4b97ad90e6b8623df90daf4e07086a9'/>
<id>1f6c26a2e4b97ad90e6b8623df90daf4e07086a9</id>
<content type='text'>
It's more useful to be able to "bless" an existing bottle to be used on
later OSs (e.g. where it cannot yet be built) than it is to have to
create a new, identical bottle just to have a different filename.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's more useful to be able to "bless" an existing bottle to be used on
later OSs (e.g. where it cannot yet be built) than it is to have to
create a new, identical bottle just to have a different filename.
</pre>
</div>
</content>
</entry>
<entry>
<title>diagnostic: add build error checks.</title>
<updated>2016-11-05T14:58:39+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-05T14:39:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=262eaca56e9efbb21a20be2fe83af563c9b9289e'/>
<id>262eaca56e9efbb21a20be2fe83af563c9b9289e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>diagnostic: only make minimum Xcode/CLT version checks fatal.</title>
<updated>2016-11-05T14:58:39+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-05T14:38:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b38f5b3e7d597fe8fa9611f142ac253b94614c88'/>
<id>b38f5b3e7d597fe8fa9611f142ac253b94614c88</id>
<content type='text'>
Also: freeze the relevant arrays.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also: freeze the relevant arrays.
</pre>
</div>
</content>
</entry>
<entry>
<title>os/mac/diagnostic: split some unless conditions.</title>
<updated>2016-11-05T14:58:39+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-05T14:36:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6359c75a2dea3673284bc5f9b00d1ed790469e7b'/>
<id>6359c75a2dea3673284bc5f9b00d1ed790469e7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>diagnostic: add checks for minimum Xcode/CLT versions.</title>
<updated>2016-11-05T14:58:38+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-05T14:36:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=bccd792bbffaf0c219f402d893be4c5c0d284d97'/>
<id>bccd792bbffaf0c219f402d893be4c5c0d284d97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>superenv: treat timingsafe_bcmp as weak on 10.11</title>
<updated>2016-10-29T10:26:52+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2016-10-29T10:26:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e26750e11290f6b299fcbf8419ac051a985e0e1a'/>
<id>e26750e11290f6b299fcbf8419ac051a985e0e1a</id>
<content type='text'>
Xcode 8.1 added timingsafe_bcmp to string.h and libsystem_c.tbd,
and 10.12.1 added it to libsystem_c.dylib, but it is not present in
libsystem_c.dylib on 10.11.6 (15G1108).

It may appear in libsystem_c.dylib in a later 10.11 release or it may
be marked weak on 10.11 in a later Xcode release.

Fixes Homebrew/homebrew-core#6344.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Xcode 8.1 added timingsafe_bcmp to string.h and libsystem_c.tbd,
and 10.12.1 added it to libsystem_c.dylib, but it is not present in
libsystem_c.dylib on 10.11.6 (15G1108).

It may appear in libsystem_c.dylib in a later 10.11 release or it may
be marked weak on 10.11 in a later Xcode release.

Fixes Homebrew/homebrew-core#6344.
</pre>
</div>
</content>
</entry>
<entry>
<title>keg_relocate: wrap relocation locations in struct</title>
<updated>2016-10-24T20:21:08+00:00</updated>
<author>
<name>Josh Hagins</name>
</author>
<published>2016-10-24T03:48:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=fab2cffe5de82b6d540fcf3f4f8873f7cd89af34'/>
<id>fab2cffe5de82b6d540fcf3f4f8873f7cd89af34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tap_constants: rename HOMEBREW_CASK_TAP_FORMULA_REGEX</title>
<updated>2016-10-24T01:48:11+00:00</updated>
<author>
<name>Josh Hagins</name>
</author>
<published>2016-10-19T15:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c7e6613f7b3144c9ee45d140978e713a89977d6d'/>
<id>c7e6613f7b3144c9ee45d140978e713a89977d6d</id>
<content type='text'>
New name is HOMEBREW_CASK_TAP_CASK_REGEX
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New name is HOMEBREW_CASK_TAP_CASK_REGEX
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Rubocop style.</title>
<updated>2016-10-22T12:32:46+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-10-22T12:32:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=1f963267b6bd415ce3024bb7860d5253ad8e0132'/>
<id>1f963267b6bd415ce3024bb7860d5253ad8e0132</id>
<content type='text'>
Another look at the current Rubocop rules and how they fit with our
existing and desired future style. Almost all of these changes were
automatic. Split some rules between formulae/brew where brew doesn't
have millions of cases that need fixed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Another look at the current Rubocop rules and how they fit with our
existing and desired future style. Almost all of these changes were
automatic. Split some rules between formulae/brew where brew doesn't
have millions of cases that need fixed.
</pre>
</div>
</content>
</entry>
</feed>
