<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/test/test_external_deps.rb, branch 1.3.4</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Allow requirements to record tags</title>
<updated>2012-10-25T19:28:53+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2012-10-24T23:17:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d1f754c02e5ef36de70ac3cb7ad7669a90ec9295'/>
<id>d1f754c02e5ef36de70ac3cb7ad7669a90ec9295</id>
<content type='text'>
To allow

  depends_on :x11 =&gt; :optional

and friends to work as expected, make requirements record any tags and
add special handling to the X11Dependency to record both a minimum
version and additional tags.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To allow

  depends_on :x11 =&gt; :optional

and friends to work as expected, make requirements record any tags and
add special handling to the X11Dependency to record both a minimum
version and additional tags.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow multiple unsatisfied fatal requirements</title>
<updated>2012-08-07T17:49:45+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2012-07-24T00:06:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8c8701f26893f0b0cf9d54c4a6e56657af2d25e8'/>
<id>8c8701f26893f0b0cf9d54c4a6e56657af2d25e8</id>
<content type='text'>
Closes Homebrew/homebrew#13335.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#13335.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prune some requires from test files</title>
<updated>2012-07-05T03:47:34+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2012-06-20T03:50:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=90dbb8a1413c2a5e1cee0dd1ab05029d657d04af'/>
<id>90dbb8a1413c2a5e1cee0dd1ab05029d657d04af</id>
<content type='text'>
testing_env already requires utils; set up the ARGV and ENV extensions
there as well.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
testing_env already requires utils; set up the ARGV and ENV extensions
there as well.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow a different package and import name for language deps.</title>
<updated>2012-03-21T02:43:41+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2012-03-21T02:43:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=07736cb8fa372e8479e2cc24a67d1f73ee6030cd'/>
<id>07736cb8fa372e8479e2cc24a67d1f73ee6030cd</id>
<content type='text'>
Some times the module to import is different than the module to install
when dealing with external dependencies. This change allows an optional
import name to be specififed when it is different from the module name.

Closes Homebrew/homebrew#11078.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some times the module to import is different than the module to install
when dealing with external dependencies. This change allows an optional
import name to be specififed when it is different from the module name.

Closes Homebrew/homebrew#11078.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update external deps tests</title>
<updated>2012-03-11T20:41:45+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2012-03-11T20:40:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6424cbf0de8bab2ea731b28d8c4c50ede6dff83c'/>
<id>6424cbf0de8bab2ea731b28d8c4c50ede6dff83c</id>
<content type='text'>
Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more external dep options</title>
<updated>2012-02-25T18:19:59+00:00</updated>
<author>
<name>Second Planet</name>
</author>
<published>2011-11-05T23:40:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8a4cb8c0acda73dae4234caeaeaa3a24eeb7b56c'/>
<id>8a4cb8c0acda73dae4234caeaeaa3a24eeb7b56c</id>
<content type='text'>
* Chicken Scheme
* Node.js
* Rubinius

Closes Homebrew/homebrew#8466.

Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Chicken Scheme
* Node.js
* Rubinius

Closes Homebrew/homebrew#8466.

Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>`brew upgrade`</title>
<updated>2011-08-24T21:30:43+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2011-08-23T22:30:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=19e387d92e2741fa23cc6fde4743b1b8b28e0fa3'/>
<id>19e387d92e2741fa23cc6fde4743b1b8b28e0fa3</id>
<content type='text'>
Consequence: you can no longer install when something is already installed, you must upgrade it. This doesn't apply if the formula in question was unlinked. You can still --force installs though.

Rationale: the old way of installing over the top would leave symlinks to multiple versions in /usr/local if the old version had a file the newer version didn't. The new upgrade command handles everything properly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Consequence: you can no longer install when something is already installed, you must upgrade it. This doesn't apply if the formula in question was unlinked. You can still --force installs though.

Rationale: the old way of installing over the top would leave symlinks to multiple versions in /usr/local if the old version had a file the newer version didn't. The new upgrade command handles everything properly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor the brew command into one file per command</title>
<updated>2011-03-12T19:55:02+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2010-09-11T19:22:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=768910283a40afc2f76ef196d1464f0bbb2349cd'/>
<id>768910283a40afc2f76ef196d1464f0bbb2349cd</id>
<content type='text'>
The code was sucking. To the extent that maintenance was hard. It's a lot
easier to work with code that is sensibly split at sensible boundaries. So
now it is more like that.

But the refactor is minimal. Because we don't want you to have more merge
hell than absolutely necessary.

If you merge you will need to pay attention to brew.h.rb (as it is deleted)
and bin/brew (as command logic is gone). It will be painful, but you will just
have to help git out by moving any changes around manually.

Note compatibility.rb. It ensures that any function renames or removals don't
break anything. We're pretty serious about backwards compatibility. And that's
because we encourage you to hack around with the innards. And we couldn't do
that if we would then just make stuff disappear behind your back.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code was sucking. To the extent that maintenance was hard. It's a lot
easier to work with code that is sensibly split at sensible boundaries. So
now it is more like that.

But the refactor is minimal. Because we don't want you to have more merge
hell than absolutely necessary.

If you merge you will need to pay attention to brew.h.rb (as it is deleted)
and bin/brew (as command logic is gone). It will be painful, but you will just
have to help git out by moving any changes around manually.

Note compatibility.rb. It ensures that any function renames or removals don't
break anything. We're pretty serious about backwards compatibility. And that's
because we encourage you to hack around with the innards. And we couldn't do
that if we would then just make stuff disappear behind your back.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support jruby external dependencies.</title>
<updated>2010-04-09T18:21:35+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-04-08T21:50:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=cfc8fca74d642d5b09d8b45a802f3114948ed32f'/>
<id>cfc8fca74d642d5b09d8b45a802f3114948ed32f</id>
<content type='text'>
* Add tests that run only if 'jruby' is installed.
* Note that if your formula has :jruby deps, it should likely
  "depend_on 'jruby'" as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add tests that run only if 'jruby' is installed.
* Note that if your formula has :jruby deps, it should likely
  "depend_on 'jruby'" as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add external deps. tests.</title>
<updated>2010-04-06T15:27:11+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-02-13T18:26:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ccdffb2c31d00ea0d79b04d1e63d1085233012a0'/>
<id>ccdffb2c31d00ea0d79b04d1e63d1085233012a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
