DMD1.017 BUG FIX
ideage
2007-06-27
What's New for D 1.017
Jun 25, 2007 New/Changed Features Added __VENDOR__ and __VERSION__. The .init property for a variable is now based on its type, not its initializer. Bugs Fixed std.compiler now is automatically updated. Fixed CFTE bug with e++ and e--. Bugzilla 1254: Using a parameter initialized to void in a compile-time evaluated function doesn't work Bugzilla 1256: "with" statement with symbol Bugzilla 1259: Inline build triggers an illegal error msg "Error: S() is not an lvalue" Bugzilla 1260: Another tuple bug Bugzilla 1261: Regression from overzealous error message Bugzilla 1262: Local variable of struct type initialized by literal resets when compared to .init Bugzilla 1263: Template function overload fails when overloading on both template and non-template class Bugzilla 1268: Struct literals try to initialize static arrays of non-static structs incorrectly Bugzilla 1269: Compiler crash on assigning to an element of a void-initialized array in CTFE Bugzilla 1270: -inline produces an ICE Bugzilla 1272: problems with the new 1.0 section Bugzilla 1276: static assert message displayed with escaped characters Bugzilla 1283: writefln: formatter applies to following variable |
|
ideage
2007-06-27
Walter承诺,在2.0添加新特性。在1.0修复bug。
http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D.announce&article_id=9133 |
|
tomqyp
2007-06-27
太好了
|
|
qiezi
2007-06-27
c++0x里面添加了一些底层特性,比如内存模型,D好像没这方面的动作啊,打算跑在C++后面?
看看这篇,写得满好的。 http://blog.csdn.net/pongba/archive/2007/06/20/1659952.aspx |
|
Colorful
2007-06-27
D的内存模型也在借鉴Java啊。
|
|
oldrev
2007-06-28
Bugzilla 1256: "with" statement with symbol
是我提交的,西西 |