13 Jul
2007
13 Jul
'07
11:54 p.m.
On Fri, Jul 13, 2007 at 11:33:06PM +0200, ngaba@petra.hos.u-szeged.hu wrote:
What do you mean, no ? :) You are the one who said that, and I think you're right. The while(!ready) loop could be removed if the list is initially sorted, and if we keep it sorted, by adding to the end of the list.
I said (or I wanted to say) that while(!ready) can be removed if alpm_list_add == alpm_list_add_last. The initial topo sort is needed if we want to keep the topo sort (of course).
ok, we're all clear then :)