www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - A couple of documentation bugs

reply Nick <Nick_member pathlink.com> writes:
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
Feb 10 2006
parent reply =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= <afb algonet.se> writes:
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
Feb 10 2006
parent reply Nick <Nick_member pathlink.com> writes:
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
Feb 10 2006
parent =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= <afb algonet.se> writes:
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
Feb 10 2006