On Thu, Sep 10, 2015 at 8:58 PM, Craig L Russell <[email protected]> wrote: > Hi Sam, > > I guess that you don’t run the sorting algorithm on iclas.txt on each commit. > Every once in a long while I get this: > > I don’t really know what is going on. I only made one change to Bruno Jaques > Mahé on this commit…
I made a fix, let me know if you see this problem again. Before the fix, if the second field matched, I'd add the value of the third field. The problem is that this field often matched, so the order of the two lines is undefined. After the fix, I add the value of the entire rest of the line. Hopefully, we don't have lines that differ only by the first field (id). - Sam Ruby
