内容简介:Apache Groovy 2.6.0-alpha-3 已发布,此版本包含 18 个错误修复/改进: Bug 修复 [GROOVY-7061] - Type inference not working for Collections.sort() [GROOVY-8241] - SAM parameter type inference for expli...
Apache Groovy 2.6.0-alpha-3 已发布,此版本包含 18 个错误修复/改进:
Bug 修复
[GROOVY-7061] - Type inference not working for Collections.sort()
[GROOVY-8241] - SAM parameter type inference for explicit parameter
[GROOVY-8317] - Smart type inference doesn't work on explicit closure params
[GROOVY-8377] - hashCode() generated by @EqualsAndHashCode is inefficient for instances with null fields or properties
[GROOVY-8387] - Invalid module-info.class in jar artifacts
[GROOVY-8407] - antlr4 jar file has not been repackaged into groovy-all-2.6.0-XXX-indy.jar
[GROOVY-8432] - Weird behavior parsing dates
[GROOVY-8436] - IOException "Stream closed" occurred when rebuilding Apache Groovy in IntelliJ IDEA
[GROOVY-8445] - Static analysis does not work properly when coercing Closure to FunctionInterface
[GROOVY-8447] - It is allowed to define local variable of void type
[GROOVY-8471] - Contents of META-INF/services/org.codehaus.groovy.source.Extensions conflict with Maven/Jisaw
[GROOVY-8474] - 'Unexpected super property set for:' when accessing super class property via super.propertyName
[GROOVY-8486] - Closure executed multiple times even if memoized
改进
[GROOVY-8410] - Provide a common cache
[GROOVY-8428] - Add DGM startsWithAny(String...) and endsWithAny(String...)
[GROOVY-8464] - Allow rendering inline json
[GROOVY-8466] - Support native lambda in static compilation mode
[GROOVY-8473] - Bump asm version to 6.1-beta2
另外,Apache Groovy 2.6.0-alpha-3 需要 JDK7 +。
下载地址:http://www.groovy-lang.org/download.html
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Apache Groovy 2.6.0-alpha-3 发布,JVM 动态脚本语言》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- 凹 (“Wa”) 语言:可以嵌入 Go 语言环境的脚本语言
- Python 脚本语言
- Go 语言实现的小型、动态、快速、安全的脚本语言
- 让C#语言充当自身脚本!
- awk脚本语言编程指南
- CoffeeScript 1.12.6 发布,脚本语言
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
深入浅出Rust
范长春 / 机械工业出版社 / 2018-8-21 / 89.00元
本书详细描述了Rust语言的基本语法,穿插讲解一部分高级使用技巧,并以更容易理解的方式解释其背后的设计思想。全书总共分五个部分。 第一部分介绍Rust基本语法,因为对任何程序设计语言来说,语法都是基础,学习这部分是理解其他部分的前提。 第二部分介绍属于Rust独一无二的内存管理方式。它设计了一组全新的机制,既保证了安全性,又保持了强大的内存布局控制力,而且没有额外性能损失。这部分是本书......一起来看看 《深入浅出Rust》 这本书的介绍吧!