unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Handling BUGS.
@ 2002-03-21 17:12 Rob Browning
  2002-03-21 23:09 ` Neil Jerram
                   ` (2 more replies)
  0 siblings, 3 replies; 35+ messages in thread
From: Rob Browning @ 2002-03-21 17:12 UTC (permalink / raw)



What about a semi-trivial upgrade to our bug handling infrastructure?

  (1) create a top level guile CVS module called guile-bugs.

  (2) create a shallow directory tree:
        guile-bugs/active/
        guile-bugs/resolved/

  (3) create a new file in active/ per bug containing the current
      contents of it's entry in 1.5/BUGS or 1.7/BUGS -- merge any
      duplicates.  (a simple 'ls | sort -n | tail -1" can tell us what
      the next bug number should be)

  (4) Add an "affects" field to every bug, and whenever a bug's
      "affects" field becomes empty, move it to resolved/.  The
      affects field would be something like: "affects: 1.4 1.5 1.7" or
      perhaps (affects "1.4" "1.5" "1.7") -- not sure if scheme-forms
      would buy us anything we care about...

  (5) modify the RELEASE process to require that a current BUGS file
      be generated from guile-bugs and added to the release CVS tree
      at release time (just before tagging the release).  This file
      would be (auto)generated from guile-bugs/active based on the
      contents of the "affects" fields.

  (6) add a note to the top of the auto-generated BUGS files
      indicating that they're auto-generated and pointing people at
      the guile-bugs CVS module and/or any web pages we might
      auto-generate from guile-bugs.

This seems like it would be a lot more flexible than what we have now,
and shouldn't be much work.

Thoughts?

-- 
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG=1C58 8B2C FB5E 3F64 EA5C  64AE 78FE E5FE F0CB A0AD

_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


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

end of thread, other threads:[~2002-03-25 23:39 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-21 17:12 Handling BUGS Rob Browning
2002-03-21 23:09 ` Neil Jerram
2002-03-22  0:54   ` Rob Browning
2002-03-22  9:03     ` Neil Jerram
2002-03-22  6:35 ` Thien-Thi Nguyen
2002-03-22  9:14   ` Neil Jerram
2002-03-22 14:25   ` Rob Browning
2002-03-22 19:32     ` Thien-Thi Nguyen
2002-03-22 17:40 ` Evan Prodromou
2002-03-22 19:13   ` Thien-Thi Nguyen
2002-03-22 19:40     ` Evan Prodromou
2002-03-22 20:08       ` Thien-Thi Nguyen
2002-03-22 20:34         ` Evan Prodromou
2002-03-22 21:41           ` Thien-Thi Nguyen
2002-03-22 22:33             ` Rob Browning
2002-03-23  0:53               ` Thien-Thi Nguyen
2002-03-23 12:14                 ` Marius Vollmer
2002-03-23 14:12                   ` Rob Browning
2002-03-23 14:59                     ` Rob Browning
2002-03-24 19:14                     ` Marius Vollmer
2002-03-23 21:43                   ` Thien-Thi Nguyen
2002-03-24 13:37                     ` Marius Vollmer
2002-03-24 19:31                       ` Thien-Thi Nguyen
2002-03-24 20:40                         ` Marius Vollmer
2002-03-24 21:13                           ` Rob Browning
2002-03-24 22:00                             ` Marius Vollmer
2002-03-25  3:57                               ` Rob Browning
2002-03-25  8:32                           ` Thien-Thi Nguyen
2002-03-25 21:05                             ` Marius Vollmer
2002-03-25 21:34                               ` Thien-Thi Nguyen
2002-03-25 22:31                                 ` Marius Vollmer
2002-03-25 23:22                                   ` Thien-Thi Nguyen
2002-03-25 23:39                                   ` Thien-Thi Nguyen
2002-03-22 20:34         ` Thien-Thi Nguyen
2002-03-22 22:31       ` Rob Browning

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).