detools
detools copied to clipboard
Binary delta encoding tools.
I'm looking for a way to use this in C to both create and apply patches. Can the C library do that, or can it only apply previously created patches?
I see that the c library does not seem to support the hdiffpatch difference algorithm, will it be supported in the future?
When issuing the `make test` (Ubuntu 24.04) under I am getting the following result: ```shell (.venv) ~/embedded/detools$ make test env CFLAGS=--coverage python3 setup.py test /home/batman/nuttxspace/.venv/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite'...
When using the in-place-patch method the default minimal shift size seems to be 2 times the segment size. Why does this not default to 1 segment? To allow using the...