<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/extend/ENV, branch 1.2.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>Fix and remove various TODOs.</title>
<updated>2017-04-23T14:10:18+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-23T14:10:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=45a7730f61ab24a0e5e3bc00d757a4521c2e1c1d'/>
<id>45a7730f61ab24a0e5e3bc00d757a4521c2e1c1d</id>
<content type='text'>
Fix those that can be done so without tearing Homebrew to pieces and
remove the comments for those that can never be done.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix those that can be done so without tearing Homebrew to pieces and
remove the comments for those that can never be done.
</pre>
</div>
</content>
</entry>
<entry>
<title>super: re-add set_cpu_flags.</title>
<updated>2017-04-22T20:56:32+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-22T20:56:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=64e2e6e86272ef6ca6bf36a8efcf0a42849c87bb'/>
<id>64e2e6e86272ef6ca6bf36a8efcf0a42849c87bb</id>
<content type='text'>
It's used by ENV.fortran.

Fixes https://github.com/Homebrew/brew/issues/2530
Fixes https://github.com/Homebrew/homebrew-science/issues/5485
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's used by ENV.fortran.

Fixes https://github.com/Homebrew/brew/issues/2530
Fixes https://github.com/Homebrew/homebrew-science/issues/5485
</pre>
</div>
</content>
</entry>
<entry>
<title>More deprecations.</title>
<updated>2017-04-22T15:28:07+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-22T15:28:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ba3c46d24fe6423845cc5e827eb94b3427d75a10'/>
<id>ba3c46d24fe6423845cc5e827eb94b3427d75a10</id>
<content type='text'>
Deprecate more methods. Internal APIs have been verified to be unused
elsewhere and removed. External APIs have had deprecation methods added.
Existing deprecations have been either upgraded to produce warnings or
no longer deprecated and the reasoning documented.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deprecate more methods. Internal APIs have been verified to be unused
elsewhere and removed. External APIs have had deprecation methods added.
Existing deprecations have been either upgraded to produce warnings or
no longer deprecated and the reasoning documented.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2279 from sjackman/determine_path</title>
<updated>2017-03-17T13:57:30+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-03-17T13:57:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=a9cd74de59f4825555efe0c161a62d6306a1b768'/>
<id>a9cd74de59f4825555efe0c161a62d6306a1b768</id>
<content type='text'>
determine_path: Fix tests FormulaUnavailableError</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
determine_path: Fix tests FormulaUnavailableError</pre>
</div>
</content>
</entry>
<entry>
<title>env: make prepend_path ignore system paths</title>
<updated>2017-03-11T09:59:50+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2017-03-10T15:28:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=76db07e1b5ef096317701a95285b04aa7bf83187'/>
<id>76db07e1b5ef096317701a95285b04aa7bf83187</id>
<content type='text'>
`ENV.prepend_path "PATH", which("emacs").dirname` in the emacs
requirement was causing us to end up invoking /usr/bin/clang instead
of /usr/local/Homebrew/Library/Homebrew/shims/super/clang.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`ENV.prepend_path "PATH", which("emacs").dirname` in the emacs
requirement was causing us to end up invoking /usr/bin/clang instead
of /usr/local/Homebrew/Library/Homebrew/shims/super/clang.
</pre>
</div>
</content>
</entry>
<entry>
<title>determine_path: Fix tests FormulaUnavailableError</title>
<updated>2017-03-07T17:03:33+00:00</updated>
<author>
<name>Shaun Jackman</name>
</author>
<published>2017-03-06T17:51:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=31e5ed28d19c5d15d8c283bf4df726f9d11d2f7a'/>
<id>31e5ed28d19c5d15d8c283bf4df726f9d11d2f7a</id>
<content type='text'>
Fix the brew tests error:
InstallTests#test_a_basic_install:
FormulaUnavailableError: No available formula with the name "gcc"
Library/Homebrew/formulary.rb:231:in `get_formula'
Library/Homebrew/formulary.rb:259:in `factory'
Library/Homebrew/extend/ENV/shared.rb:287:in `gcc_version_formula'
Library/Homebrew/extend/ENV/super.rb:124:in `determine_path'
Library/Homebrew/extend/ENV/super.rb:44:in `setup_build_environment'
Library/Homebrew/build.rb:87:in `install'
Library/Homebrew/build.rb:201:in `&lt;main&gt;'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the brew tests error:
InstallTests#test_a_basic_install:
FormulaUnavailableError: No available formula with the name "gcc"
Library/Homebrew/formulary.rb:231:in `get_formula'
Library/Homebrew/formulary.rb:259:in `factory'
Library/Homebrew/extend/ENV/shared.rb:287:in `gcc_version_formula'
Library/Homebrew/extend/ENV/super.rb:124:in `determine_path'
Library/Homebrew/extend/ENV/super.rb:44:in `setup_build_environment'
Library/Homebrew/build.rb:87:in `install'
Library/Homebrew/build.rb:201:in `&lt;main&gt;'
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1948 from sjackman/gnu-gcc</title>
<updated>2017-02-21T18:06:54+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-02-21T18:06:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ed7290abb4b5a6820c30cd10b141a7713d932fd6'/>
<id>ed7290abb4b5a6820c30cd10b141a7713d932fd6</id>
<content type='text'>
gcc_version_formula: Use gcc@4.x rather than gcc4x</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gcc_version_formula: Use gcc@4.x rather than gcc4x</pre>
</div>
</content>
</entry>
<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>gcc_version_formula: Use gcc@4.x rather than gcc4x</title>
<updated>2017-02-12T06:37:01+00:00</updated>
<author>
<name>Shaun Jackman</name>
</author>
<published>2017-02-03T18:47:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=fd343a11fbde41420fe13b4acab7bce8eea34d13'/>
<id>fd343a11fbde41420fe13b4acab7bce8eea34d13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unset GREP_OPTIONS.</title>
<updated>2017-01-16T20:35:56+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-01-16T20:35:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6040456ea91add1d9f20820f6e23a47eb92bb4af'/>
<id>6040456ea91add1d9f20820f6e23a47eb92bb4af</id>
<content type='text'>
Users may have this set, breaking grep's output.

Fixes #1430.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Users may have this set, breaking grep's output.

Fixes #1430.
</pre>
</div>
</content>
</entry>
</feed>
