[pacman-dev] [PATCH 1/4] Internal code reorganization in preparation for changes to package resolution.
17 Jan
2009
17 Jan
'09
1:26 a.m.
This change reorganizes the internal code so that packages are resolved one at a time instead of all at once from a list. This will allow a future checkin to prompt the user to see if they'd rather remove unresolvable packages from the tranasaction and continue, or fail the transaction. This change does not affect the actual behavior of libalpm and all tests pass without changes. Signed-off-by: Bryan Ischo <bryan@ischo.com> --- lib/libalpm/deps.c | 64 +++++++++++++++++++++++++++++++++++++++++++--------- lib/libalpm/deps.h | 5 ++- lib/libalpm/sync.c | 52 +++++++++++++++++++++++++++++++++--------- 3 files changed, 97 insertions(+), 24 deletions(-)
5823
Age (days ago)
5823
Last active (days ago)
0 comments
1 participants
participants (1)
-
Bryan Ischo