<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/extend/ENV, branch 1.1.13</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 #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>
<entry>
<title>ENV/super: fix set_cpu_flags stub.</title>
<updated>2016-12-31T22:44:05+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-12-31T22:43:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f0fbcf5022b13dc613f7acfca4fcf87894bd8a2a'/>
<id>f0fbcf5022b13dc613f7acfca4fcf87894bd8a2a</id>
<content type='text'>
It should accept arguments.

Fixes https://github.com/Homebrew/homebrew-core/issues/8362
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It should accept arguments.

Fixes https://github.com/Homebrew/homebrew-core/issues/8362
</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>No if/unless-modifier on multiline blocks.</title>
<updated>2016-11-13T22:37:40+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-11-13T22:37:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=59e2d6772158d8df0735708ae78ddec6ccc68026'/>
<id>59e2d6772158d8df0735708ae78ddec6ccc68026</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
