5 Mar
2007
5 Mar
'07
5:11 p.m.
On 3/5/07, Aaron Griffin <aaronmgriffin@gmail.com> wrote:
On 3/5/07, Jürgen Hötzel <juergen@hoetzel.info> wrote:
Circular lists are different. There is NO end of the list. consider alpm_list_find: it will loop forever ;) pacmans implementation expects "non-circular" lists everywhere. Just an example:
I guess my point is that there are hundreds of options here. I think we should think it through rather than putting the ->last pointer back in there.
Can someone point me to where this ->last pointer exists? I couldn't find it in CVS (but only looked briefly). Is it in pacman 2.9.8? -Dan