<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/tests/core/pqueue.c, branch cmn/warn-python</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/'/>
<entry>
<title>Fix pqueue sort boundary condition bug</title>
<updated>2014-03-12T18:21:55+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2014-03-12T18:21:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=5302a88538c870028f2623b099c66c800f5cfe68'/>
<id>5302a88538c870028f2623b099c66c800f5cfe68</id>
<content type='text'>
If the pqueue comparison fn returned just 0 or 1 (think "a&lt;b")
then the sort order of returned items could be wrong because there
was a "&lt; 0" that really needed to be "&lt;= 0".  Yikes!!!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the pqueue comparison fn returned just 0 or 1 (think "a&lt;b")
then the sort order of returned items could be wrong because there
was a "&lt; 0" that really needed to be "&lt;= 0".  Yikes!!!
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some priority queue tests</title>
<updated>2014-02-04T05:04:40+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2014-02-04T05:04:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=af4bc6615d9fe0ebcc4abb939273913bcf9aee60'/>
<id>af4bc6615d9fe0ebcc4abb939273913bcf9aee60</id>
<content type='text'>
I forgot that I wrote some tests for the new priority queue code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I forgot that I wrote some tests for the new priority queue code.
</pre>
</div>
</content>
</entry>
</feed>
