D 语言 2.089.0 版本进行了 11 核心改进以及 66 问题修复, 非常感谢 44 位贡献者,他们使 2.089.0 成为可能。
本次版本主要是一个大的改进修正版,提供了经过修正的 extern(C) mixin 模板中的 mangling,改进运行时模块 core.atomic 中的 atomicFetchAdd、atomicFetchSub 方法, 支持链接驱动参数, 在包管理器 dub 中改进对 LDC 编译器的支持, 以及更多细节问题修复和语言层面的改进。
核心编译器功能主要改进
- Deprecate allowing shadowing in foreach loops
- IsExpressions now correctly match combinations of const, inout, and shared.
- extern(C) declarations in template mixins now mangle as C symbols when mixed in at global scope
- The default linker for the Digital Mars tool chain is now optlink.exe
- New -Xcc compiler flag to address issue 6952
Runtime 运行时主要改进
标准库主要改进
Dub 包管理器改进
- Improved support for LDC, incl. cross-compilation
- Lint command added
- Added SemVer compatibility operator “^”
完整的更新资料请查看本次版本的 Changelogs。
转自 https://www.oschina.net/news/111072/d-2-089-0-released