内容简介:JRuby 1.7.19 发布,Java 版的 Ruby 解释器
JRuby 1.7.19 发布,该版本值得关注的改进:
-
17 issues fixed for 1.7.19
-
Time.getlocal accepts fixnum as an argument (Rails 4.2 blocker)
-
A few encoding fixes
-
Socket.read(0) does not block (1.9)
Github 上修复的 issue 列表:
-
#2528 - RegexpError: invalid multibyte character
-
#2451 - No need to synchronise a newly created local RubyArray
-
#2446 - ConcurrentModificationException from ThreadGroup.list
-
#2438 - Time#getlocal should accept Fixnum as an argument
-
#2434 - String#start_with? inconsistent with other Ruby implementations
-
#2426 - NullPointerException when trying to assign UnboundMethod using define_method & to_proc
-
#2419 - Encoding issue after v1.7.6
-
#2402 - (MAINT) fix jnr-constants version in pom
-
#2401 - (MAINT) Fix pom deps re: asm
-
#2386 - JRuby fails to display Java splash at startup on OS X
-
#2349 - Fix for issue 1675 on jruby-1_7: String#casecmp on UTF-16LE encoded string
-
#2343 - some error with RG with embedded JRuby
-
#2338 - String#b improperly updates encoding of source string
-
#2333 - ChannelDescriptor leak after close of ScriptingContainer
-
#2292 - Remove unnecessary puts for GC::Profiler.total_time
-
#1675 - casecmp on UTF-16LE encoded string produces ArrayIndexOutOfBoundsException
-
#1637 - Socket.read(0) blocks caller (but not in MRI)
下载地址:
JRuby 1.7.19 Binary .tar.gz ( md5 , sha1 )
JRuby 1.7.19 Binary .zip ( md5 , sha1 )
JRuby 1.7.19 Windows Executable ( md5 , sha1 )
JRuby 1.7.19 Windows Executable (x64) ( md5 , sha1 )
JRuby 1.7.19 Windows Executable+JRE ( md5 , sha1 )
JRuby 1.7.19 Windows Executable+JRE (x64) ( md5 , sha1 )
JRuby 1.7.19 Source .tar.gz ( md5 , sha1 )
JRuby 1.7.19 Source .zip ( md5 , sha1 )
JRuby 1.7.19 Complete .jar ( md5 , sha1 )
JRuby-jars 1.7.19.gem ( md5 , sha1 )
以上所述就是小编给大家介绍的《JRuby 1.7.19 发布,Java 版的 Ruby 解释器》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
算法详解(卷1)——算法基础
[美]蒂姆·拉夫加登(Tim Roughgarden) / 徐波 / 人民邮电出版社 / 2019-1-1 / 49
算法是计算机科学领域最重要的基石之一。算法是程序的灵魂,只有掌握了算法,才能轻松地驾驭程序开发。 算法详解系列图书共有4卷,本书是第1卷——算法基础。本书共有6章,主要介绍了4个主题,它们分别是渐进性分析和大O表示法、分治算法和主方法、随机化算法以及排序和选择。附录A和附录B简单介绍了数据归纳法和离散概率的相关知识。本书的每一章均有小测验、章末习题和编程题,这为读者的自我检查以及进一步学习提......一起来看看 《算法详解(卷1)——算法基础》 这本书的介绍吧!
JS 压缩/解压工具
在线压缩/解压 JS 代码
JSON 在线解析
在线 JSON 格式化工具