[Pharo-project] Easy bug submission
What about to add another button to error dialog? The button action "Report bug", which gather debug info and ask user to provide meaningful description of how to reproduce, and then posts this information (maybe possibly search for duplicates entries) as defect report in bugtracker.
That would be nice. But is there an API for the Google issue tracker to create new reports? I had a look some time ago but didn't find any. Adrian On Oct 5, 2009, at 10:29 , Andrey Larionov wrote:
What about to add another button to error dialog? The button action "Report bug", which gather debug info and ask user to provide meaningful description of how to reproduce, and then posts this information (maybe possibly search for duplicates entries) as defect report in bugtracker.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
There is no API for Mantis, and it dosn't stop us from using ensureFix: and others usefull features from Installer On Mon, Oct 5, 2009 at 13:48, Adrian Lienhard <adi@netstyle.ch> wrote:
That would be nice. But is there an API for the Google issue tracker to create new reports? I had a look some time ago but didn't find any.
Adrian
On Oct 5, 2009, at 10:29 , Andrey Larionov wrote:
What about to add another button to error dialog? The button action "Report bug", which gather debug info and ask user to provide meaningful description of how to reproduce, and then posts this information (maybe possibly search for duplicates entries) as defect report in bugtracker.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
http://code.google.com/p/support/wiki/IssueTracker#Issue_entry Some explanations from Google Code team On Mon, Oct 5, 2009 at 13:59, Andrey Larionov <anlarionov@gmail.com> wrote:
There is no API for Mantis, and it dosn't stop us from using ensureFix: and others usefull features from Installer
On Mon, Oct 5, 2009 at 13:48, Adrian Lienhard <adi@netstyle.ch> wrote:
That would be nice. But is there an API for the Google issue tracker to create new reports? I had a look some time ago but didn't find any.
Adrian
On Oct 5, 2009, at 10:29 , Andrey Larionov wrote:
What about to add another button to error dialog? The button action "Report bug", which gather debug info and ask user to provide meaningful description of how to reproduce, and then posts this information (maybe possibly search for duplicates entries) as defect report in bugtracker.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
http://code.google.com/p/support/issues/detail?id=148 On Mon, Oct 5, 2009 at 14:02, Andrey Larionov <anlarionov@gmail.com> wrote:
http://code.google.com/p/support/wiki/IssueTracker#Issue_entry Some explanations from Google Code team
On Mon, Oct 5, 2009 at 13:59, Andrey Larionov <anlarionov@gmail.com> wrote:
There is no API for Mantis, and it dosn't stop us from using ensureFix: and others usefull features from Installer
On Mon, Oct 5, 2009 at 13:48, Adrian Lienhard <adi@netstyle.ch> wrote:
That would be nice. But is there an API for the Google issue tracker to create new reports? I had a look some time ago but didn't find any.
Adrian
On Oct 5, 2009, at 10:29 , Andrey Larionov wrote:
What about to add another button to error dialog? The button action "Report bug", which gather debug info and ask user to provide meaningful description of how to reproduce, and then posts this information (maybe possibly search for duplicates entries) as defect report in bugtracker.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
See Debugger>>mailOutbugReport - I have no idea whether or not it actually works; it is available on the debugger's call-stack menu, at least in the standard toolset. Bill -----Original Message----- From: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Andrey Larionov Sent: Monday, October 05, 2009 3:30 AM To: Pharo Development Subject: [Pharo-project] Easy bug submission What about to add another button to error dialog? The button action "Report bug", which gather debug info and ask user to provide meaningful description of how to reproduce, and then posts this information (maybe possibly search for duplicates entries) as defect report in bugtracker. _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Thanks. On Mon, Oct 5, 2009 at 14:55, Schwab,Wilhelm K <bschwab@anest.ufl.edu> wrote:
See Debugger>>mailOutbugReport - I have no idea whether or not it actually works; it is available on the debugger's call-stack menu, at least in the standard toolset.
Bill
-----Original Message----- From: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Andrey Larionov Sent: Monday, October 05, 2009 3:30 AM To: Pharo Development Subject: [Pharo-project] Easy bug submission
What about to add another button to error dialog? The button action "Report bug", which gather debug info and ask user to provide meaningful description of how to reproduce, and then posts this information (maybe possibly search for duplicates entries) as defect report in bugtracker.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (3)
-
Adrian Lienhard -
Andrey Larionov -
Schwab,Wilhelm K