Files
aptly/deb
Ryan Gonzalez 79975bf2b6 Fix reflist diffs failing to compact when one of the inputs ends
The previous reflist logic would early-exit the loop body if one of the
lists was empty, but that skips the compacting logic entirely.

Instead of doing the early-exit, we can leave a list's ref as nil when
the list end is reached and then flip the comparison result, which will
essentially treat it as being greater than all others. This should
preserve the general behavior without omitting the compaction.

Signed-off-by: Ryan Gonzalez <ryan.gonzalez@collabora.com>
2024-04-24 17:36:36 +02:00
..
2023-02-20 13:42:50 +01:00
2024-03-06 06:21:36 +01:00
2022-04-04 17:51:21 +02:00
2014-11-05 13:27:15 -06:00
2014-04-08 01:04:01 +04:00
2023-05-26 17:20:16 +02:00
2024-04-03 10:13:24 +02:00
2015-03-30 19:56:53 +03:00
2024-03-06 06:21:36 +01:00
2018-05-14 17:41:33 +03:00
2024-04-03 10:13:24 +02:00
2024-04-03 10:13:24 +02:00
2024-03-06 06:21:36 +01:00