内容简介:JRuby 9.0.4.0 发布,修复 Windows 的 stat() 实现
JRuby 9.0.4.0 发布,此版本现已提供下载:
-
Homepage: http://www.jruby.org/
-
Download: http://www.jruby.org/download
JRuby 9000 是 JRuby 最新的主要版本,兼容 Ruby 2.2.x,同步 C Ruby。 JRuby 9.0.4.0 是第三个主要版本。
JRuby 9.0.4.0 修复了 Windows 上新 stat() 实现的一些问题。
JRuby 9000 主要特性:
-
Ruby 2.2 兼容
-
基于一个传统编译器设计的优化运行时
-
新的 POSIX-friendly IO 和 Process
-
完全从 MRI 移植 encoding/transcoding 逻辑
相比 9.0.3.0,值得关注的改进:
-
Resolved various issues with stat() on Windows
-
Fixed couple of encoding/transcoding issues
-
Source with __FILE__ in it will now JIT
-
Native call subsystem will load on mixed 32/64 bit Linux distributions
-
11 issues fixed for 9.0.4.0
JRuby 9.0.4.0 Github Issues 列表
-
#3457 - stat.st_gid is unsupported on windows
-
#3449 - jirb fails to start on Windows
-
#3448 - File.stat("someunavailable").mtime returns odd result
-
#3444 - Fix TCPServer#accept NPE log
-
#3442 - String#crypt crashes when a receiver is shared String
-
#3425 - String#tr different behavior as compared to MRI Ruby
-
#3410 - Cannot install jRuby 9.0.3.0
-
#3409 - NotImplementedError: flock unsupported or native support failed to load
-
#3408 - IRB fails to start with JRuby9.0.3.0 on Windows 10.
-
#3197 - require_relative fails for relative paths within jars on Windows
-
#2381 - IO#rewind ... doesn't. (when backed by a ByteArrayInputStream).
更多内容请看 发行说明 。
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Tinker热修复手写简单实现原理
- JRuby 9.0.4.0 发布,修复 Windows 的 stat() 实现
- JRuby 9.0.4.0 发布,修复 Windows 的 stat() 实现
- GAN 学习系列(三):采用深度学习和 TensorFlow 实现图片修复(中)
- [GAN学习系列3]采用深度学习和 TensorFlow 实现图片修复(下)
- GAN 学习系列(三):采用深度学习和 TensorFlow 实现图片修复(下)
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
C++ Primer Plus
Stephen Prata / 张海龙、袁国忠 / 人民邮电出版社 / 2012-6-19 / 99.00元
C++是在C语言基础上开发的一种集面向对象编程、通用编程和传统的过程化编程于一体的编程语言,是C语言的超集。本书是根据2003年的ISO/ANSI C++标准编写的。通过大量短小精悍的程序详细而全面地阐述了C++的基本概念和技术。全书分为18章和10个附录,分别介绍了C++程序的运行方式、基本数据类型、复合数据类型、循环和关系表达式、分支语句和逻辑操作符、函数重载和函数模板、内存模型和名称空间、类......一起来看看 《C++ Primer Plus》 这本书的介绍吧!