Archive of RubyForge sup-talk mailing list
 help / color / mirror / Atom feed
* [sup-talk] [PATCH] minor nits in exception apology message
@ 2009-10-28 17:14 Jon Dugan
  2009-10-28 20:05 ` Nicolas Pouillard
  0 siblings, 1 reply; 20+ messages in thread
From: Jon Dugan @ 2009-10-28 17:14 UTC (permalink / raw)
  To: sup-talk

make path to the exception log relative to BASE_DIR
fix a typo in email address of list.

---
 bin/sup |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/sup b/bin/sup
index 7641401..a881284 100755
--- a/bin/sup
+++ b/bin/sup
@@ -360,8 +360,8 @@ unless Redwood::exceptions.empty?
 ----------------------------------------------------------------
 I'm very sorry. It seems that an error occurred in Sup. Please
 accept my sincere apologies. If you don't mind, please send the
-contents of ~/.sup/exception-log.txt and a brief report of the
-circumstances to sup-talk at rubyforge dot orgs so that I might
+contents of #{BASE_DIR}/.sup/exception-log.txt and a brief report of the
+circumstances to sup-talk at rubyforge dot org so that I might
 address this problem. Thank you!
 
 Sincerely,
-- 
1.6.4.4

-- 
Jon M. Dugan <jdugan@es.net>
ESnet Network Engineering Group
Lawrence Berkeley National Laboratory
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk


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

* Re: [sup-talk] [PATCH] minor nits in exception apology message
  2009-10-28 17:14 [sup-talk] [PATCH] minor nits in exception apology message Jon Dugan
@ 2009-10-28 20:05 ` Nicolas Pouillard
  2009-10-28 20:22   ` Jon Dugan
  0 siblings, 1 reply; 20+ messages in thread
From: Nicolas Pouillard @ 2009-10-28 20:05 UTC (permalink / raw)
  To: Jon Dugan; +Cc: sup-talk

Excerpts from Jon Dugan's message of Wed Oct 28 18:14:51 +0100 2009:
> make path to the exception log relative to BASE_DIR
> fix a typo in email address of list.
> 
> ---
>  bin/sup |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/bin/sup b/bin/sup
> index 7641401..a881284 100755
> --- a/bin/sup
> +++ b/bin/sup
> @@ -360,8 +360,8 @@ unless Redwood::exceptions.empty?
>  ----------------------------------------------------------------
>  I'm very sorry. It seems that an error occurred in Sup. Please
>  accept my sincere apologies. If you don't mind, please send the
> -contents of ~/.sup/exception-log.txt and a brief report of the
> -circumstances to sup-talk at rubyforge dot orgs so that I might
> +contents of #{BASE_DIR}/.sup/exception-log.txt and a brief report of the
> +circumstances to sup-talk at rubyforge dot org so that I might

I think the *orgs* was on purpose.

-- 
Nicolas Pouillard
http://nicolaspouillard.fr
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk


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

* Re: [sup-talk] [PATCH] minor nits in exception apology message
  2009-10-28 20:05 ` Nicolas Pouillard
@ 2009-10-28 20:22   ` Jon Dugan
  2009-10-29 10:29     ` Nicolas Pouillard
  2009-10-30 21:53     ` William Morgan
  0 siblings, 2 replies; 20+ messages in thread
From: Jon Dugan @ 2009-10-28 20:22 UTC (permalink / raw)
  To: sup-talk

Excerpts from Nicolas Pouillard's message of Wed Oct 28 15:05:27 -0500 2009:
> Excerpts from Jon Dugan's message of Wed Oct 28 18:14:51 +0100 2009:
> > make path to the exception log relative to BASE_DIR
> > fix a typo in email address of list.
> > 
> > ---
> >  bin/sup |    4 ++--
> >  1 files changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/bin/sup b/bin/sup
> > index 7641401..a881284 100755
> > --- a/bin/sup
> > +++ b/bin/sup
> > @@ -360,8 +360,8 @@ unless Redwood::exceptions.empty?
> >  ----------------------------------------------------------------
> >  I'm very sorry. It seems that an error occurred in Sup. Please
> >  accept my sincere apologies. If you don't mind, please send the
> > -contents of ~/.sup/exception-log.txt and a brief report of the
> > -circumstances to sup-talk at rubyforge dot orgs so that I might
> > +contents of #{BASE_DIR}/.sup/exception-log.txt and a brief report of the
> > +circumstances to sup-talk at rubyforge dot org so that I might
> 
> I think the *orgs* was on purpose.

I was wondering about that.  It seemed odd to me to be obfuscating the email
address at all in this context since this is an error message not a webpage.

In my mind the usability enhancement of being able to cut and paste the email
address would increase the likelyhood of people reporting errors.

Obviously not a big deal either way...

Jon
-- 
Jon M. Dugan <jdugan@es.net>
ESnet Network Engineering Group
Lawrence Berkeley National Laboratory
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk


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

* Re: [sup-talk] [PATCH] minor nits in exception apology message
  2009-10-28 20:22   ` Jon Dugan
