[新闻] dmd1.042 dmd2.027 释出
yntcsb
2009-04-01
地址:
http://ftp.digitalmars.com/dmd.1.042.zip http://ftp.digitalmars.com/dmd.2.027.zip Added response files for Linux and OSX On Windows, if there are multiple source files on the command line they are now read with a background thread. This may speed up compilation. Folded in patches for LDC compatibility from Tomas Lindquist Olsen The Posix version identifier can now be set even though it is reserved and predefined, because many build systems and makefiles try to set it. |
|
llemmx
2009-04-01
早上看还没有,动作真快
|
|
oldrev
2009-04-01
酷特性 "alias this",有了这个就可以像 .Net 一样封装内置类型了。
|
|
hqs7636
2009-04-01
29号的Changeset里就添加了027的changelog了
这一版改了很多bug, dfl 怎么这么久没有新版本??? |
|
Colorful
2009-04-01
oldrev 写道 酷特性 "alias this",有了这个就可以像 .Net 一样封装内置类型了。
果然,哈哈。 看起来就像编译器做了个糖果,把操作符给自动重载了。不,比这个功能还要强,哈哈。真是个非常酷的特性。 |
|
Colorful
2009-04-01
再问一下,pure nothrow 关键字,DMD 实现了吗?
|
|
yntcsb
2009-04-01
引用 On Windows, if there are multiple source files on the command line they are now read with a background thread. This may speed up compilation.
各位注意到这句话了吗?这是否意味着多线程同时编译。 |
|
DavidL
2009-04-01
2.022
Pure functions now get semantically checked. Nothrow functions now get semantically checked. |
|
ideage
2009-04-01
终于等来了.....
|
|
ideage
2009-04-01
oldrev 写道 酷特性 "alias this",有了这个就可以像 .Net 一样封装内置类型了。
怎么封装内置类型啊? 细细看看,明白了... 呵呵 |