热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

golang1.14.2发布

go1.14.2(released20200408)includesfixestocgo,thegocommand,theruntime,andtheosexecandtestin

go1.14.2 (released 2020/04/08) includes fixes to cgo, the go command, the runtime, and the os/exec and testing packages. See the Go 1.14.2 milestone on our issue tracker for details.

代码变更见:

https://github.com/golang/go/issues?q=milestone%3AGo1.14.2+label%3ACherryPickApproved

testing 的是 data race between parallel panicking and normal subtest

平行恐慌与正常子测试的数据范围问题。

修改文件是:

https://go-review.googlesource.com/c/go/+/224257/

https://go-review.googlesource.com/c/go/+/224257/2/src/testing/testing.go

 


推荐阅读
author-avatar
iidt
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有