digitalmars.D - A couple of documentation bugs
- Nick (8/8) Feb 10 2006 In http://www.digitalmars.com/d/dcompiler.html:
- =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= (8/9) Feb 10 2006 You also want to check the community's errata page for it:
- Nick (6/8) Feb 10 2006 Ok, I didn't know about that (I haven't used the wiki all that much.) I ...
- =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= (3/6) Feb 10 2006 Well, that's D for you. Some parts are updated regularly. Others, not.
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
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
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/DCompilerOk, 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
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