Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
December 18, 2013 Can't isolate ICE | ||||
---|---|---|---|---|
| ||||
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 Re: Can't isolate ICE | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrea Fontana | 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 Re: Can't isolate ICE | ||||
---|---|---|---|---|
| ||||
Posted in reply to Timon Gehr | 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 Re: Can't isolate ICE | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrea Fontana | 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 Re: Can't isolate ICE | ||||
---|---|---|---|---|
| ||||
Posted in reply to H. S. Teoh | 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 |
Copyright © 1999-2021 by the D Language Foundation