GNU bug report logs - #42035
[PATCH] gnu: Add ruby-minitest-global-expectations.

Previous Next

Package: guix-patches;

Reported by: Christopher Baines <mail <at> cbaines.net>

Date: Wed, 24 Jun 2020 20:14:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.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 42035 in the body.
You can then email your comments to 42035 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#42035; Package guix-patches. (Wed, 24 Jun 2020 20:14:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Christopher Baines <mail <at> cbaines.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 24 Jun 2020 20:14:02 GMT) Full text and rfc822 format available.

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

From: Christopher Baines <mail <at> cbaines.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add ruby-minitest-global-expectations.
Date: Wed, 24 Jun 2020 21:13:11 +0100
This will be required to update ruby-minitest-hooks.

* gnu/packages/ruby.scm (ruby-minitest-global-expectations): New variable.
---
 gnu/packages/ruby.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 08c55e4e3c..baac8af7ee 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -3487,6 +3487,30 @@ written using either the unit test or spec style.")
     (home-page "https://github.com/splattael/minitest-around")
     (license license:expat)))
 
+(define-public ruby-minitest-global-expectations
+  (package
+    (name "ruby-minitest-global-expectations")
+    (version "1.0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (rubygems-uri
+             "minitest-global_expectations"
+             version))
+       (sha256
+        (base32
+         "1pp3k2608spj4kvqy2y16hs18an917g6vwgvphrfhjviac83090x"))))
+    (build-system ruby-build-system)
+    (propagated-inputs
+     `(("ruby-minitest" ,ruby-minitest)))
+    (synopsis "Adjust minitest behaviour for calling expectation methods")
+    (description
+     "Minitest-global_expectations allows continued use of expectation methods
+on all objects.  Calling expectation methods on all objects was deprecated in
+minitest 5.12, and is planned to be removed from minitest 6.")
+    (home-page "https://github.com/jeremyevans/minitest-global_expectations")
+    (license license:expat)))
+
 (define-public ruby-minitest-sprint
   (package
     (name "ruby-minitest-sprint")
-- 
2.26.2





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Tue, 20 Oct 2020 22:49:02 GMT) Full text and rfc822 format available.

Notification sent to Christopher Baines <mail <at> cbaines.net>:
bug acknowledged by developer. (Tue, 20 Oct 2020 22:49:02 GMT) Full text and rfc822 format available.

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

From: Christopher Baines <mail <at> cbaines.net>
To: 42035-done <at> debbugs.gnu.org
Subject: Re: [bug#42035] [PATCH] gnu: Add ruby-minitest-global-expectations.
Date: Tue, 20 Oct 2020 23:48:00 +0100
[Message part 1 (text/plain, inline)]
Christopher Baines <mail <at> cbaines.net> writes:

> This will be required to update ruby-minitest-hooks.
>
> * gnu/packages/ruby.scm (ruby-minitest-global-expectations): New variable.
> ---
>  gnu/packages/ruby.scm | 24 ++++++++++++++++++++++++
>  1 file changed, 24 insertions(+)
>
> diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
> index 08c55e4e3c..baac8af7ee 100644
> --- a/gnu/packages/ruby.scm
> +++ b/gnu/packages/ruby.scm
> @@ -3487,6 +3487,30 @@ written using either the unit test or spec style.")
>      (home-page "https://github.com/splattael/minitest-around")
>      (license license:expat)))
>  
> +(define-public ruby-minitest-global-expectations
> +  (package
> +    (name "ruby-minitest-global-expectations")
> +    (version "1.0.1")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (rubygems-uri
> +             "minitest-global_expectations"
> +             version))
> +       (sha256
> +        (base32
> +         "1pp3k2608spj4kvqy2y16hs18an917g6vwgvphrfhjviac83090x"))))
> +    (build-system ruby-build-system)
> +    (propagated-inputs
> +     `(("ruby-minitest" ,ruby-minitest)))
> +    (synopsis "Adjust minitest behaviour for calling expectation methods")
> +    (description
> +     "Minitest-global_expectations allows continued use of expectation methods
> +on all objects.  Calling expectation methods on all objects was deprecated in
> +minitest 5.12, and is planned to be removed from minitest 6.")
> +    (home-page "https://github.com/jeremyevans/minitest-global_expectations")
> +    (license license:expat)))
> +
>  (define-public ruby-minitest-sprint
>    (package
>      (name "ruby-minitest-sprint")

Pushed to master as ff9d33a9038a1375235485093b2557a4c2949e34.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 18 Nov 2020 12:24:05 GMT) Full text and rfc822 format available.

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

Previous Next


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