内容简介:Red Hat Software Collections 提供为 RHEL 最新最稳定的开发工具,一般每年会有两个更新版本,作为最新的 Software Collections 3.3 版本,我们很高兴的宣布 Ruby 2.6 终于被 RHEL 7 官方集成了。 新的 Ruby 2.6...
Red Hat Software Collections 提供为 RHEL 最新最稳定的开发工具,一般每年会有两个更新版本,作为最新的 Software Collections 3.3 版本,我们很高兴的宣布 Ruby 2.6 终于被 RHEL 7 官方集成了。
新的 Ruby 2.6.2 引入很多性能的提升,bug 修复和新特性,包括:
- 值得关注的增强:
-
- Constant names are now allowed to begin with a non-ASCII capital letter.
-
Support for an endless range has been added.
-
A new
Binding#source_location
method has been provided. -
$SAFE
is now a process global state and it can be set back to0
.
-
性能提升:
-
-
The
Proc#call
andblock.call
processes have been optimized. -
A new garbage collector managed heap, Transient heap (
theap
), has been introduced. -
Native implementations of coroutines for individual architectures have been introduced.
-
包名: rh-ruby26
容器镜像: rhscl/ruby-26-rhel7
系统支持: RHEL 7 for x86_64, s390x, aarch64, ppc64le
关于 Software Collections
红帽每一年发布两次新版本的编译器 工具 集、脚本语言、开源数据库、Web 工具等等,这样应用开发者就可以使用最新最稳定的版本。
这些被红帽支持的软件包打包成 Red Hat Software Collections, Red Hat Developer Toolset with GCC, 以及最新增加的编译器工具集 Clang/LLVM, Go, and Rust. 所有这些工具都可以通过 yum 来安装,并且包含在大多数红帽企业 Linux 订阅服务和开发者订阅服务中。
多数 Red Hat Software Collections 和 Red Hat Developer Toolset 组件也提供 Linux 容器镜像,用于混合云开发平台 Red Hat Enterprise Linux, Red Hat OpenShift Container 平台等。
以上所述就是小编给大家介绍的《红帽企业 Linux 7 内置 Ruby 更新到 2.6 版本》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- 红帽企业 Linux 7 内置 Ruby 更新到 2.6 版本
- 红帽 Linux 25 岁啦!未来红帽将着眼云和容器技术
- 红帽公布CoreOS与红帽 OpenShift集成的发展蓝图
- 红帽2.5亿收购CoreOS
- 红帽发布 RHEL 8 正式版本
- 红帽2.5亿美元收购CoreOS
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
JavaScript & jQuery
David Sawyer McFarland / O Reilly / 2011-10-28 / USD 39.99
You don't need programming experience to add interactive and visual effects to your web pages with JavaScript. This Missing Manual shows you how the jQuery library makes JavaScript programming fun, ea......一起来看看 《JavaScript & jQuery》 这本书的介绍吧!