[Yum-devel] [PATCH] make sure when we return items we sort the counts of things matched from the tagsdb into the rest of the matches. FIXME added to get rid of the silly sorting list as it appears to only want to make me cry

James Antill james at fedoraproject.org
Fri Mar 12 14:57:52 UTC 2010


On Thu, 2010-03-11 at 22:46 -0500, Seth Vidal wrote:
> 
> On Thu, 11 Mar 2010, James Antill wrote:
> 
> >> +        # this bizarro sorted_lists format
> >> +        # FIXME - stab sorted_lists in the chest at some later date
> >> +        sorted_lists = {}
> >> +        for pkg in results_by_pkg:
> >
> > I think you want to sort this, no?
> 
> Why? It's going to be sorted later. How does sorting it now, help?

 I think it's probably fine now, for some reason I was thinking that
sorting by "keys" later on doesn't do the pkg. sorting but relies on it
having been done earlier. This was my only real complaint too!



More information about the Yum-devel mailing list