Release D 2.067.0
deadalnix via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Fri Mar 27 23:06:15 PDT 2015
On Saturday, 28 March 2015 at 04:36:18 UTC, Walter Bright wrote:
> On 3/26/2015 3:53 PM, ketmar wrote:
>> filling bugs like "this huge project not compiling!" is not
>> working, as
>> nobody wants to run dustmite on such projects, people just
>> waiting for
>> issue author to provide more information.
>
> Realistically, people who want to work on bug fixing are going
> to work on ones that have already been isolated and filed.
>
> If you've got a "huge project that's not compiling" and don't
> know where to start, that implies it isn't well modularized and
> encapsulated.
That being said I rarely face bugs in a single module. Usually
bug arise in situation like instantiate the a template from
another template in another module by passing an alias parameter
from a symbol in a 3rd module.
Dustmite help to get a smaller repro case, but it literally takes
ages to get one.
More information about the Digitalmars-d-announce
mailing list