GNU bug report logs - #63914
[PATCH] gnu: Add perl-test-inter.

Previous Next

Package: guix-patches;

Reported by: Rikard Nordgren <hrn <at> posteo.net>

Date: Mon, 5 Jun 2023 18:46:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63914 in the body.
You can then email your comments to 63914 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#63914; Package guix-patches. (Mon, 05 Jun 2023 18:46:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Rikard Nordgren <hrn <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 05 Jun 2023 18:46:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Rikard Nordgren <hrn <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: hrn <at> posteo.net
Subject: [PATCH] gnu: Add perl-test-inter.
Date: Mon,  5 Jun 2023 18:44:21 +0000
---
 gnu/packages/perl-check.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm
index 7bf58832bc..39fdac29be 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -39,6 +39,7 @@ (define-module (gnu packages perl-check)
   #:use-module (gnu packages web)
   #:use-module (guix packages)
   #:use-module (guix download)
+  #:use-module (guix git-download)
   #:use-module (guix build-system perl)
   #:use-module (gnu packages perl))
 
@@ -715,6 +716,28 @@ (define-public perl-test-harness
 automatically aggregated and output to STDOUT.")
     (license perl-license)))
 
+(define-public perl-test-inter
+  (package
+    (name "perl-test-inter")
+    (version "1.10")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/SBECK-github/Test-Inter")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0ii3avmd31j3kxg456jqvlj5w0hpywpj51mqm4ccnjm820yv8irb"))))
+    (build-system perl-build-system)
+    (home-page "https://metacpan.org/pod/Test::Inter")
+    (synopsis "Framework for more readable interactive test scripts")
+    (description
+     "Another framework for writing test scripts.  Much of the
+syntax is loosely inspired by Test::More, and Test::Inter has most of its
+functionality, but is not a drop-in replacement")
+    (license perl-license)))
+
 (define-public perl-test-leaktrace
   (package
     (name "perl-test-leaktrace")

base-commit: a025d8fee6c8df1db750058d41f984103eb77978
-- 
2.30.2





Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Sat, 22 Jul 2023 03:21:01 GMT) Full text and rfc822 format available.

Notification sent to Rikard Nordgren <hrn <at> posteo.net>:
bug acknowledged by developer. (Sat, 22 Jul 2023 03:21:02 GMT) Full text and rfc822 format available.

Message #10 received at 63914-done <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> envs.net>
To: Rikard Nordgren <hrn <at> posteo.net>
Cc: 63914-done <at> debbugs.gnu.org
Subject: Re: bug#63914: [PATCH] gnu: Add perl-test-inter.
Date: Sat, 22 Jul 2023 11:20:47 +0800
Thank you for the patch, I applied it with improved (hopefully) description:


-     "Another framework for writing test scripts.  Much of the
-syntax is loosely inspired by Test::More, and Test::Inter has most of its
-functionality, but is not a drop-in replacement")
+     "@code{Test::Inter} is another framework for writing test scripts, which
+offer the ability to access specific tests in a reasonably interactive
+fashion, primarily for debugging purposes.  Much of the syntax is loosely




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 19 Aug 2023 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 222 days ago.

Previous Next


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