内容简介:D 语言 2.089.1 版本是一个修复版本,上个大版本 2.089.0 存在一些改进后的不兼容问题得到了修复,提升了稳定性。 DMD 编译器改进: Bugzilla 15069: [REG2.064] nonsense struct template instantiations still...
D 语言 2.089.1 版本是一个修复版本,上个大版本 2.089.0 存在一些改进后的不兼容问题得到了修复,提升了稳定性。
DMD 编译器改进:
- Bugzilla 15069: [REG2.064] nonsense struct template instantiations still compile
- Bugzilla 19884: [regression] Error: alias op = op; cannot alias itself, use a qualified name to create an overload set
- Bugzilla 20348: [Reg 2.089.0-rc.1] Bad debug info for enum forward references
- Bugzilla 20349: [REG2.087] ICE with sqrt
- Bugzilla 20376: @disable this(ref return scope Foo rhs) enables broken binaries (out-of-bounds access)
- Bugzilla 20388: Parse error when compiling lambdas in mixins as template parameters
- Bugzilla 20416: [Regression 2.073.2] compiler complains about escaping reference in certain cases
- Bugzilla 20420: [REG2.067] inlining error with a valid function
DMD 编译器问题修复:
- Bugzilla 20092: void[1] auto slicing makes the compiler hang
- Bugzilla 20253: bad debug line info for function without epilog
- Bugzilla 20264: ICE on illegal cast to vector.
- Bugzilla 20280: Compiler segfault when building two small files
- Bugzilla 20366: CTFE foreach_reverse on array with utf characters crashes compiler
- Bugzilla 20431: Allow a Mixin Type to resolve to an expression where it makes sense
- Bugzilla 20441: Wrong code with -O -fPIC and pointer subtraction
DMD 编译器增强:
- Bugzilla 20356: exceeding template expansion limits
标准库修改:
- Bugzilla 20054: getSymbolsByUDA no longer works on modules
- Bugzilla 20350: JSONType deprecations should be undeprecated
- Bugzilla 20354: interface is not supported by CanCAS in core.internal.atomic
运行时修改:
- Bugzilla 20438: [Reg 2.086] GC: memory not reusable when calling GC.collect after GC.free
运行时 BUG 修复:
- Bugzilla 20355: undefined identifier U in core.atomic
工具 BUG:
- Bugzilla 20386: Test extractor shouldn't emit unit tests, but regular functions for @betterC tests
以上所述就是小编给大家介绍的《D 语言(DLang)2.089.1 发布,细节改进提升可用性》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
来吧!带你玩转 Excel VBA
罗刚君、杨嘉恺 / 电子工业出版社 / 2013-7 / 85.00元
本书旨在普及Excel VBA 基础理论,以及通过VBA 的高级应用扩展Excel 的功能,提升读者的制表效率,解决工作中的疑难,同时亦可借此开发商业插件。 本书主要分为操作自动化引言篇、入门篇、进阶篇和疑难解答篇,覆盖从入门到提高的所有内容,以满足不同层次的读者需求。其中操作自动化引言篇简述了操作自动化的需求与方式,借此引出VBA 入门篇。VBA 入门篇包含第2 章到第13 章,主要介绍了......一起来看看 《来吧!带你玩转 Excel VBA》 这本书的介绍吧!