Issue291

Title force closed issues to have a resolution
Priority feature Status chatting
Superseder Nosy List benjamin.peterson, eric.araujo, ezio.melotti, loewis, r.david.murray
Assigned To Topics

Created on 2009-06-29.21:40:18 by benjamin.peterson, last changed 2011-07-26.05:43:06 by ezio.melotti.

Messages
msg1439 (view) Author: benjamin.peterson Date: 2009-06-29.21:40:17
It would be nice if it was not possible to close an issue without setting a
resolution. This would prevent a common oversight.
msg1440 (view) Author: r.david.murray Date: 2009-06-29.22:20:21
If we do this I think we should add a new resolution "redirected to
python-ideas".  I have been leaving the resolution blank when that's
what I've done, since none of the other choices seem appropriate.
msg1766 (view) Author: ezio.melotti Date: 2010-08-05.05:21:56
Wouldn't "rejected" be OK in this case?
A new idea could either be accepted or rejected, and I don't think it's a big deal if we leave the issue opened for a few days while python-ideas takes a decision.
msg1988 (view) Author: eric.araujo Date: 2011-04-13.16:04:36
Does Roundup support a concept of dependencies between field, or would this have to be added in an ad-hoc fashion?  For example, another useful modification would be to move from “patch needed” to “patch review” when a patch is added.
msg1990 (view) Author: r.david.murray Date: 2011-04-13.16:28:46
It would have to be added, but it is not ad-hoc, it is completely programmable.  Python code can be hooked in before or after the field value changes are finalized, and implement whatever dependencies we want.  This is how autonosy and email notifications work, for example.

vis the "patch review" change, though, note that a patch-like thing being attached to an issue does not always mean it is time for a patch review.  The fact that it is most of the time might be reason enough to do it, though.
msg1993 (view) Author: loewis Date: 2011-04-13.18:36:35
detector/patches.py is the automatically adds the patches keyword; it could easily make other changes also.
msg2175 (view) Author: ezio.melotti Date: 2011-07-26.05:43:06
Is this feature still desired?

FWIW I recently redirected an issue on python-ideas using the "rejected" resolution[0].

[0]: http://bugs.python.org/issue12635
History
Date User Action Args
2011-07-26 05:43:06ezio.melottisetmessages: + msg2175
2011-04-13 18:36:35loewissetnosy: + loewis
messages: + msg1993
2011-04-13 16:28:46r.david.murraysetmessages: + msg1990
2011-04-13 16:04:36eric.araujosetnosy: + eric.araujo
messages: + msg1988
2010-08-05 05:21:57ezio.melottisetnosy: + ezio.melotti
messages: + msg1766
2009-06-29 22:20:21r.david.murraysetstatus: unread -> chatting
nosy: + r.david.murray
messages: + msg1440
2009-06-29 21:40:18benjamin.petersoncreate