all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74440] [PATCH 0/2] Add C/C++ team.
@ 2024-11-19 21:22 Greg Hogan
  2024-11-19 21:33 ` [bug#74440] [PATCH 1/2] teams: " Greg Hogan
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Greg Hogan @ 2024-11-19 21:22 UTC (permalink / raw)
  To: 74440; +Cc: Greg Hogan

Let's build a C/C++ team. All are welcome to join!

The dual-language "C/C++" is used as descriptor and the simpler "c++"
as the team name for use with the etc/teams.scm commands.

Greg Hogan (2):
  teams: Add C/C++ team.
  teams: Add entry for Greg Hogan.

 etc/teams.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)


base-commit: 20ecc8b5a995dd782891dcfe213dd3c67295fe30
-- 
2.46.0





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#74440] [PATCH 1/2] teams: Add C/C++ team.
  2024-11-19 21:22 [bug#74440] [PATCH 0/2] Add C/C++ team Greg Hogan
@ 2024-11-19 21:33 ` Greg Hogan
  2024-11-19 21:33 ` [bug#74440] [PATCH 2/2] teams: Add entry for Greg Hogan Greg Hogan
  2024-11-24  1:43 ` [bug#74440] [PATCH 0/2] Add C/C++ team Z572
  2 siblings, 0 replies; 6+ messages in thread
From: Greg Hogan @ 2024-11-19 21:33 UTC (permalink / raw)
  To: 74440; +Cc: Greg Hogan

* etc/teams.scm (c++): New team.
---
 etc/teams.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/etc/teams.scm b/etc/teams.scm
index ddd790a03f..2e2f938230 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -609,6 +609,20 @@ (define-team zig
                       "guix/build/zig-build-system.scm"
                       "guix/build-system/zig.scm")))
 
+(define-team c++
+  (team 'c++
+        #:name "C/C++ team"
+        #:description
+        "C and C++ compilers, libraries, tools, and programs"
+        #:scope (list "gnu/packages/c.scm"
+                      "gnu/packages/cpp.scm"
+                      "gnu/packages/llvm.scm"
+                      "gnu/packages/llvm-meta.scm"
+                      "gnu/packages/ninja.scm"
+                      "gnu/packages/valgrind.scm"
+                      "gnu/build/cmake-build-system.scm"
+                      "gnu/build-system/cmake.scm")))
+
 \f
 (define-member (person "Eric Bavier"
                        "bavier@posteo.net")
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [bug#74440] [PATCH 2/2] teams: Add entry for Greg Hogan.
  2024-11-19 21:22 [bug#74440] [PATCH 0/2] Add C/C++ team Greg Hogan
  2024-11-19 21:33 ` [bug#74440] [PATCH 1/2] teams: " Greg Hogan
@ 2024-11-19 21:33 ` Greg Hogan
  2024-11-24  1:43 ` [bug#74440] [PATCH 0/2] Add C/C++ team Z572
  2 siblings, 0 replies; 6+ messages in thread
From: Greg Hogan @ 2024-11-19 21:33 UTC (permalink / raw)
  To: 74440; +Cc: Greg Hogan

* etc/teams.scm ("Greg Hogan"): New member.
---
 etc/teams.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/etc/teams.scm b/etc/teams.scm
index 2e2f938230..f1a5f3570c 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -793,6 +793,10 @@ (define-member (person "André Batista"
                        "nandre@riseup.net")
   mozilla)
 
+(define-member (person "Greg Hogan"
+                       "code@greghogan.com")
+  c++)
+
 \f
 (define (find-team name)
   (or (hash-ref %teams (string->symbol name))
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [bug#74440] [PATCH 0/2] Add C/C++ team.
  2024-11-19 21:22 [bug#74440] [PATCH 0/2] Add C/C++ team Greg Hogan
  2024-11-19 21:33 ` [bug#74440] [PATCH 1/2] teams: " Greg Hogan
  2024-11-19 21:33 ` [bug#74440] [PATCH 2/2] teams: Add entry for Greg Hogan Greg Hogan
@ 2024-11-24  1:43 ` Z572
  2024-11-25 13:45   ` Greg Hogan
  2 siblings, 1 reply; 6+ messages in thread
From: Z572 @ 2024-11-24  1:43 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 74440

[-- Attachment #1: Type: text/plain, Size: 947 bytes --]

Greg Hogan <code@greghogan.com> writes:

> Let's build a C/C++ team. All are welcome to join!
>
> The dual-language "C/C++" is used as descriptor and the simpler "c++"
> as the team name for use with the etc/teams.scm commands.
>
> Greg Hogan (2):
>   teams: Add C/C++ team.
>   teams: Add entry for Greg Hogan.
>
>  etc/teams.scm | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
>
>
> base-commit: 20ecc8b5a995dd782891dcfe213dd3c67295fe30

I think you still need to discuss it on guix-devel

see https://guix.gnu.org/manual/devel/en/html_node/Teams.html

     One or more people may propose the creation of a new team by reaching
  out to the community by email at <guix-devel@gnu.org>, clarifying the
  intended scope and purpose.  When consensus is reached on the creation
  of this team, someone with commit access formalizes its creation by
  adding it and its initial members to ‘etc/teams.scm’.



[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#74440] [PATCH 0/2] Add C/C++ team.
  2024-11-24  1:43 ` [bug#74440] [PATCH 0/2] Add C/C++ team Z572
@ 2024-11-25 13:45   ` Greg Hogan
  2025-01-18 23:26     ` Ludovic Courtès
  0 siblings, 1 reply; 6+ messages in thread
From: Greg Hogan @ 2024-11-25 13:45 UTC (permalink / raw)
  To: Z572; +Cc: 74440

On Sat, Nov 23, 2024 at 8:44 PM Z572 <zhengjunjie@iscas.ac.cn> wrote:
>
> Greg Hogan <code@greghogan.com> writes:
>
> > Let's build a C/C++ team. All are welcome to join!
> >
> > The dual-language "C/C++" is used as descriptor and the simpler "c++"
> > as the team name for use with the etc/teams.scm commands.
> >
> > Greg Hogan (2):
> >   teams: Add C/C++ team.
> >   teams: Add entry for Greg Hogan.
> >
> >  etc/teams.scm | 18 ++++++++++++++++++
> >  1 file changed, 18 insertions(+)
> >
> >
> > base-commit: 20ecc8b5a995dd782891dcfe213dd3c67295fe30
>
> I think you still need to discuss it on guix-devel
>
> see https://guix.gnu.org/manual/devel/en/html_node/Teams.html
>
>      One or more people may propose the creation of a new team by reaching
>   out to the community by email at <guix-devel@gnu.org>, clarifying the
>   intended scope and purpose.  When consensus is reached on the creation
>   of this team, someone with commit access formalizes its creation by
>   adding it and its initial members to ‘etc/teams.scm’.

Ah, yes, thank you! Got ahead of myself here.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#74440] [PATCH 0/2] Add C/C++ team.
  2024-11-25 13:45   ` Greg Hogan
@ 2025-01-18 23:26     ` Ludovic Courtès
  0 siblings, 0 replies; 6+ messages in thread
From: Ludovic Courtès @ 2025-01-18 23:26 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 74440, Z572

Hi Greg,

Greg Hogan <code@greghogan.com> skribis:

> On Sat, Nov 23, 2024 at 8:44 PM Z572 <zhengjunjie@iscas.ac.cn> wrote:

[...]

>> I think you still need to discuss it on guix-devel
>>
>> see https://guix.gnu.org/manual/devel/en/html_node/Teams.html
>>
>>      One or more people may propose the creation of a new team by reaching
>>   out to the community by email at <guix-devel@gnu.org>, clarifying the
>>   intended scope and purpose.  When consensus is reached on the creation
>>   of this team, someone with commit access formalizes its creation by
>>   adding it and its initial members to ‘etc/teams.scm’.
>
> Ah, yes, thank you! Got ahead of myself here.

I think there was consensus on the team on guix-devel, with comments
regarding its scope.  Perhaps you can go ahead and create the new team?

Thanks,
Ludo’.




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-01-18 23:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-19 21:22 [bug#74440] [PATCH 0/2] Add C/C++ team Greg Hogan
2024-11-19 21:33 ` [bug#74440] [PATCH 1/2] teams: " Greg Hogan
2024-11-19 21:33 ` [bug#74440] [PATCH 2/2] teams: Add entry for Greg Hogan Greg Hogan
2024-11-24  1:43 ` [bug#74440] [PATCH 0/2] Add C/C++ team Z572
2024-11-25 13:45   ` Greg Hogan
2025-01-18 23:26     ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.