Thanks from a python programmer
deadalnix
deadalnix at gmail.com
Fri Mar 5 11:57:39 UTC 2021
On Thursday, 4 March 2021 at 23:38:48 UTC, Chris Piker wrote:
> On Thursday, 4 March 2021 at 10:54:24 UTC, deadalnix wrote:
>> On Thursday, 4 March 2021 at 10:31:12 UTC, Chris Piker wrote:
>>
>> Dustmite can help you reduce to a simple test case.
>
> So this link popped-up in a Google search for "dlang
> dustmite"...
>
> https://dlang.org/blog/2020/04/13/dustmite-the-general-purpose-data-reduction-tool/
>
> Whoa, now *that* looks handy. Thanks a lot! I'll take a crack
> at using dustmite later in the week.
It is!
Very useful to find simple code sample that reproduce a bug from
a large project. You usually end up having to do some manual
cleaning after the fact, but it can do 98% of the job.
Feel free to ask question if you run into problems using it, many
here can help.
More information about the Digitalmars-d
mailing list