Bug#1022145: diffoscope: detect ordering-only differences in text files

2022-10-26 Thread Chris Lamb
tags 1022145 + pending thanks Fixed in Git, pending upload: https://salsa.debian.org/reproducible-builds/diffoscope/commit/727b3c9ea54b89465d2308997aa8b4bd25bff07f Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-

Bug#1022145: diffoscope: detect ordering-only differences in text files

2022-10-25 Thread Chris Lamb
forwarded 1022145 https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/316 thanks I've forwarded this upstream here: https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/316 Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chri

Bug#1022145: diffoscope: detect ordering-only differences in text files

2022-10-20 Thread Paul Wise
Package: diffoscope Version: 224 Severity: wishlist It would be nice if diffoscope could detect that text files are only different because of ordering differences, currently it cannot: $ (echo foo ; echo bar) > foo $ (echo bar ; echo foo) > bar $ diffoscope foo bar --- foo +++