- 04 Apr, 2015 1 commit
-
-
Jérémy Bobbio authored
-
- 03 Apr, 2015 5 commits
-
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
- 02 Apr, 2015 2 commits
-
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
- 31 Mar, 2015 17 commits
-
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
GNU diff is unable to cope with very large files as its memory usage grows too much. So we now have a maximum input size to avoid getting OOM.
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
Convert msgunfmt as an example.
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
This paves the way for huge memory savings. Convert xxd as an example.
-
Jérémy Bobbio authored
-
- 30 Mar, 2015 2 commits
-
-
Jérémy Bobbio authored
Difference() now takes an unified diff directly. Computing the diff is moved to a new static method from_content() which returns None when there are no differences. This paves the way for passing file descriptors to from_content() to avoid loading entire outputs in memory.
-
Jérémy Bobbio authored
This reverts commit 303a31e9.
-
- 29 Mar, 2015 4 commits
-
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
We've the current design, it means holding way too much data in memory.
-
Jérémy Bobbio authored
The side effect of adding @tool_required('xxd') is that now we get vim-common in Recommends as it should have been. -
Jérémy Bobbio authored
-
- 28 Mar, 2015 9 commits
-
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Example traceback: Traceback (most recent call last): File "/usr/bin/debbindiff", line 121, in <module> sys.exit(main()) File "/usr/bin/debbindiff", line 107, in main parsed_args.file1, parsed_args.file2) File "/usr/lib/python2.7/dist-packages/debbindiff/comparators/__init__.py", line 123, in compare_files return comparator(path1, path2, source) File "/usr/lib/python2.7/dist-packages/debbindiff/comparators/utils.py", line 74, in with_fallback except RequiredToolNotFound as e: NameError: global name 'RequiredToolNotFound' is not defined -
Jérémy Bobbio authored
Closes: #781374
-