Skip to content

Update Ruby from 2.3.4 to 2.5.5 #1112

Merged
merged 1 commit into from
May 16, 2019
Merged

Conversation

pmenzel
Copy link
Collaborator

@pmenzel pmenzel commented May 16, 2019

Tested on keineahnung.

[Release notes for 2.5.0][1]:

> Ruby 2.5.0 is the first stable release of the Ruby 2.5 series. It
> introduces many new features and performance improvements. The notable
> changes are as follows:
>
> New Features
> ============
>
> *   rescue/else/ensure are now allowed to be used directly with do/end blocks. [Feature #12906]
> *   Add yield_self to yield given block in its context. Unlike tap, it returns the result of the block. [Feature #6721]
> *   Support branch coverage and method coverage measurement. The branch coverage indicates which branches are executed and which are not. The method coverage indicates which methods are invoked and which are not. By running a test suite with these new features, you will know which branches and methods are executed, and evaluate total coverage of the test suite more strictly. [Feature #13901]
> *   Hash#slice [Feature #8499] and Hash#transform_keys [Feature #13583]
> *   Struct.new can create classes that accept keyword arguments. [Feature #11925]
> *   Enumerable#any?, all?, none?, and one? accept a pattern argument. [Feature #11286]
> *   Top-level constant look-up is no longer available. [Feature #11547]
> *   One of our most loved libraries, pp.rb, is now automatically loaded. You no longer have to write require "pp". [Feature #14123]
> *   Print backtrace and error message in reverse order (oldest call first, most recent call last). When a long backtrace appears on your terminal (TTY), you can easily find the cause line at the bottom of the backtrace. Note that the order is reversed only when the backtrace is printed out to the terminal directly. [Feature #8661] [experimental]

[1]: https://www.ruby-lang.org/en/news/2017/12/25/ruby-2-5-0-released/
@donald donald merged commit 27f7e43 into master May 16, 2019
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants