GNU bug report logs - #47768
[PATCH 00/37] Assorted OCaml patches

Previous Next

Package: guix-patches;

Reported by: pukkamustard <pukkamustard <at> posteo.net>

Date: Wed, 14 Apr 2021 09:10:02 UTC

Severity: normal

Tags: patch

Done: Julien Lepiller <julien <at> lepiller.eu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Xinglu Chen <public <at> yoctocell.xyz>
To: pukkamustard <pukkamustard <at> posteo.net>, 47768 <at> debbugs.gnu.org
Cc: pukkamustard <pukkamustard <at> posteo.net>, Maxime Devos <maximedevos <at> telenet.be>, divoplade <d <at> divoplade.fr>
Subject: [bug#47768] [PATCH v2 14/43] gnu: Add ocaml-uunf.
Date: Tue, 25 May 2021 21:21:44 +0200
[Message part 1 (text/plain, inline)]
On Mon, May 10 2021, pukkamustard wrote:

> +(define-public ocaml-uunf
> +  (package
> +    (name "ocaml-uunf")
> +    (version "13.0.0")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri "https://erratique.ch/software/uunf/releases/uunf-13.0.0.tbz")
> +       (sha256
> +        (base32
> +         "1qci04nkp24kdls1z4s8kz5dzgky4nwd5r8345nwdrgwmxhw7ksm"))))
> +    (build-system ocaml-build-system)
> +    (arguments
> +     `(#:tests? #f

What’s the reason for disabling test?  Does the package lack tests?

[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 3 years and 344 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.