Re: An occurence of a bug which was fixed in DMD a while ago

2014-11-20 Thread Koz Ross via D.gnu
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?

An occurence of a bug which was fixed in DMD a while ago

2014-11-19 Thread Koz Ross via D.gnu
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

Re: Help me get GDC as a syntax checker option for Flycheck

2014-11-16 Thread Koz Ross via D.gnu
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

Re: Help me get GDC as a syntax checker option for Flycheck

2014-11-16 Thread Koz Ross via D.gnu
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

Re: Help me get GDC as a syntax checker option for Flycheck

2014-11-16 Thread Koz Ross via D.gnu
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

Help me get GDC as a syntax checker option for Flycheck

2014-11-15 Thread Koz Ross via D.gnu
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