<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/test/test_language_module_requirement.rb, branch 1.3.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>Reorder and rename test files.</title>
<updated>2016-11-16T22:52:37+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-10-21T06:57:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6b6b27126d7ecc1dde9a6bc166a7e1daa3af35d2'/>
<id>6b6b27126d7ecc1dde9a6bc166a7e1daa3af35d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test_language_module_requirement: check for python.</title>
<updated>2016-07-30T03:21:02+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-07-29T21:54:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=fa6377dc12ba594c261e4818e46338a308cf203f'/>
<id>fa6377dc12ba594c261e4818e46338a308cf203f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LanguageModuleRequirement: remove node support</title>
<updated>2016-01-02T00:10:34+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2016-01-01T23:25:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=36cef3c9744c7bc5d7215c5b79ea304a3aa2cfc2'/>
<id>36cef3c9744c7bc5d7215c5b79ea304a3aa2cfc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LanguageModuleRequirement: remove chicken support</title>
<updated>2016-01-02T00:10:34+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2016-01-01T23:06:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=1ad2aeef86e6f0261a55d588a658a084a8f31ede'/>
<id>1ad2aeef86e6f0261a55d588a658a084a8f31ede</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LanguageModuleRequirement: remove rbx support</title>
<updated>2016-01-02T00:10:34+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2016-01-01T21:11:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d4db443b1926b97660399f361e0b7a98ea24c608'/>
<id>d4db443b1926b97660399f361e0b7a98ea24c608</id>
<content type='text'>
This test wasn't running by default, so we missed that it wasn't
actually being executed - or that it was failing when running in the
testing environment.

As far as I can tell this is not, and has not, been used either in core
or in any tap, third party or otherwise, so just remove the feature and
its test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This test wasn't running by default, so we missed that it wasn't
actually being executed - or that it was failing when running in the
testing environment.

As far as I can tell this is not, and has not, been used either in core
or in any tap, third party or otherwise, so just remove the feature and
its test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Core files style updates.</title>
<updated>2015-08-03T12:22:35+00:00</updated>
<author>
<name>BrewTestBot</name>
</author>
<published>2015-08-03T12:09:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=13d544e11e92ba8ea3788723432046f8dfe4adf9'/>
<id>13d544e11e92ba8ea3788723432046f8dfe4adf9</id>
<content type='text'>
Closes Homebrew/homebrew#42354.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#42354.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Language module requirement: fix perl test</title>
<updated>2015-06-29T21:01:55+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2015-06-29T21:01:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6c4000d07a92fcb2e6d9004ac70a4bee5cfb1190'/>
<id>6c4000d07a92fcb2e6d9004ac70a4bee5cfb1190</id>
<content type='text'>
The name of the module is "Env", not "ENV"; this test would fail on a
case-sensitive filesystem.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The name of the module is "Env", not "ENV"; this test would fail on a
case-sensitive filesystem.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename requirements named *Dependency.</title>
<updated>2015-06-16T07:12:01+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2015-06-15T08:56:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=1e867302891f04ba7857d86ea641315d2e1c8e4d'/>
<id>1e867302891f04ba7857d86ea641315d2e1c8e4d</id>
<content type='text'>
Dependency is another similar, related class and it's super confusing
to have some Requirements that are named *Dependency.

Closes Homebrew/homebrew#38891.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dependency is another similar, related class and it's super confusing
to have some Requirements that are named *Dependency.

Closes Homebrew/homebrew#38891.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
