Re: dmd segmentation fault with duplicate class definition

2018-03-30 Thread LiNbO3 via Digitalmars-d
On Thursday, 29 March 2018 at 21:18:02 UTC, Seb wrote: On Thursday, 29 March 2018 at 20:48:47 UTC, number wrote: I'm learning, so no idea if this is known or what causes the segfault. [...] Always try the latest release when you run into an ICE - chances are very good that it already has be

Re: D future ...

2016-12-20 Thread LiNbO3 via Digitalmars-d
On Tuesday, 20 December 2016 at 06:42:10 UTC, lobo wrote: On Tuesday, 20 December 2016 at 04:38:03 UTC, Jerry wrote: On Tuesday, 20 December 2016 at 04:14:33 UTC, Andrei Alexandrescu wrote: On 12/19/2016 11:12 PM, Andrei Alexandrescu wrote: [...] https://issues.dlang.org/show_bug.cgi?id=1699

Re: OT: for (;;) {} vs while (true) {}

2016-11-24 Thread LiNbO3 via Digitalmars-d
On Thursday, 24 November 2016 at 21:57:15 UTC, Dennis Ritchie wrote: Hi all, In the source code, written in D, is often used in the design of the `for (;;) { ... }` Maybe someone has specific examples of translation of code in asm, where `while (true) { ... }` or `for (;;) { ... }` affect t