[pacman-dev] [patch] Conflict variables
Hi! After the professional cleanup of conflict.c (by Xavier, thx; anyway, do you want to add conflict checking to db_test?;-) we don't need to restrict conflicts to conflict-name only, we can use the depend syntax. So this patch doesn't change any important thing in the source code, mainly this is a testcase instead. Bye, ngaba
On Thu, Aug 02, 2007 at 09:17:16PM +0200, Nagy Gabor wrote:
Indeed, we now get versioned conflicts for free, that's pretty cool :) About adding it to db_test, do you mean just checking that there are no conflicts between the locally installed packages, by calling something like : check_conflict(dblist, dblist, &baddeps, 0);
That looks nice, applied it in my git tree :)
Have a nice holiday! I won't let you get bored, so I explain my hidden bonus patch: I removed the "foo" package cannot conflict with "foo" from conflict.c Reason: For example "nvidia conflicts with nvidia" means that nvidia package conflicts with all (future) nvidia providers. A package still cannot conflict with itself. Bye, ngaba ---------------------------------------------------- SZTE Egyetemi Könyvtár - http://www.bibl.u-szeged.hu This mail sent through IMP: http://horde.org/imp/
Exactly. ---------------------------------------------------- SZTE Egyetemi Könyvtár - http://www.bibl.u-szeged.hu This mail sent through IMP: http://horde.org/imp/
participants (3)
-
Nagy Gabor
-
ngaba@bibl.u-szeged.hu
-
Xavier