www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - 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
May 10 2009