GNU bug report logs - #74440
[PATCH 0/2] Add C/C++ team.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Tue, 19 Nov 2024 21:25:02 UTC

Severity: normal

Tags: patch

Done: Z572 <z572 <at> z572.online>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Z572 <z572 <at> z572.online>
To: Greg Hogan <code <at> greghogan.com>
Cc: 74440 <at> debbugs.gnu.org
Subject: [bug#74440] [PATCH v2 1/2] teams: Add C/C++ team.
Date: Wed, 05 Mar 2025 18:51:48 +0800
[Message part 1 (text/plain, inline)]
Greg Hogan <code <at> greghogan.com> writes:

> * etc/teams.scm (c++): New team.
>
> Change-Id: I219fb7dee75e6dd9055cb117c360d3d6eeff9680
> ---
>  etc/teams.scm | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
>
> diff --git a/etc/teams.scm b/etc/teams.scm
> index 4f0873c3d28..7b6f5090291 100755
> --- a/etc/teams.scm
> +++ b/etc/teams.scm
> @@ -642,6 +642,19 @@ (define-team hurd
>                        "gnu/services/hurd.scm"
>                        "gnu/packages/hurd.scm")))
>  
> +(define-team c++
> +  (team 'c++
> +        #:name "C/C++ team"
> +        #:description
> +        "C and C++ libraries and tools."
> +        #:scope (list "gnu/build-system/cmake.scm"
> +                      "gnu/build/cmake-build-system.scm"
> +                      "gnu/packages/c.scm"
> +                      "gnu/packages/cmake.scm"
> +                      "gnu/packages/cpp.scm"
> +                      "gnu/packages/ninja.scm"
> +                      "gnu/packages/valgrind.scm")))
> +
>  
>  (define-member (person "Eric Bavier"
>                         "bavier <at> posteo.net")
>
> base-commit: f1810c84f72090b02544ac41d0582c4785728ec4
If it's ok for others, I'll merge this tomorrow.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 76 days ago.

Previous Next


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