emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#60375: closed (Unbound symbol `upstream-updater-latest' in tests/gnu


From: GNU bug Tracking System
Subject: bug#60375: closed (Unbound symbol `upstream-updater-latest' in tests/gnu-maintenance.scm)
Date: Fri, 06 Jan 2023 12:08:04 +0000

Your message dated Fri, 06 Jan 2023 12:02:28 +0100
with message-id <874jt4j58b.fsf@gmail.com>
and subject line Re: bug#60375: Unbound symbol `upstream-updater-latest' in 
tests/gnu-maintenance.scm
has caused the debbugs.gnu.org bug report #60375,
regarding Unbound symbol `upstream-updater-latest' in tests/gnu-maintenance.scm
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
60375: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60375
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Unbound symbol `upstream-updater-latest' in tests/gnu-maintenance.scm Date: Wed, 28 Dec 2022 00:16:11 -0800
Hi,

I ran the test suite and tests/gnu-maintenance.scm is yielding errors of the
pattern

actual-error:
+ (unbound-variable
+   #f
+   "Unbound variable: ~S"
+   (upstream-updater-latest)
+   #f)

For the complete story, see attached test-suite.log.

Built from git master branch at commit 8f93a1e01a879ae026678dd92c18e2a2a49be540
using guix shell -D guix --pure with dependencies fetched with
guix 2757de2
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: 2757de2e2b271d87f6f72ba4161c2225fbdc9e78

on foreign distribution Trisquel 9 and the usual

./bootstrap
make
make check

Glancing at commit a274a6a1acb99738f02de7b226e6a0d3883ec353, perhaps the symbol
`upstream-updater-latest' only needs to be replaced in 
tests/gnu-maintenance.scm 
by `upstream-updater-import'.

Sincerely,
Calvin Heim

Attachment: test-suite.log
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#60375: Unbound symbol `upstream-updater-latest' in tests/gnu-maintenance.scm Date: Fri, 06 Jan 2023 12:02:28 +0100
Hi,

Thanks for your report.

On Wed, 28 Dec 2022 at 00:16, Calvin Heim <frofroggy@gmail.com> wrote:

> I ran the test suite and tests/gnu-maintenance.scm is yielding errors of the
> pattern
>
> actual-error:
> + (unbound-variable
> +   #f
> +   "Unbound variable: ~S"
> +   (upstream-updater-latest)
> +   #f)

I think it is fixed by d7a9d72bb02a2a3b1a99183655bf878547116032.

--8<---------------cut here---------------start------------->8---
tests: Fix gnu-maintenance tests.

The regression was introduce with commit
a274a6a1acb99738f02de7b226e6a0d3883ec353 ("upstream-updater: Rename record
field.")

* tests/tests/gnu-maintenance.scm: ("latest-html-release, scheme-less URIs",
  "latest-html-release, no signature", "latest-html-release, signature"):
  Replace upstream-updater-latest by upstream-updater-import.

Reported-by: Ricardo Wurmus <rekado@elephly.net>
--8<---------------cut here---------------end--------------->8---

Closing.  Feel free to reopen if I am missing something.

Cheers,
simon



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]