Displaying 2 results from an estimated 2 matches for "d05cd8f384a7".
2023 Mar 01
1
[libnbd PATCH 6/6] common/include: Fix MIN and MAX macros so they can be nested [finish port]
While I normally port across dependent changes too (eg you mention
that libnbd doesn't have get-current-dir-name.h - I would have ported
the commit that introduced that too, even though it's not used except
by the test), I'm also not that fussed. These are separate projects
and as long as the common code is not unnecessarily different or
inconsistent, it'll be fine.
So ACK
2023 Mar 01
6
[libnbd PATCH 0/6] common: catch up with nbdkit
If we compare the "common" subdirectory between nbdkit @ 6b4178d0fdfe
("ci: Temporarily disable perl in MacOS", 2023-02-27) and libnbd @
d05cd8f384a7 ("Version 1.15.11.", 2023-02-28), we find differences. We
can categorize these differences along two (orthogonal) axes:
- Intentional or unintentional.
Intentional differences are for example when one of the libnbd and
nbdkit projects has either a customization or a feature that the...