<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/extend/os, branch 1.1.10</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: trailing comma in multiline method calls</title>
<updated>2017-02-12T15:11:38+00:00</updated>
<author>
<name>Alyssa Ross</name>
</author>
<published>2017-02-12T15:06:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9e97eadccbd99df1c6ffe489ab316d7ebde7fe86'/>
<id>9e97eadccbd99df1c6ffe489ab316d7ebde7fe86</id>
<content type='text'>
Discussed in
https://github.com/Homebrew/brew/pull/1987/files#r100693581.

This was originally ommitted because it wasn't compatible with Ruby 1.8.
(See https://github.com/Homebrew/legacy-homebrew/pull/48144#r49928971).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Discussed in
https://github.com/Homebrew/brew/pull/1987/files#r100693581.

This was originally ommitted because it wasn't compatible with Ruby 1.8.
(See https://github.com/Homebrew/legacy-homebrew/pull/48144#r49928971).
</pre>
</div>
</content>
</entry>
<entry>
<title>diagnostic: Add CircleCI to Env check</title>
<updated>2017-02-10T22:31:58+00:00</updated>
<author>
<name>Danielle Tomlinson</name>
</author>
<published>2017-02-10T21:59:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f457c6ab327b0520c61021437b87be0cedc5f770'/>
<id>f457c6ab327b0520c61021437b87be0cedc5f770</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>keg_relocate: Check HOMEBREW_TEMP's realpath when excluding name changes.</title>
<updated>2017-01-07T20:06:46+00:00</updated>
<author>
<name>William Woodruff</name>
</author>
<published>2017-01-07T20:06:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6b63abb850a4478199e39327464dc014b632a9f1'/>
<id>6b63abb850a4478199e39327464dc014b632a9f1</id>
<content type='text'>
Since /tmp (the default HOMEBREW_TEMP) is a symlink to /private/tmp,
some build systems (like Parrot's) will attempt to use the realpath
instead of the literal /tmp we supply it with. This breaks the relocation
code, which only tested the literal HOMEBREW_TEMP and not its realpath.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since /tmp (the default HOMEBREW_TEMP) is a symlink to /private/tmp,
some build systems (like Parrot's) will attempt to use the realpath
instead of the literal /tmp we supply it with. This breaks the relocation
code, which only tested the literal HOMEBREW_TEMP and not its realpath.
</pre>
</div>
</content>
</entry>
<entry>
<title>Whitelist PHP formulas in shadowed header audit check</title>
<updated>2017-01-06T22:43:25+00:00</updated>
<author>
<name>Jan Viljanen</name>
</author>
<published>2017-01-06T11:02:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=80b7d4c1aafc6eba51e6b167b1da13788714f4d4'/>
<id>80b7d4c1aafc6eba51e6b167b1da13788714f4d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bottles: --force-bottle feigns or_later.</title>
<updated>2017-01-02T16:05:14+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-01-02T16:05:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=79f9896d2ffd03819236318c9f0742d40f1826ac'/>
<id>79f9896d2ffd03819236318c9f0742d40f1826ac</id>
<content type='text'>
When reproducing issues with software that hasn’t been bottled yet on
your version of macOS it can sometimes be helpful to use `or_later`
bottle functionality i.e. just use the bottle for the latest version of
macOS available. This maps well to the existing `--force-bottle`
argument so it will now act as if the latest bottle has a `or_later`
ending.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When reproducing issues with software that hasn’t been bottled yet on
your version of macOS it can sometimes be helpful to use `or_later`
bottle functionality i.e. just use the bottle for the latest version of
macOS available. This maps well to the existing `--force-bottle`
argument so it will now act as if the latest bottle has a `or_later`
ending.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1701 from MikeMcQuaid/deprecate-std-superenv-stuff</title>
<updated>2016-12-30T20:43:27+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-12-30T20:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b1e27d689d8eadb267fb9890ec2e0a2a87e46b4e'/>
<id>b1e27d689d8eadb267fb9890ec2e0a2a87e46b4e</id>
<content type='text'>
ENV: deprecate old methods.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENV: deprecate old methods.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1725 from MikeMcQuaid/curl-homepage-reliablity</title>
<updated>2016-12-30T20:42:18+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-12-30T20:42:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9e2a8248a603bdc4c90c006dc731c4001fdef88f'/>
<id>9e2a8248a603bdc4c90c006dc731c4001fdef88f</id>
<content type='text'>
audit: improve reliability of homepage audit.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
audit: improve reliability of homepage audit.</pre>
</div>
</content>
</entry>
<entry>
<title>ENV: deprecate old methods.</title>
<updated>2016-12-30T20:20:13+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-12-30T20:20:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e50102d91e5fc13fd59589967bb97bb6159bbad0'/>
<id>e50102d91e5fc13fd59589967bb97bb6159bbad0</id>
<content type='text'>
These should have been deprecated long ago but we didn’t really have
the necessary framework to do so.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These should have been deprecated long ago but we didn’t really have
the necessary framework to do so.
</pre>
</div>
</content>
</entry>
<entry>
<title>audit: use new curl_args form.</title>
<updated>2016-12-30T20:17:34+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-12-30T20:17:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b3c6334d3cde6d653427ae29892e3a14af9c5bd9'/>
<id>b3c6334d3cde6d653427ae29892e3a14af9c5bd9</id>
<content type='text'>
This will use Curl’s default user agent to reduce homepage errors and
provides a function that can be used for other audits to perform
similar tests on URLs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will use Curl’s default user agent to reduce homepage errors and
provides a function that can be used for other audits to perform
similar tests on URLs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1694 from rwhogg/add-kabylake</title>
<updated>2016-12-29T14:32:12+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-12-29T14:32:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=758de6b45444b4a25ed6ffbcc27fefc234950bdf'/>
<id>758de6b45444b4a25ed6ffbcc27fefc234950bdf</id>
<content type='text'>
Add Kaby Lake to Linux hardware list</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add Kaby Lake to Linux hardware list</pre>
</div>
</content>
</entry>
</feed>
