GNU bug report logs - #45732
[PATCH 2/2] Made changes Leo on the ML suggested.

Previous Next

Package: guix-patches;

Reported by: Anadon <joshua.r.marshall.1991 <at> gmail.com>

Date: Sat, 9 Jan 2021 02:42:03 UTC

Severity: normal

Tags: patch

Done: Jelle Licht <jlicht <at> fsfe.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Jelle Licht <jlicht <at> fsfe.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#45732: closed ([PATCH 2/2] Made changes Leo on the ML suggested.)
Date: Mon, 29 May 2023 12:19:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 29 May 2023 14:18:16 +0200
with message-id <87pm6jmiuv.fsf <at> fsfe.org>
and subject line Re: bug#45732: [PATCH 2/2] Made changes Leo on the ML suggested.
has caused the debbugs.gnu.org bug report #45732,
regarding [PATCH 2/2] Made changes Leo on the ML suggested.
to be marked as done.

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


-- 
45732: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=45732
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Anadon <joshua.r.marshall.1991 <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: 45604 <at> debbugs.gnu.org, Anadon <joshua.r.marshall.1991 <at> gmail.com>
Subject: [PATCH 2/2] Made changes Leo on the ML suggested.
Date: Fri,  8 Jan 2021 21:40:58 -0500
---
 gnu/packages/cpp.scm | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index ff10a4247b..487639c879 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -823,11 +823,9 @@ provides a number of utilities to make coding with expected cleaner.")
                   "0fmkyh1srkz2bx68agfa30sankg1ig1f95xqp8sp9wj3p9qilsv2"))
                 (modules '((guix build utils)))))
       (build-system cmake-build-system)
-
-      (inputs
-       `(("gcc" ,gcc-10)))
-      (synopsis "Header-only C++17 library for reflection for enums")
-      (description "Static reflection for enums (to string, from string,
-iteration) for modern C++, work with any enum type without any macro or
-boilerplate code")
+      (native-inputs
+       `(("gcc" ,gcc-9)))
+      (synopsis "Header-only C++17 library for reflection on enums")
+      (description "C++17 static reflection for enums, allowing functions like
+ to string, from string, and iteration.")
       (license license:expat)))
-- 
2.30.0



[Message part 3 (message/rfc822, inline)]
From: Jelle Licht <jlicht <at> fsfe.org>
To: Anadon <joshua.r.marshall.1991 <at> gmail.com>
Cc: 45732-done <at> debbugs.gnu.org
Subject: Re: bug#45732: [PATCH 2/2] Made changes Leo on the ML suggested.
Date: Mon, 29 May 2023 14:18:16 +0200
Anadon <joshua.r.marshall.1991 <at> gmail.com> writes:

> ---
>  gnu/packages/cpp.scm | 12 +++++-------
>  1 file changed, 5 insertions(+), 7 deletions(-)
>
> diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
> index ff10a4247b..487639c879 100644
> --- a/gnu/packages/cpp.scm
> +++ b/gnu/packages/cpp.scm
> @@ -823,11 +823,9 @@ provides a number of utilities to make coding with expected cleaner.")
>                    "0fmkyh1srkz2bx68agfa30sankg1ig1f95xqp8sp9wj3p9qilsv2"))
>                  (modules '((guix build utils)))))
>        (build-system cmake-build-system)
> -
> -      (inputs
> -       `(("gcc" ,gcc-10)))
> -      (synopsis "Header-only C++17 library for reflection for enums")
> -      (description "Static reflection for enums (to string, from string,
> -iteration) for modern C++, work with any enum type without any macro or
> -boilerplate code")
> +      (native-inputs
> +       `(("gcc" ,gcc-9)))
> +      (synopsis "Header-only C++17 library for reflection on enums")
> +      (description "C++17 static reflection for enums, allowing functions like
> + to string, from string, and iteration.")
>        (license license:expat)))


These changes were taken into account for commit
944aebb46abfaa16321b42a095c729a0d04ae68d as well. Closing


This bug report was last modified 2 years and 45 days ago.

Previous Next


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