Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* [MAINT] gdb/testsuite/gdb.mi
@ 2001-06-13 10:03 Elena Zannoni
  2001-06-13 12:47 ` Fernando Nasser
  0 siblings, 1 reply; 4+ messages in thread
From: Elena Zannoni @ 2001-06-13 10:03 UTC (permalink / raw)
  To: gdb

Everybody OK with the following change?  Andrew is currently actively
changing the MI stuff, so the check-in process can be accelerated.

Elena

2001-06-13  Elena Zannoni  <ezannoni@redhat.com>

        * MAINTAINERS: Add Andrew Cagney as co-maintainer of
        testsuite/gdb.mi.


Index: MAINTAINERS
===================================================================
RCS file: /cvs/src/src/gdb/MAINTAINERS,v
retrieving revision 1.97
diff -u -p -r1.97 MAINTAINERS
--- MAINTAINERS 2001/06/12 17:44:33     1.97
+++ MAINTAINERS 2001/06/13 17:00:34
@@ -267,6 +267,7 @@ testsuite           Fernando Nasser         fnasser@cygn
   lib                   Mark Salter             msalter@redhat.com
   gdbtk (gdb.gdbtk)     Keith Seitz             keiths@redhat.com
   mi tests (gdb.mi)     Elena Zannoni           ezannoni@redhat.com
+                        Andrew Cagney           cagney@redhat.com
   stabs (gdb.satbs)     Elena Zannoni           ezannoni@redhat.com
   threads (gdb.threads) Michael Snyder          msnyder@redhat.com
   trace (gdb.trace)     Michael Snyder          msnyder@redhat.com


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

* Re: [MAINT] gdb/testsuite/gdb.mi
  2001-06-13 10:03 [MAINT] gdb/testsuite/gdb.mi Elena Zannoni
@ 2001-06-13 12:47 ` Fernando Nasser
  2001-06-13 14:01   ` Elena Zannoni
  2001-06-13 15:33   ` Andrew Cagney
  0 siblings, 2 replies; 4+ messages in thread
From: Fernando Nasser @ 2001-06-13 12:47 UTC (permalink / raw)
  To: Elena Zannoni; +Cc: gdb

Elena Zannoni wrote:
> 
> Everybody OK with the following change?  Andrew is currently actively
> changing the MI stuff, so the check-in process can be accelerated.
> 
> Elena
> 

This should not be necessary.  Andrew has blank check-in privileges, and
adjusting test regexps to match a change in the output is a trivial change
(it should be part of the patch that changed the syntax anyway).

But we doesn't make sense having 3 people as the maintainers of MI and only 
two of them of the gdb.mi tests.  So go ahead with the change anyway.

Fernando



> 2001-06-13  Elena Zannoni  <ezannoni@redhat.com>
> 
>         * MAINTAINERS: Add Andrew Cagney as co-maintainer of
>         testsuite/gdb.mi.
> 
> Index: MAINTAINERS
> ===================================================================
> RCS file: /cvs/src/src/gdb/MAINTAINERS,v
> retrieving revision 1.97
> diff -u -p -r1.97 MAINTAINERS
> --- MAINTAINERS 2001/06/12 17:44:33     1.97
> +++ MAINTAINERS 2001/06/13 17:00:34
> @@ -267,6 +267,7 @@ testsuite           Fernando Nasser         fnasser@cygn
>    lib                   Mark Salter             msalter@redhat.com
>    gdbtk (gdb.gdbtk)     Keith Seitz             keiths@redhat.com
>    mi tests (gdb.mi)     Elena Zannoni           ezannoni@redhat.com
> +                        Andrew Cagney           cagney@redhat.com
>    stabs (gdb.satbs)     Elena Zannoni           ezannoni@redhat.com
>    threads (gdb.threads) Michael Snyder          msnyder@redhat.com
>    trace (gdb.trace)     Michael Snyder          msnyder@redhat.com

-- 
Fernando Nasser
Red Hat - Toronto                       E-Mail:  fnasser@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario   M4P 2C9


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

