Skip to content

Commit ae352ec

Browse files
committed
[WIP] Ruby 2.5.0-preview1 Released
1 parent 5d07431 commit ae352ec

File tree

2 files changed

+88
-0
lines changed

2 files changed

+88
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
layout: news_post
3+
title: "Ruby 2.5.0-preview1 Released"
4+
author: "naruse"
5+
translator:
6+
date: 2017-09-18 00:00:00 +0000
7+
lang: en
8+
---
9+
10+
We are pleased to announce the release of Ruby 2.5.0-preview1.
11+
12+
Ruby 2.5.0-preview1 is the first preview release toward Ruby 2.5.0.
13+
It introduces some new features and performance improvements, for example:
14+
15+
## New Features
16+
17+
* Print backtrace and error message in reverse order if STDERR is unchanged and a tty.
18+
[Feature #8661] [experimental]
19+
20+
* Top-level constant look-up is removed. [Feature #11547]
21+
22+
* rescue/else/ensure are allowed inside do/end blocks. [Feature #12906]
23+
24+
25+
* yield\_self [Feature #6721]
26+
* absent operator
27+
https://github.com/k-takata/Onigmo/issues/82
28+
29+
## Other notable changes since 2.3
30+
31+
* RDoc: Merge rdoc-6.0.0.beta2 from upstream.
32+
This version changed lexer used Ripper from lexer based IRB,
33+
and it much improved the performance of generating document.
34+
see details: https://github.com/ruby/rdoc/pull/512
35+
36+
See [NEWS](https://github.com/ruby/ruby/blob/v2_5_0/NEWS)
37+
or commit logs for details.
38+
39+
With those changes,
40+
[2523 files changed, 289129 insertions(+), 84670 deletions(-)](https://github.com/ruby/ruby/compare/v2_4_0...v2_5_0)
41+
since Ruby 2.4.0!
42+
43+
Enjoy Ruby 2.5.0-preview1!
44+
45+
## Download
46+
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
layout: news_post
3+
title: "Ruby 2.5.0-preview1 リリース"
4+
author: "naruse"
5+
translator:
6+
date: 2017-09-18 00:00:00 +0000
7+
lang: ja
8+
---
9+
10+
Ruby 2.5.0にむけたの最初のプレビューである、Ruby 2.4.0-preview1がリリースされました。
11+
12+
Ruby 2.5.0 では以下に示すようなたくさんの新機能が含まれています:
13+
14+
## ...
15+
16+
17+
## Performance improvements
18+
19+
Ruby 2.5 では以下のような言語レベルでの修正を伴う性能改善が行われています。
20+
21+
### ...
22+
23+
24+
25+
### Other performance improvements
26+
27+
28+
## Debugging
29+
30+
31+
## Other notable changes since 2.4
32+
33+
* RDoc
34+
35+
See also [NEWS](https://github.com/ruby/ruby/blob/v2_5_0/NEWS).
36+
37+
With those changes,
38+
39+
40+
41+
## Download
42+

0 commit comments

Comments
 (0)