Thread overview
Can't isolate ICE
Dec 18, 2013
Andrea Fontana
Dec 18, 2013
Timon Gehr
Dec 18, 2013
Andrea Fontana
Dec 18, 2013
H. S. Teoh
Dec 19, 2013
Andrea Fontana
December 18, 2013
I have an internal compiler error in my code. I can't reduce code to reproduce this problem, but I remember there was a tool that can do this, what's its name? Where can I download that tool?

December 18, 2013
On 12/18/2013 12:27 PM, Andrea Fontana wrote:
> I have an internal compiler error in my code. I can't reduce code to
> reproduce this problem, but I remember there was a tool that can do
> this, what's its name? Where can I download that tool?
>

https://github.com/CyberShadow/DustMite
December 18, 2013
On Wednesday, 18 December 2013 at 11:47:16 UTC, Timon Gehr wrote:
> On 12/18/2013 12:27 PM, Andrea Fontana wrote:
>> I have an internal compiler error in my code. I can't reduce code to
>> reproduce this problem, but I remember there was a tool that can do
>> this, what's its name? Where can I download that tool?
>>
>
> https://github.com/CyberShadow/DustMite

Yes! Thanks :)

A bug will be opened in the next hours :P
December 18, 2013
On Wed, Dec 18, 2013 at 12:27:01PM +0100, Andrea Fontana wrote:
> I have an internal compiler error in my code. I can't reduce code to reproduce this problem, but I remember there was a tool that can do this, what's its name? Where can I download that tool?

Dustmite, by Vladimir Panteleev.

It's actually packaged with the 'tools' repository in Dlang's github organization now; you can get it here:

	https://github.com/D-Programming-Language/tools.git


T

-- 
Nobody is perfect.  I am Nobody. -- pepoluan, GKC forum
December 19, 2013
On Wednesday, 18 December 2013 at 16:28:48 UTC, H. S. Teoh wrote:
> On Wed, Dec 18, 2013 at 12:27:01PM +0100, Andrea Fontana wrote:
>> I have an internal compiler error in my code. I can't reduce code to
>> reproduce this problem, but I remember there was a tool that can do
>> this, what's its name? Where can I download that tool?
>
> Dustmite, by Vladimir Panteleev.
>
> It's actually packaged with the 'tools' repository in Dlang's github
> organization now; you can get it here:
>
> 	https://github.com/D-Programming-Language/tools.git
>
>
> T

Yes just done! And here the problem:
https://d.puremagic.com/issues/show_bug.cgi?id=11763