GNU bug report logs -
#45732
[PATCH 2/2] Made changes Leo on the ML suggested.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 45732 in the body.
You can then email your comments to 45732 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#45732
; Package
guix-patches
.
(Sat, 09 Jan 2021 02:42:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Anadon <joshua.r.marshall.1991 <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 09 Jan 2021 02:42:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
---
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#45732
; Package
guix-patches
.
(Sun, 22 May 2022 04:32:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 45732 <at> debbugs.gnu.org (full text, mbox):
tags 45732 +moreinfo
thanks
Hello,
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)))
What package is this supposed to affect? There's no mention of its name
anywhere in the title and it doesn't seem to exist in the repo.
Thanks!
Maxim
Reply sent
to
Jelle Licht <jlicht <at> fsfe.org>
:
You have taken responsibility.
(Mon, 29 May 2023 12:19:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Anadon <joshua.r.marshall.1991 <at> gmail.com>
:
bug acknowledged by developer.
(Mon, 29 May 2023 12:19:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 45732-done <at> debbugs.gnu.org (full text, mbox):
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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 27 Jun 2023 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 319 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.