Jump to page: 1 2 3
Thread overview
[dmd-internals] dmd commit, revision 515
Jun 02, 2010
dsource.org
Jun 02, 2010
Brad Roberts
Jun 02, 2010
Walter Bright
Jun 02, 2010
Brad Roberts
Jun 02, 2010
Don Clugston
Jun 02, 2010
Walter Bright
Jun 03, 2010
Walter Bright
Jun 02, 2010
Trass3r
Jun 03, 2010
Leandro Lucarella
Jun 03, 2010
Brad Roberts
[dmd-internals] DVCS and patches feedback [was: dmd commit, revision 515]
Jun 03, 2010
Leandro Lucarella
Jun 03, 2010
Jason House
Jun 03, 2010
Leandro Lucarella
Jun 03, 2010
Jason House
Jun 03, 2010
Leandro Lucarella
Jun 03, 2010
Don Clugston
Jun 03, 2010
Walter Bright
Jun 03, 2010
Leandro Lucarella
Jun 04, 2010
Brad Roberts
Jun 04, 2010
Leandro Lucarella
Jun 03, 2010
Simen Kjaeraas
Jun 03, 2010
Leandro Lucarella
Jun 04, 2010
Brad Roberts
Jun 03, 2010
Trass3r
June 02, 2010
dmd commit, revision 515


user: walter

msg:
bugzilla 1193 regression: 'matches more than one template declaration' doesn't list the location of the conflicting templates

http://www.dsource.org/projects/dmd/changeset/515

June 02, 2010
You keep this up and I'm gonna be forced to fix more bugs or something.

On 6/2/2010 12:48 AM, dsource.org wrote:
> dmd commit, revision 515
> 
> 
> user: walter
> 
> msg:
> bugzilla 1193 regression: 'matches more than one template declaration' doesn't list the location of the conflicting templates
> 
> http://www.dsource.org/projects/dmd/changeset/515
> 
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals

June 02, 2010
You've been doing some great work. But the bugs are still being filed faster than they're being fixed :-(

Brad Roberts wrote:
> You keep this up and I'm gonna be forced to fix more bugs or something.
>
> 
June 02, 2010
Keep heart. The frequency of bug reports will decrease soon now that the language stabilized.

Andrei

On 06/02/2010 04:44 AM, Walter Bright wrote:
> You've been doing some great work. But the bugs are still being filed faster than they're being fixed :-(
>
> Brad Roberts wrote:
>> You keep this up and I'm gonna be forced to fix more bugs or something.
>>
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals
June 02, 2010
Reports just mean more people are using the thing.  As long as it's getting incrementally better, and it is, then the nature of the bugs will change from gross errors to more and more obscure errors.  We're a long way from that, but inching along nicely.

Later,
Brad

On 6/2/2010 2:44 AM, Walter Bright wrote:
> You've been doing some great work. But the bugs are still being filed faster than they're being fixed :-(
> 
> Brad Roberts wrote:
>> You keep this up and I'm gonna be forced to fix more bugs or something.
>>
>> 
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals

June 02, 2010
On 2 June 2010 19:42, Brad Roberts <braddr at puremagic.com> wrote:
> Reports just mean more people are using the thing. ?As long as it's getting incrementally better, and it is, then the nature of the bugs will change from gross errors to more and more obscure errors. ?We're a long way from that, but inching along nicely.
>
> Later,
> Brad

The internal compiler errors are getting significantly less frequent and more obscure.
June 02, 2010

Brad Roberts wrote:
> Reports just mean more people are using the thing.  As long as it's getting incrementally better, and it is, then the nature of the bugs will change from gross errors to more and more obscure errors.  We're a long way from that, but inching along nicely.
>
> 

Lots of new bug reports mean one of two things:

1. a big uptick in usage of D

2. we're doing a crappy QA job

I hope it's (1) !
June 02, 2010
> You've been doing some great work. But the bugs are still being filed faster than they're being fixed :-(
>

Maybe guys like Don and so on who have done such awesome work in the past should get commit rights to speed up the fixing process.
June 03, 2010
Trass3r, el  2 de junio a las 20:00 me escribiste:
> >You've been doing some great work. But the bugs are still being filed faster than they're being fixed :-(
> >
> 
> Maybe guys like Don and so on who have done such awesome work in the past should get commit rights to speed up the fixing process.

And maybe is time for a DVCS, so Don (and others) can maintain their
own repos (which could be tested by other people too) and Walter can
easily pull patches that are working fine without any effort (now
I guess Walter have to do the patching and commiting himself, which is
more time consuming than a simple pull command).

I think is good for consistency that there is only one person who decides what goes in the official repo and what not, the problem is (I guess) now that task is very time consuming. DVCS makes that very easy.

-- 
Leandro Lucarella (AKA luca)                     http://llucax.com.ar/
----------------------------------------------------------------------
GPG Key: 5F5A8D05 (F8CD F9A7 BF00 5431 4145  104C 949E BFB6 5F5A 8D05)
----------------------------------------------------------------------
De tan fina la condesa, por no cagarse, reza.
	-- Ricardo Vaporeso

June 02, 2010
On 6/2/2010 9:22 PM, Leandro Lucarella wrote:
> Trass3r, el  2 de junio a las 20:00 me escribiste:
>>> You've been doing some great work. But the bugs are still being filed faster than they're being fixed :-(
>>>
>>
>> Maybe guys like Don and so on who have done such awesome work in the past should get commit rights to speed up the fixing process.
> 
> And maybe is time for a DVCS, so Don (and others) can maintain their
> own repos (which could be tested by other people too) and Walter can
> easily pull patches that are working fine without any effort (now
> I guess Walter have to do the patching and commiting himself, which is
> more time consuming than a simple pull command).
> 
> I think is good for consistency that there is only one person who decides what goes in the official repo and what not, the problem is (I guess) now that task is very time consuming. DVCS makes that very easy.

For my 2 cents:

The dcvs systems are still too user unfriendly (though git is the only one I've used for more than toying around, I've looked at a couple others at least a little).

Additionally, I don't find the "put ready patches in bugzilla" to be
particularly problematic at all from my end.  In some ways it's superior, being
guaranteed to stick around longer than someone might keep a random dcvs repo around.

Lastly, at least for my few contributions so far, I don't think any of them has gone in without at least some minor changes.

Later,
Brad
« First   ‹ Prev
1 2 3