unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59034] [PATCH] etc: teams: Add more scopes for lisp team.
@ 2022-11-05  1:35 jgart via Guix-patches via
  2022-11-05  8:21 ` ( via Guix-patches via
  0 siblings, 1 reply; 4+ messages in thread
From: jgart via Guix-patches via @ 2022-11-05  1:35 UTC (permalink / raw)
  To: 59034; +Cc: jgart

* etc/teams.scm.in (lisp): Add gnu/packages/lisp-xyz.scm and
gnu/packages/lisp-check.scm modules in scope.
---
 etc/teams.scm.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index 14cabbf6f2..12f83eb76d 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -207,6 +207,8 @@ (define-team lisp
         "Common Lisp and similar languages, Common Lisp packages and the
 asdf-build-system."
         #:scope (list (make-regexp "^gnu/packages/lisp(-.+|)\\.scm$")
+                      "gnu/packages/lisp-xyz.scm"
+                      "gnu/packages/lisp-check.scm"
                       "guix/build/asdf-build-system.scm"
                       "guix/build/lisp-utils.scm"
                       "guix/build-system/asdf.scm")))
-- 
2.38.1





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

* [bug#59034] [PATCH] etc: teams: Add more scopes for lisp team.
  2022-11-05  1:35 [bug#59034] [PATCH] etc: teams: Add more scopes for lisp team jgart via Guix-patches via
@ 2022-11-05  8:21 ` ( via Guix-patches via
  2022-11-05 12:18   ` bug#59034: " Guillaume Le Vaillant
  0 siblings, 1 reply; 4+ messages in thread
From: ( via Guix-patches via @ 2022-11-05  8:21 UTC (permalink / raw)
  To: jgart, 59034

Heya,

On Sat Nov 5, 2022 at 1:35 AM GMT, jgart via Guix-patches via wrote:
>          #:scope (list (make-regexp "^gnu/packages/lisp(-.+|)\\.scm$")
> +                      "gnu/packages/lisp-xyz.scm"
> +                      "gnu/packages/lisp-check.scm"

These are already covered by the ``^gnu/packages/lisp(-.+|)\\.scm$''
regexp.

    -- (




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

* bug#59034: [PATCH] etc: teams: Add more scopes for lisp team.
  2022-11-05  8:21 ` ( via Guix-patches via
@ 2022-11-05 12:18   ` Guillaume Le Vaillant
  2022-11-05 13:36     ` [bug#59034] " jgart via Guix-patches via
  0 siblings, 1 reply; 4+ messages in thread
From: Guillaume Le Vaillant @ 2022-11-05 12:18 UTC (permalink / raw)
  To: (; +Cc: 59034-close, jgart

"( via Guix-patches" via <guix-patches@gnu.org> skribis:

> Heya,
>
> On Sat Nov 5, 2022 at 1:35 AM GMT, jgart via Guix-patches via wrote:
>>          #:scope (list (make-regexp "^gnu/packages/lisp(-.+|)\\.scm$")
>> +                      "gnu/packages/lisp-xyz.scm"
>> +                      "gnu/packages/lisp-check.scm"
>
> These are already covered by the ``^gnu/packages/lisp(-.+|)\\.scm$''
> regexp.
>
>     -- (

Yes, the regexp takes care of all the "lisp-*.scm" files.
Closing.




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

* [bug#59034] [PATCH] etc: teams: Add more scopes for lisp team.
  2022-11-05 12:18   ` bug#59034: " Guillaume Le Vaillant
@ 2022-11-05 13:36     ` jgart via Guix-patches via
  0 siblings, 0 replies; 4+ messages in thread
From: jgart via Guix-patches via @ 2022-11-05 13:36 UTC (permalink / raw)
  To: Guillaume Le Vaillant; +Cc: (, 59034-close

On Sat, 05 Nov 2022 12:18:51 +0000 Guillaume Le Vaillant <glv@posteo.net> wrote:
> "( via Guix-patches" via <guix-patches@gnu.org> skribis:
> 
> > Heya,
> >
> > On Sat Nov 5, 2022 at 1:35 AM GMT, jgart via Guix-patches via wrote:
> >>          #:scope (list (make-regexp "^gnu/packages/lisp(-.+|)\\.scm$")
> >> +                      "gnu/packages/lisp-xyz.scm"
> >> +                      "gnu/packages/lisp-check.scm"
> >
> > These are already covered by the ``^gnu/packages/lisp(-.+|)\\.scm$''
> > regexp.

Oops missed that, thanks for pointing it out.




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

end of thread, other threads:[~2022-11-05 13:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-05  1:35 [bug#59034] [PATCH] etc: teams: Add more scopes for lisp team jgart via Guix-patches via
2022-11-05  8:21 ` ( via Guix-patches via
2022-11-05 12:18   ` bug#59034: " Guillaume Le Vaillant
2022-11-05 13:36     ` [bug#59034] " jgart via Guix-patches via

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).