<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/test/test_compiler_queue.rb, branch 1.1.2</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Replace CompilerQueue with predetermined priority lists</title>
<updated>2014-09-18T20:50:54+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-09-18T20:50:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=04dae13ae7f014acf3a3300536546c7e12845884'/>
<id>04dae13ae7f014acf3a3300536546c7e12845884</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop unnecessary parens in tests</title>
<updated>2014-08-13T22:14:55+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-08-13T22:13:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=eed8af9b80979fcdd55dc44c963392dc84e63d4f'/>
<id>eed8af9b80979fcdd55dc44c963392dc84e63d4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a custom test class so we can avoid monkeypatching</title>
<updated>2014-06-19T01:32:51+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-06-19T01:32:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=982e9239b8ba2c2a49ccedec2a108a4580047bcb'/>
<id>982e9239b8ba2c2a49ccedec2a108a4580047bcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use assert_empty</title>
<updated>2014-06-11T17:22:29+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-06-11T17:22:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ddc615366c791cbfaedde0eee3c6596c3f5d394a'/>
<id>ddc615366c791cbfaedde0eee3c6596c3f5d394a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a priority queue to select compilers</title>
<updated>2013-03-16T18:05:02+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-03-13T07:07:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f8b4959742393499dda5bb48fd55ba107433b381'/>
<id>f8b4959742393499dda5bb48fd55ba107433b381</id>
<content type='text'>
The existing case-statement with nested if-statements is gross and hard
to extend. Replacing it with a priority queue simplifies the logic and
makes it very easy to add new compilers to the fails_with system, which
we will likely want to do in the future.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The existing case-statement with nested if-statements is gross and hard
to extend. Replacing it with a priority queue simplifies the logic and
makes it very easy to add new compilers to the fails_with system, which
we will likely want to do in the future.
</pre>
</div>
</content>
</entry>
</feed>
