Thread overview
A couple of documentation bugs
Feb 10, 2006
Nick
Feb 10, 2006
Nick
February 10, 2006
In http://www.digitalmars.com/d/dcompiler.html:

For the linux version, it says that -I takes a ';' separated list. It doesn't, it takes a ':' separated list. Also (further down), the example dmd.conf file is wrong. It suggests the line

DFLAGS="-I%@P%\..\src\phobos"

The slashes should be forward slashes, and does the %@P% syntax even work in the linux version?

Nick


February 10, 2006
Nick wrote:

> In http://www.digitalmars.com/d/dcompiler.html:

You also want to check the community's errata page for it:
http://www.prowiki.org/wiki4d/wiki.cgi?DocComments/DCompiler

Listed as "Comments", at the top.
(Several D pages are out-of-date)

Only DigitalMars can edit the D language specification...
But Wiki4D is the place to leave suggestions for Walter ?

--anders
February 10, 2006
In article <dshlar$hho$1@digitaldaemon.com>, =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= says...
>
>You also want to check the community's errata page for it: http://www.prowiki.org/wiki4d/wiki.cgi?DocComments/DCompiler

Ok, I didn't know about that (I haven't used the wiki all that much.) I just assumed the page was updated regularly, as the new -run paramteter was already listed. Looking over the page again I see that this isn't so.

Nick


February 10, 2006
Nick wrote:

> Ok, I didn't know about that (I haven't used the wiki all that much.) I just
> assumed the page was updated regularly, as the new -run paramteter was already
> listed. Looking over the page again I see that this isn't so.

Well, that's D for you. Some parts are updated regularly. Others, not.

--anders