@ 2009-10-29 10:29     ` Nicolas Pouillard
  2009-10-30 21:53     ` William Morgan
  1 sibling, 0 replies; 20+ messages in thread
From: Nicolas Pouillard @ 2009-10-29 10:29 UTC (permalink / raw)
  To: Jon Dugan; +Cc: sup-talk

Excerpts from Jon Dugan's message of Wed Oct 28 21:22:32 +0100 2009:
> Excerpts from Nicolas Pouillard's message of Wed Oct 28 15:05:27 -0500 2009:
> > Excerpts from Jon Dugan's message of Wed Oct 28 18:14:51 +0100 2009:
> > > make path to the exception log relative to BASE_DIR
> > > fix a typo in email address of list.
> > > 
> > > ---
> > >  bin/sup |    4 ++--
> > >  1 files changed, 2 insertions(+), 2 deletions(-)
> > > 
> > > diff --git a/bin/sup b/bin/sup
> > > index 7641401..a881284 100755
> > > --- a/bin/sup
> > > +++ b/bin/sup
> > > @@ -360,8 +360,8 @@ unless Redwood::exceptions.empty?
> > >  ----------------------------------------------------------------
> > >  I'm very sorry. It seems that an error occurred in Sup. Please
> > >  accept my sincere apologies. If you don't mind, please send the
> > > -contents of ~/.sup/exception-log.txt and a brief report of the
> > > -circumstances to sup-talk at rubyforge dot orgs so that I might
> > > +contents of #{BASE_DIR}/.sup/exception-log.txt and a brief report of the
> > > +circumstances to sup-talk at rubyforge dot org so that I might
> > 
> > I think the *orgs* was on purpose.
> 
> I was wondering about that.  It seemed odd to me to be obfuscating the email
> address at all in this context since this is an error message not a webpage.

Although the error message appears in the source code, and in all emails were
it has been copied and paste.

-- 
Nicolas Pouillard
http://nicolaspouillard.fr
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk


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

* Re: [sup-talk] [PATCH] minor nits in exception apology message
  2009-10-28 20:22   ` Jon Dugan
  2009-10-29 10:29     ` Nicolas Pouillard
@ 2009-10-30 21:53     ` William Morgan
  2009-10-31 11:28       ` Tero Tilus
       [not found]       ` <1256940689-sup-888@arrakis.es.net>
  1 sibling, 2 replies; 20+ messages in thread
From: William Morgan @ 2009-10-30 21:53 UTC (permalink / raw)
  To: sup-talk

Reformatted excerpts from Jon Dugan's message of 2009-10-28:
> I was wondering about that.  It seemed odd to me to be obfuscating the email
> address at all in this context since this is an error message not a webpage.

Yep, it was intentional. As Nicolas points out, the error message is
often copied-and-pasted, and the source code is indexable via Gitorious.

The change for BASE_DIR is great though. If you remove the obfuscation I
will accept the patch.

> In my mind the usability enhancement of being able to cut and paste
> the email address would increase the likelyhood of people reporting
> errors.

I hate people reporting errors. I should actually change that whole
thing to suggest they to send a bugfix patch.
-- 
William <wmorgan-sup@masanjin.net>
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk


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

* Re: [sup-talk] [PATCH] minor nits in exception apology message
  2009-10-30 21:53     ` William Morgan
@ 2009-10-31 11:28       ` Tero Tilus
  2009-11-01 14:39         ` William Morgan
       [not found]       ` <1256940689-sup-888@arrakis.es.net>
  1 sibling, 1 reply; 20+ messages in thread
From: Tero Tilus @ 2009-10-31 11:28 UTC (permalink / raw)
  To: sup-talk

William Morgan, 2009-10-30 23:53:
>> the email address would increase the likelyhood of people reporting
>> errors.
> 
> I hate people reporting errors.

:D

> I should actually change that whole thing to suggest they to send a
> bugfix patch.

Not all the people who are capable of producing good quality bug
reports are (practically) capable of producing patches.  Good bug
reports are usefull.

Do you feel burdened by bugreports sent to you or to this list?  (I
most definitely would be.)  If so, could we somehow "unburden" you?

How about setting up a loose team which would handle the incoming bug
reports (for you), track/sort all of them and fix what they feel like
fixing and maybe upon request/occasionally report somewhere the
current status (how many minors and majors open).

I could be involved in something like that if it is what you and sup
community want/need.

-- 
Tero Tilus ## 050 3635 235 ## http://tero.tilus.net/
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk


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

* Re: [sup-talk] [PATCH] minor nits in exception apology message
  2009-10-31 11:28       ` Tero Tilus
@ 2009-11-01 14:39         ` William Morgan
  2009-11-01 15:24           ` Nicolas Pouillard
                             ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: William Morgan @ 2009-11-01 14:39 UTC (permalink / raw)
  To: sup-talk

Reformatted excerpts from Tero Tilus's message of 2009-10-31:
> How about setting up a loose team which would handle the incoming bug
> reports (for you), track/sort all of them and fix what they feel like
> fixing and maybe upon request/occasionally report somewhere the
> current status (how many minors and majors open).

As far as I'm concerned, that would be great. I'm open to suggestions
about how to organize this. At this point I'm pretty convinced I will
never actually like a bug tracker, and I don't have the energy to write
another one, so for someone else to take the initiative would be
awesome.
-- 
William <wmorgan-sup@masanjin.net>
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk


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

* Re: [sup-talk] [PATCH] minor nits in exception apology message
       [not found]       ` <1256940689-sup-888@arrakis.es.net>
@ 2009-11-01 14:45         ` William Morgan
  0 siblings, 0 replies; 20+ messages in thread
From: William Morgan @ 2009-11-01 14:45 UTC (permalink / raw)
  To: Sup-talk mailing list

[resend to list]

Reformatted excerpts from Jon Dugan's message of 2009-10-30:
> I've attached a patch that just make the BASE_DIR tweak.  I'll leave
> changing the instructions to you...

Applied to master. (Had to tweak it to make the path actually correct,
but no worries.)  Thanks!
-- 
William <wmorgan-sup@masanjin.net>
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk


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

* Re: [sup-talk] [PATCH] minor nits in exception apology message
  2009-11-01 14:39         ` William Morgan
@ 2009-11-01 15:24           ` Nicolas Pouillard
  2009-11-01 16:19             ` William Morgan
  2009-11-01 20:30           ` rick.tessner
  2009-11-02  7:25           ` [sup-talk] Sup Issues Task Force (SITF) Tero Tilus
  2 siblings, 1 reply; 20+ messages in thread
From: Nicolas Pouillard @ 2009-11-01 15:24 UTC (permalink / raw)
  To: William Morgan; +Cc: sup-talk

Excerpts from William Morgan's message of Sun Nov 01 15:39:25 +0100 2009:
> Reformatted excerpts from Tero Tilus's message of 2009-10-31:
> > How about setting up a loose team which would handle the incoming bug
> > reports (for you), track/sort all of them and fix what they feel like
> > fixing and maybe upon request/occasionally report somewhere the
> > current status (how many minors and majors open).
> 
> As far as I'm concerned, that would be great. I'm open to suggestions
> about how to organize this. At this point I'm pretty convinced I will
> never actually like a bug tracker, and I don't have the energy to write
> another one, so for someone else to take the initiative would be
> awesome.

Have strong points against Ditz or this is also a lake of energy?

-- 
Nicolas Pouillard
http://nicolaspouillard.fr
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk


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

* Re: [sup-talk] [PATCH] minor nits in exception apology message
  2009-11-01 15:24           ` Nicolas Pouillard
@ 2009-11-01 16:19             ` William Morgan
  2009-11-01 16:48               ` Nicolas Pouillard
  0 siblings, 1 reply; 20+ messages in thread
From: William Morgan @ 2009-11-01 16:19 UTC (permalink / raw)
  To: sup-talk

Reformatted excerpts from Nicolas Pouillard's message of 2009-11-01:
> Have strong points against Ditz or this is also a lake of energy?

Both, really. Ditz was an experiment, and after using it for a while I
decided it was more trouble than it was worth. I also realized that I
*did* want a centralized web site after all, and not necessarily a
complicated distributed thing, both because I want non-technical users
to be able to submit bug reports, and because development, in reality,
*is* centralized.

(I had been doing some work on Sheila, which would've provided a web
frontent that people could use to submit bug reports, but even that
wouldn't be quite what I wanted.)

Having thought about it for a while, I think what I *really* want for
Sup is something that tracks bugs/feature requests at the feature branch
level (i.e. assumes that each feature branch provides a new feature or a
bugfix), has a web interface for non-technical users to submit bug
reports and for developers to browse/modify state on bugs, and which
uses email for discussion, like I did with Whisper. (And I would be fine
with it being git-specific.)

I am now spending all my energy trying to keep myself from building such 
a thing.
-- 
William <wmorgan-sup@masanjin.net>
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk


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

* Re: [sup-talk] [PATCH] minor nits in exception apology message
  2009-11-01 16:19             ` William Morgan
@ 2009-11-01 16:48               ` Nicolas Pouillard
  2009-11-01 17:30                 ` William Morgan
  0 siblings, 1 reply; 20+ messages in thread
From: Nicolas Pouillard @ 2009-11-01 16:48 UTC (permalink / raw)
  To: sup-talk

Excerpts from William Morgan's message of Sun Nov 01 17:19:23 +0100 2009:
> Reformatted excerpts from Nicolas Pouillard's message of 2009-11-01:
> > Have strong points against Ditz or this is also a lake of energy?
> 
> Both, really. Ditz was an experiment, and after using it for a while I
> decided it was more trouble than it was worth. I also realized that I
> *did* want a centralized web site after all, and not necessarily a
> complicated distributed thing, both because I want non-technical users
> to be able to submit bug reports, and because development, in reality,
> *is* centralized.

I think I see your point, however I think there is no less no more to
centralize in a bugtracker than in a source code management tool. Indeed
in most projects using a DVCS, they have a central repository, this
does not reduce the benefits of distributed tools. Distributed bugtrackers
does not necessary exclude having a central point.  What I found cool
about distributed bugtrackers is that the bug-closing action can follow
the code that fixes the bug. Being in a branch, or being reviewed...

About non-technical users, I think that just a mail (thread) on the
mailing-list could suffice. Of course some web app can make things clearer.

> (I had been doing some work on Sheila, which would've provided a web
> frontent that people could use to submit bug reports, but even that
> wouldn't be quite what I wanted.)

> Having thought about it for a while, I think what I *really* want for
> Sup is something that tracks bugs/feature requests at the feature branch
> level (i.e. assumes that each feature branch provides a new feature or a
> bugfix), has a web interface for non-technical users to submit bug
> reports and for developers to browse/modify state on bugs, and which
> uses email for discussion, like I did with Whisper. (And I would be fine
> with it being git-specific.)

Maybe Ditz is not very far from that.

> I am now spending all my energy trying to keep myself from building such 
> a thing.

Good luck on this :)

-- 
Nicolas Pouillard
http://nicolaspouillard.fr
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk


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

* Re: [sup-talk] [PATCH] minor nits in exception apology message
  2009-11-01 16:48               ` Nicolas Pouillard
@ 2009-11-01 17:30                 ` William Morgan
  2009-11-01 17:49                   ` Nicolas Pouillard
  0 siblings, 1 reply; 20+ messages in thread
From: William Morgan @ 2009-11-01 17:30 UTC (permalink / raw)
  To: sup-talk

Reformatted excerpts from Nicolas Pouillard's message of 2009-11-01:
> What I found cool about distributed bugtrackers is that the
> bug-closing action can follow the code that fixes the bug. Being in a
> branch, or being reviewed...
> 
> About non-technical users, I think that just a mail (thread) on the
> mailing-list could suffice. Of course some web app can make things
> clearer.

It's funny, the two things that I found irritating do were a) close the
bug as part of the commit (because I kept forgetting, and also because I
like reading commits with git log -p and the ditz stuff was additional
noise), and b) translating a user's bug report email into an issue. :)
-- 
William <wmorgan-sup@masanjin.net>
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk


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

* Re: [sup-talk] [PATCH] minor nits in exception apology message
  2009-11-01 17:30                 ` William Morgan
@ 2009-11-01 17:49                   ` Nicolas Pouillard
  0 siblings, 0 replies; 20+ messages in thread
From: Nicolas Pouillard @ 2009-11-01 17:49 UTC (permalink / raw)
  To: William Morgan; +Cc: sup-talk

Excerpts from William Morgan's message of Sun Nov 01 18:30:04 +0100 2009:
> Reformatted excerpts from Nicolas Pouillard's message of 2009-11-01:
> > What I found cool about distributed bugtrackers is that the
> > bug-closing action can follow the code that fixes the bug. Being in a
> > branch, or being reviewed...
> > 
> > About non-technical users, I think that just a mail (thread) on the
> > mailing-list could suffice. Of course some web app can make things
> > clearer.
> 
> It's funny, the two things that I found irritating do were a) close the
> bug as part of the commit (because I kept forgetting, and also because I
> like reading commits with git log -p and the ditz stuff was additional
> noise), and

I think some habits are needed in each model...

> b) translating a user's bug report email into an issue. :)

Yes this translating job can really be boring. In fact I consider every
bugtracker related task to be boring... And yes the nice part of web
based bugtracker is to put this burden on the user.

-- 
Nicolas Pouillard
http://nicolaspouillard.fr
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk


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

* Re: [sup-talk] [PATCH] minor nits in exception apology message
  2009-11-01 14:39         ` William Morgan
  2009-11-01 15:24           ` Nicolas Pouillard
@ 2009-11-01 20:30           ` rick.tessner
  2009-11-02  7:19             ` Tero Tilus
  2009-11-02 15:07             ` William Morgan
  2009-11-02  7:25           ` [sup-talk] Sup Issues Task Force (SITF) Tero Tilus
  2 siblings, 2 replies; 20+ messages in thread
From: rick.tessner @ 2009-11-01 20:30 UTC (permalink / raw)
  To: sup-talk

Excerpts from William Morgan's message of Sun Nov 01 06:39:25 -0800 2009:
> Reformatted excerpts from Tero Tilus's message of 2009-10-31:
> > How about setting up a loose team which would handle the incoming bug
> > reports (for you), track/sort all of them and fix what they feel like
> > fixing and maybe upon request/occasionally report somewhere the
> > current status (how many minors and majors open).
> 
> As far as I'm concerned, that would be great. I'm open to suggestions
> about how to organize this. At this point I'm pretty convinced I will
> never actually like a bug tracker, and I don't have the energy to write
> another one, so for someone else to take the initiative would be
> awesome.

Would a move to github be considered since they now have an issue
tracker.  It provides tagging of issues and voting.

As an example, take a look at

    http://github.com/justinfrench/formtastic/

and clicky the Issues tab.  (I chose this project simply because I was
watching the railscast for it and noticed the Issues tab)
-- 
Rick Tessner
rick.tessner@gmail.com
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk


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

* Re: [sup-talk] [PATCH] minor nits in exception apology message
  2009-11-01 20:30           ` rick.tessner
@ 2009-11-02  7:19             ` Tero Tilus
  2009-11-02 15:07             ` William Morgan
  1 sibling, 0 replies; 20+ messages in thread
From: Tero Tilus @ 2009-11-02  7:19 UTC (permalink / raw)
  To: sup-talk

rick.tessner, 2009-11-01 22:30:
> Would a move to github be considered since they now have an issue
> tracker.

I'd be comfortable with github too.

-- 
Tero Tilus ## 050 3635 235 ## http://tero.tilus.net/
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk


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

* [sup-talk] Sup Issues Task Force (SITF)
  2009-11-01 14:39         ` William Morgan
  2009-11-01 15:24           ` Nicolas Pouillard
  2009-11-01 20:30           ` rick.tessner
@ 2009-11-02  7:25           ` Tero Tilus
  2009-11-02  9:14             ` Israel Herraiz
  2009-11-02 15:08             ` William Morgan
  2 siblings, 2 replies; 20+ messages in thread
From: Tero Tilus @ 2009-11-02  7:25 UTC (permalink / raw)
  To: sup-talk

William Morgan, 2009-11-01 16:39:
> Reformatted excerpts from Tero Tilus's message of 2009-10-31:
>> How about setting up a loose team which would handle the incoming
>> bug reports (for you), track/sort all of them and fix what they
>> feel like fixing and maybe upon request/occasionally report
>> somewhere the current status (how many minors and majors open).
> 
> As far as I'm concerned, that would be great. I'm open to
> suggestions about how to organize this.

How about SITF responsible of the boring suff
 - First line processing of inbound issues (relevance, duplication, ...)
 - Issue overview
   - Supervise that fixed/handled issues get closed appropriately
   - Draw attention to triaged "bad" bugs

I'm in.  Who else?

-- 
Tero Tilus ## 050 3635 235 ## http://tero.tilus.net/
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk


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

* Re: [sup-talk] Sup Issues Task Force (SITF)
  2009-11-02  7:25           ` [sup-talk] Sup Issues Task Force (SITF) Tero Tilus
@ 2009-11-02  9:14             ` Israel Herraiz
  2009-11-02 15:08             ` William Morgan
  1 sibling, 0 replies; 20+ messages in thread
From: Israel Herraiz @ 2009-11-02  9:14 UTC (permalink / raw)
  To: sup-talk

Excerpts from Tero Tilus's message of Mon Nov 02 08:25:38 +0100 2009:
> How about SITF responsible of the boring suff
>  - First line processing of inbound issues (relevance, duplication, ...)
>  - Issue overview
>    - Supervise that fixed/handled issues get closed appropriately
>    - Draw attention to triaged "bad" bugs
> 
> I'm in.  Who else?

Me too.
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk


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

* Re: [sup-talk] [PATCH] minor nits in exception apology message
  2009-11-01 20:30           ` rick.tessner
  2009-11-02  7:19             ` Tero Tilus
@ 2009-11-02 15:07             ` William Morgan
  1 sibling, 0 replies; 20+ messages in thread
From: William Morgan @ 2009-11-02 15:07 UTC (permalink / raw)
  To: sup-talk

Reformatted excerpts from rick.tessner's message of 2009-11-01:
> Would a move to github be considered since they now have an issue
> tracker.  It provides tagging of issues and voting.

I will move development discussion to a flat sequence of web textareas
the day you pry Sup from my cold dead hands.

Well, ok. I will at least take a look at it.
-- 
William <wmorgan-sup@masanjin.net>
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk


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

* Re: [sup-talk] Sup Issues Task Force (SITF)
  2009-11-02  7:25           ` [sup-talk] Sup Issues Task Force (SITF) Tero Tilus
  2009-11-02  9:14             ` Israel Herraiz
@ 2009-11-02 15:08             ` William Morgan
  2009-11-03  1:45               ` Tero Tilus
  1 sibling, 1 reply; 20+ messages in thread
From: William Morgan @ 2009-11-02 15:08 UTC (permalink / raw)
  To: sup-talk

Reformatted excerpts from Tero Tilus's message of 2009-11-01:
> How about SITF responsible of the boring suff
>  - First line processing of inbound issues (relevance, duplication, ...)
>  - Issue overview
>    - Supervise that fixed/handled issues get closed appropriately
>    - Draw attention to triaged "bad" bugs
> 
> I'm in.  Who else?

That sounds great. I think it needs to be combined with some kind of
formal issue tracker though.
-- 
William <wmorgan-sup@masanjin.net>
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk


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

* Re: [sup-talk] Sup Issues Task Force (SITF)
  2009-11-02 15:08             ` William Morgan
@ 2009-11-03  1:45               ` Tero Tilus
  0 siblings, 0 replies; 20+ messages in thread
From: Tero Tilus @ 2009-11-03  1:45 UTC (permalink / raw)
  To: sup-talk

William Morgan, 2009-11-02 17:08:
> I think it needs to be combined with some kind of formal issue
> tracker though.

Most definitely yes.  Let's see where the tracker discussion goes.

-- 
Tero Tilus ## 050 3635 235 ## http://tero.tilus.net/
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk


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

end of thread, other threads:[~2009-11-03  1:45 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-28 17:14 [sup-talk] [PATCH] minor nits in exception apology message Jon Dugan
2009-10-28 20:05 ` Nicolas Pouillard
2009-10-28 20:22   ` Jon Dugan
2009-10-29 10:29     ` Nicolas Pouillard
2009-10-30 21:53     ` William Morgan
2009-10-31 11:28       ` Tero Tilus
2009-11-01 14:39         ` William Morgan
2009-11-01 15:24           ` Nicolas Pouillard
2009-11-01 16:19             ` William Morgan
2009-11-01 16:48               ` Nicolas Pouillard
2009-11-01 17:30                 ` William Morgan
2009-11-01 17:49                   ` Nicolas Pouillard
2009-11-01 20:30           ` rick.tessner
2009-11-02  7:19             ` Tero Tilus
2009-11-02 15:07             ` William Morgan
2009-11-02  7:25           ` [sup-talk] Sup Issues Task Force (SITF) Tero Tilus
2009-11-02  9:14             ` Israel Herraiz
2009-11-02 15:08             ` William Morgan
2009-11-03  1:45               ` Tero Tilus
     [not found]       ` <1256940689-sup-888@arrakis.es.net>
2009-11-01 14:45         ` [sup-talk] [PATCH] minor nits in exception apology message William Morgan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox