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 [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
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 > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] 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 <[hidden email]> 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 >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list [hidden email] 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 <[hidden email]> 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 <[hidden email]> 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 >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > _______________________________________________ Pharo-project mailing list [hidden email] 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 <[hidden email]> 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 <[hidden email]> 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 <[hidden email]> 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 >>>> [hidden email] >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >> > _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Andrey Larionov
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: [hidden email] [mailto:[hidden email]] 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 [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Thanks.
On Mon, Oct 5, 2009 at 14:55, Schwab,Wilhelm K <[hidden email]> 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: [hidden email] [mailto:[hidden email]] 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 > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |