When will D1 be finished?
Walter Bright
newshound1 at digitalmars.com
Tue May 12 10:13:38 PDT 2009
Jarrett Billingsley wrote:
> I know. How many months has bug 314* had the most votes? And 313
> while we're at it. Importing has been broken for years and instead D2
> is getting thread-local variables. It seems like a gross misdirection
> of effort.
314 does not affect correct code, hence is an implicitly less important
issue.
The order of importance of bugs is roughly:
1. silently generating bad code
2. compiler crashes
3. regressions that break previously working code
4. not accepting valid code
5. accepting invalid code
6. poor error messages
Throw into that how much work a bug is to fix, how many projects it
affects, if there's a patch submitted, etc.
More information about the Digitalmars-d
mailing list