* Re: [MAINT] gdb/testsuite/gdb.mi
  2001-06-13 12:47 ` Fernando Nasser
@ 2001-06-13 14:01   ` Elena Zannoni
  2001-06-13 15:33   ` Andrew Cagney
  1 sibling, 0 replies; 4+ messages in thread
From: Elena Zannoni @ 2001-06-13 14:01 UTC (permalink / raw)
  To: Fernando Nasser; +Cc: Elena Zannoni, gdb

Fernando Nasser writes:
 > Elena Zannoni wrote:
 > > 
 > > Everybody OK with the following change?  Andrew is currently actively
 > > changing the MI stuff, so the check-in process can be accelerated.
 > > 
 > > Elena
 > > 
 > 
 > This should not be necessary.  Andrew has blank check-in privileges, and
 > adjusting test regexps to match a change in the output is a trivial change
 > (it should be part of the patch that changed the syntax anyway).
 > 
 > But we doesn't make sense having 3 people as the maintainers of MI and only 
 > two of them of the gdb.mi tests.  So go ahead with the change anyway.
 > 
 > Fernando
 > 
 > 

Thanks.
Committed.
Elena


 > 
 > > 2001-06-13  Elena Zannoni  <ezannoni@redhat.com>
 > > 
 > >         * MAINTAINERS: Add Andrew Cagney as co-maintainer of
 > >         testsuite/gdb.mi.
 > > 
 > > Index: MAINTAINERS
 > > ===================================================================
 > > RCS file: /cvs/src/src/gdb/MAINTAINERS,v
 > > retrieving revision 1.97
 > > diff -u -p -r1.97 MAINTAINERS
 > > --- MAINTAINERS 2001/06/12 17:44:33     1.97
 > > +++ MAINTAINERS 2001/06/13 17:00:34
 > > @@ -267,6 +267,7 @@ testsuite           Fernando Nasser         fnasser@cygn
 > >    lib                   Mark Salter             msalter@redhat.com
 > >    gdbtk (gdb.gdbtk)     Keith Seitz             keiths@redhat.com
 > >    mi tests (gdb.mi)     Elena Zannoni           ezannoni@redhat.com
 > > +                        Andrew Cagney           cagney@redhat.com
 > >    stabs (gdb.satbs)     Elena Zannoni           ezannoni@redhat.com
 > >    threads (gdb.threads) Michael Snyder          msnyder@redhat.com
 > >    trace (gdb.trace)     Michael Snyder          msnyder@redhat.com
 > 
 > -- 
 > Fernando Nasser
 > Red Hat - Toronto                       E-Mail:  fnasser@redhat.com
 > 2323 Yonge Street, Suite #300
 > Toronto, Ontario   M4P 2C9
 > 


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

* Re: [MAINT] gdb/testsuite/gdb.mi
  2001-06-13 12:47 ` Fernando Nasser
  2001-06-13 14:01   ` Elena Zannoni
@ 2001-06-13 15:33   ` Andrew Cagney
  1 sibling, 0 replies; 4+ messages in thread
From: Andrew Cagney @ 2001-06-13 15:33 UTC (permalink / raw)
  To: Fernando Nasser; +Cc: Elena Zannoni, gdb

> This should not be necessary.  Andrew has blank check-in privileges, and
> adjusting test regexps to match a change in the output is a trivial change


While blanket write people can technically do just that they won't.

They will always check with the relevant maintainers that a patch is ok. 
In the case of MI, i've a number of changes not just a few reg exp 
tweeks looming.

> (it should be part of the patch that changed the syntax anyway).


The syntax hasn't yet actually changed.  The doco still describes the 
old output and that is what is still produced by the MI interface.

	Andrew


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

end of thread, other threads:[~2001-06-13 15:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-13 10:03 [MAINT] gdb/testsuite/gdb.mi Elena Zannoni
2001-06-13 12:47 ` Fernando Nasser
2001-06-13 14:01   ` Elena Zannoni
2001-06-13 15:33   ` Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox