Question about Bugzilla bug dependencies

2013-01-07 Thread Chris Peterson

I've seen some inconsistent usage, so I just wanted to get a group opinion.

If a fix for bug X introduces regression bug Y, should Y block X 
(because X is not properly fixed until regression Y is fixed) or should 
Y depend on X (because regression Y does not exist without fix X)?


thanks,
chris p.
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: Question about Bugzilla bug dependencies

2013-01-07 Thread Kyle Huey
Y blocks X.

On Mon, Jan 7, 2013 at 1:02 PM, Chris Peterson cpeter...@mozilla.comwrote:

 I've seen some inconsistent usage, so I just wanted to get a group opinion.

 If a fix for bug X introduces regression bug Y, should Y block X
 (because X is not properly fixed until regression Y is fixed) or should Y
 depend on X (because regression Y does not exist without fix X)?

 thanks,
 chris p.
 __**_
 dev-platform mailing list
 dev-platform@lists.mozilla.org
 https://lists.mozilla.org/**listinfo/dev-platformhttps://lists.mozilla.org/listinfo/dev-platform


- Kyle
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: Question about Bugzilla bug dependencies

2013-01-07 Thread Justin Dolske

On 1/7/13 1:02 PM, Chris Peterson wrote:

I've seen some inconsistent usage, so I just wanted to get a group opinion.

If a fix for bug X introduces regression bug Y, should Y block X
(because X is not properly fixed until regression Y is fixed) or should
Y depend on X (because regression Y does not exist without fix X)?


Y blocks X.

I find it easier to remember as X depends on Y (a complete fix for X 
depends on Y)... And then work backward to what to set, since setting 
one for X will set the other for Y. YMMV. ;-)



___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform