[diffoscope] branch master updated (041ad95 -> f07290e)

Ximin Luo infinity0 at debian.org
Sat Aug 13 03:05:03 CEST 2016


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a change to branch master
in repository diffoscope.

      from  041ad95   Rename diffoscope.__main__ to diffoscope.main as its not a "real" magic name
       new  17b7c1f   Add support for reading LLVM bitcode files
       new  28dbe48   Add support for reading Rust LLVM object files
       new  e3a4b34   Add test for rlib files, helping also to test ArFile, LlvmBitCodeFile and RustObjectFile
       new  a034a33   Ignore line numbers because different llvm-dis versions output extra metadata
       new  f07290e   Fix failing directory test

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 diffoscope/__init__.py                           |   8 +++
 diffoscope/comparators/__init__.py               |   4 ++
 diffoscope/comparators/directory.py              |   4 +-
 diffoscope/comparators/{sqlite.py => llvm.py}    |  22 +++++---
 diffoscope/comparators/{gzip.py => rust.py}      |  36 ++++++++-----
 diffoscope/comparators/utils.py                  |   7 +++
 tests/comparators/{test_gzip.py => test_rlib.py} |  66 +++++++++++------------
 tests/data/rlib_elf_expected_diff                |  17 ++++++
 tests/data/rlib_llvm_dis_expected_diff           |  36 +++++++++++++
 tests/data/test1.rlib                            | Bin 0 -> 9734 bytes
 tests/data/test2.rlib                            | Bin 0 -> 9734 bytes
 11 files changed, 144 insertions(+), 56 deletions(-)
 copy diffoscope/comparators/{sqlite.py => llvm.py} (59%)
 copy diffoscope/comparators/{gzip.py => rust.py} (57%)
 copy tests/comparators/{test_gzip.py => test_rlib.py} (51%)
 create mode 100644 tests/data/rlib_elf_expected_diff
 create mode 100644 tests/data/rlib_llvm_dis_expected_diff
 create mode 100644 tests/data/test1.rlib
 create mode 100644 tests/data/test2.rlib

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list