comparison tests/reproduce-crashes.el @ 4346:ec1103d2c1c7

Refactor and rename reproduce-bugs.el to reproduce-crashes.el. 2007-12-21 Stephen J. Turnbull <stephen@xemacs.org> * reproduce-crashes.el: Renamed from reproduce-bugs.el. Update to-do. 2007-12-21 Stephen J. Turnbull <stephen@xemacs.org> * reproduce-bugs.el: Reorganize. Minor cosmetic improvements. Update to-do list. (defbug): Include status and docstring in value. (bug-hashtable): Document the table format. (reproduce-bug): Handle revised table format. Remove broken autoload cookie. (describe-bug): New function. Pop up description of one bug. (list-bugs): New function. Pop up brief descriptions of all bugs. (1,2,3,4,5,6,7,8,9,10,11): (Re)number all bugs. Move comments to docstrings.
author Stephen J. Turnbull <stephen@xemacs.org>
date Fri, 21 Dec 2007 03:39:10 -0800
parents 748bbb699b0a
children 945247a8112f
comparison
equal deleted inserted replaced
4345:748bbb699b0a 4346:ec1103d2c1c7
35 35
36 ;; For XEmacs maintainers and other masochists. 36 ;; For XEmacs maintainers and other masochists.
37 ;; It's a bad idea to rely on code in this file continuing to work in 37 ;; It's a bad idea to rely on code in this file continuing to work in
38 ;; the same way. :-) 38 ;; the same way. :-)
39 39
40 ;; #### This file should be cleaned up and renamed reproduce-crashes.el.
41 ;; #### Bugs < 11 need to be tested and versions where they pass recorded. 40 ;; #### Bugs < 11 need to be tested and versions where they pass recorded.
42 ;; #### Fixed bugs should become regression tests, maybe? 41 ;; #### Fixed bugs should become regression tests, maybe?
43 ;; #### Non-crashes should be copied (not moved) to tests/automatic. 42 ;; #### Non-crashes should be copied (not moved) to tests/automatic.
44 ;; #### Do the autoloads make any sense?
45 ;; #### `list-bugs' should optionally sort on status. 43 ;; #### `list-bugs' should optionally sort on status.
46 ;; #### Bugs that depend on features (eg, Mule) should check for them and 44 ;; #### Bugs that depend on features (eg, Mule) should check for them and
47 ;; document them. 45 ;; document them.
48 46
49 ;;; Code: 47 ;;; Code: