May 10, 2009 samples of D2 can't be compiled | ||||
---|---|---|---|---|
| ||||
Hi, inorder to learn D, I try to compile some samples of D2.029, but failed. I found the reason was that some functions had been changed. For example, in listener.d, the "std.conv.toUshort(args[1])" is not appeared in D2 any more, "std.conv.to!(ushort)(string)" should be used instead. I mean, if are there some bugs in D2's phobos lib? And, if I run all.sh in samples/d on Linux, there are some many errors. Can these will to be corrected? Thanks zsx |
Copyright © 1999-2021 by the D Language Foundation