GNU bug report logs -
#38518
[PATCH 0/7] 'guix challenge' can diff archives directly
Previous Next
Reported by: Ludovic Courtès <ludo <at> gnu.org>
Date: Sun, 8 Dec 2019 02:27:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 12 Dec 2019 18:21:43 +0100
with message-id <87o8wd5ujc.fsf <at> gnu.org>
and subject line Re: [bug#38518] [PATCH 0/7] 'guix challenge' can diff archives directly
has caused the debbugs.gnu.org bug report #38518,
regarding [PATCH 0/7] 'guix challenge' can diff archives directly
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
38518: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38518
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello Guix!
Here’s a gift brought from the R-B Summit in Marrakesh! :-)
These changes allow ‘guix challenge’ to directly show the list
of changed files, or to invoke ‘diffoscope’ on the differing
store items. The new ‘--diff’ option allows users to choose
the diff mode.
The default now looks like this:
--8<---------------cut here---------------start------------->8---
$ ./pre-inst-env guix challenge guile --substitute-urls="https://bayfront.guix.info https://ci.guix.gnu.org"
/gnu/store/1mkkv2caiqbdbbd256c4dirfi4kwsacv-guile-2.2.6 contents differ:
no local build for '/gnu/store/1mkkv2caiqbdbbd256c4dirfi4kwsacv-guile-2.2.6'
https://bayfront.guix.info/nar/lzip/1mkkv2caiqbdbbd256c4dirfi4kwsacv-guile-2.2.6: 1pzzanrfpjmmm6qbgw03qnjmj9zvd4af8sqk44y3m3k36l0dxgwq
https://ci.guix.gnu.org/nar/lzip/1mkkv2caiqbdbbd256c4dirfi4kwsacv-guile-2.2.6: 1qhxajxihs3gm4ny61hq9zjnssp8azzsxflk9wq4l8g2l3zicp52
differing files:
/lib/guile/2.2/ccache/srfi/srfi-27.go
/lib/guile/2.2/ccache/srfi/srfi-19.go
/lib/guile/2.2/ccache/srfi/srfi-18.go
/lib/guile/2.2/ccache/ice-9/vlist.go
/lib/guile/2.2/ccache/ice-9/suspendable-ports.go
1 store items were analyzed:
- 0 (0.0%) were identical
- 1 (100.0%) differed
- 0 (0.0%) were inconclusive
--8<---------------cut here---------------end--------------->8---
Feedback welcome!
Ludo’.
Ludovic Courtès (7):
serialization: Add 'fold-archive'.
guix archive: Add '--list'.
challenge: Report the best narinfo URI.
serialization: Remove unused procedure.
progress: Add 'progress-report-port'.
challenge: Add "--diff".
challenge: Support "--diff=diffoscope".
doc/guix.texi | 60 +++++++++-
guix/progress.scm | 31 +++++
guix/scripts/archive.scm | 45 +++++++-
guix/scripts/challenge.scm | 220 ++++++++++++++++++++++++++++++++++--
guix/scripts/substitute.scm | 36 +-----
guix/serialization.scm | 152 +++++++++++++------------
guix/tests/http.scm | 6 +-
tests/challenge.scm | 96 +++++++++++++++-
tests/guix-archive.sh | 7 +-
tests/nar.scm | 74 ++++++++++++
10 files changed, 606 insertions(+), 121 deletions(-)
--
2.24.0
[Message part 3 (message/rfc822, inline)]
Hi,
Ludovic Courtès <ludo <at> gnu.org> skribis:
> serialization: Add 'fold-archive'.
> guix archive: Add '--list'.
> challenge: Report the best narinfo URI.
> serialization: Remove unused procedure.
> progress: Add 'progress-report-port'.
> challenge: Add "--diff".
> challenge: Support "--diff=diffoscope".
Pushed!
Ludo’.
This bug report was last modified 5 years and 223 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.