博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
D语言/DLang 2.085.1 发布,修复性迭代
阅读量:6344 次
发布时间:2019-06-22

本文共 1539 字,大约阅读时间需要 5 分钟。

  hot3.png

本次更新主要是针对上个月发布的 2.085.0 大版本进行更新,修复了 20+ 处问题。

详细更新列表如下:

DMD 编译器回归改进

  1. : DMD generates wrong code for some circular dependencies
  2. : D compiler fails to resolve circular module dependency when modules are compiled separately
  3. : D compiler fails to resolve circular module dependency when modules are compiled together
  4. : ICE on null default value for struct parameter in constructor
  5. : DMD 2.085 changes to gsroa make DCD crashing
  6. : Regression: wrong order of linker arguments, again: -L-l before -L--start-group
  7. : if (auto x) {} isn't properly rejected
  8. : DMD fails to compile some circular dependencies spiced with is (T == super) condition
  9. : [Reg v2.070.2] DMD fails with some circular module refs with Template/Mixin instances

DMD 编译器 BUG 修复

  1. : wrong codegen for destructor call of unnamed struct instance on 64 bit environments
  2. : case of undetected circular reference in function parameter
  3. : ICE with multiple mixin templates containing conflicting ctor declarations
  4. : Segfault when types are used in array literals
  5. : DMD crash due to circular reference in function return type
  6. : -checkaction=context not working with attributes
  7. : [2.085.0-beta.2] Obj-C wrong code overloading selectors and extern(D)
  8. : case of segfault due to undetected forward reference
  9. : Compiler crash
  10. : crash on invalid initializer at CTFE
  11. : ICE on invalid code

Phobos 标准库回归改进

  1. : VariantN has unittests that are compiled into user modules

Phobos 标准库 BUG 修复

  1. : std.algorithm.searching.findAmong doesn't save like it should

DRuntime 运行时修复

  1. : wrong time values in GC.profileStats

转载地址:http://jnjla.baihongyu.com/

你可能感兴趣的文章
使用 MPI for Python 并行化遗传算法
查看>>
widget
查看>>
paramiko安装及使用
查看>>
Java私塾:研磨设计模式 之 访问者模式(Visitor)
查看>>
我的友情链接
查看>>
《Python网络数据采集》读书笔记(六)
查看>>
Linux必学的60个命令
查看>>
iptables 学习笔记 (上)
查看>>
Windows Server 2012 R2 Active Directory(活动目录)实验一
查看>>
1.2-HA集群配置-2
查看>>
android viewpager 无限左右滑动
查看>>
linux下SSH远程连接服务慢解决方案
查看>>
利用mic visual studio 2010 编译器执行wincap获取网络适配器的代码
查看>>
HTML
查看>>
CENTOS7下编译安装PHP-5.4以及配置phpMyAdmin
查看>>
磁盘显示无法访问拒绝访问,里面的资料怎样找到
查看>>
Java之品优购课程讲义_day07(5)
查看>>
Java的新项目学成在线笔记-day3(八)
查看>>
Windows 下 Python 3.6 下安装 TensorFlow (屡败屡战)
查看>>
路由简单的实验
查看>>