[#68845] [Ruby trunk - Feature #11056] [PATCH] lib/net/*: use io/wait methods instead of IO.select — normalperson@...
Issue #11056 has been updated by Eric Wong.
3 messages
2015/04/11
[#68945] [Ruby trunk - Feature #11083] [Open] Gemify net-telnet — shibata.hiroshi@...
Issue #11083 has been reported by Hiroshi SHIBATA.
4 messages
2015/04/21
[#68951] Re: [Ruby trunk - Feature #11083] [Open] Gemify net-telnet
— Eric Wong <normalperson@...>
2015/04/21
shibata.hiroshi@gmail.com wrote:
[#69012] [Ruby trunk - Feature #11105] [Open] ES6-like hash literals — shugo@...
Issue #11105 has been reported by Shugo Maeda.
5 messages
2015/04/29
[ruby-core:68768] [Ruby trunk - Feature #10958] remove "initial_state" argument of Enumerable#{slice_before, chunk}
From:
akr@...
Date:
2015-04-06 13:55:05 UTC
List:
ruby-core #68768
Issue #10958 has been updated by Akira Tanaka.
It seems no one against this. I committed.
----------------------------------------
Feature #10958: remove "initial_state" argument of Enumerable#{slice_before,chunk}
https://bugs.ruby-lang.org/issues/10958#change-52051
* Author: Akira Tanaka
* Status: Closed
* Priority: Normal
* Assignee:
----------------------------------------
I'd like to remove "initial_state" argument of Enumerable#{slice_before,chunk}.
I think a state management can be implemented using local variable without the argument.
So I'd like to remove it because it is too complex and
not consistent with Enumerable#{slice_when,slice_after} which doesn't have the argument.
Note that I added deprecated warning since Ruby 2.2.
It seems no one complained the warning until now.
---Files--------------------------------
chunk_slice_before_remove_initial_state.patch (8 KB)
--
https://bugs.ruby-lang.org/