On 7/5/20 6:02 pm, Allan McRae wrote:
On 7/5/20 11:19 am, Anatol Pomozov wrote:
Create a list of dload_payloads and pass it to the new _alpm_multi_* interface.
Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com> ---
Sorry - the error I sent for the "Swap alpm_db_update() implementation to multiplexed version" actually occurred here:
../src/pacman/util.c: In function ‘sync_syncdbs’: ../src/pacman/util.c:156:2: error: ‘multibar_move_completed_up’ undeclared (first use in this function) 156 | multibar_move_completed_up = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/pacman/util.c:156:2: note: each undeclared identifier is reported only once for each function it appears in
And replying to myself again... This is because I have not got an updated Multibar UI patch yet. All will be good when I apply that before this patch. Carry on...