On Thursday, 20 November 2014 at 07:31:52 UTC, Iain Buclaw via
D.gnu wrote:
Looking at the date it was fixed in DMD, the next release merge
should
resolve that.
Iain.
When will that be?
The bug is similar to
https://issues.dlang.org/show_bug.cgi?id=6998. Specifically, here
is the code that can be used to demonstrate it. I'm using GDC
4.9.1 (according to gdc --version).
module badbh;
import std.container, std.string, std.stdio;
class Node {
size_t val;
Node next;
this
On Sunday, 16 November 2014 at 22:33:31 UTC, Iain Buclaw via
D.gnu wrote:
It's really not something worth too much bother with if he has
already made
up his mind. A software maintainer can't accept everything.
Eg: requests
to include support for erlang, vala, dmc++... You've got to
draw th
On Sunday, 16 November 2014 at 21:51:18 UTC, Iain Buclaw via
D.gnu wrote:
On 16 Nov 2014 21:40, "Koz Ross via D.gnu"
wrote:
And he has answered your question for you. :)
Only change C's ifdef with D's version.
I'll say exactly that - thanks Iain! For the moment, t
On Saturday, 15 November 2014 at 14:53:13 UTC, Iain Buclaw via
D.gnu wrote:
Ask him why there is support for gcc and clang in flycheck
then? I
mean if you support one c++ compiler, it's pointless to support
another...
His response, quoted verbatim:
Clang provides better diagnostics than m
First-off, I would like to thank everyone who made GDC - as a
supporter of free software, it's good to have a compiler that
doesn't have a proprietary back-end for a language I like as much
as D.
Now, I'm an avid Emacs user, and as part of that, I use Flycheck
for syntax checking. The default