[#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:68787] [Ruby trunk - Feature #11044] [Open] [PATCH] lib/net/protocol.rb (rbuf_fill): avoid exception with read_nonblock
From:
normalperson@...
Date:
2015-04-07 19:39:44 UTC
List:
ruby-core #68787
Issue #11044 has been reported by Eric Wong. ---------------------------------------- Feature #11044: [PATCH] lib/net/protocol.rb (rbuf_fill): avoid exception with read_nonblock https://bugs.ruby-lang.org/issues/11044 * Author: Eric Wong * Status: Open * Priority: Normal * Assignee: Eric Wong ---------------------------------------- Exceptions are noisy in debug output and waste allocations. Use "exception: false" introduced in 2.1 to return symbols for common errors instead. Follow-up commits will be prepared to reduce EOFError exceptions to further quiet debug output and IO.select may be replaced by io/wait methods if available to reduce allocations. There's no visible API changes, so I'll commit this in a few days unless there is an objection and then prepare follow-up patches. ---Files-------------------------------- 0001-lib-net-protocol.rb-rbuf_fill-avoid-exception-with-r.patch (1.95 KB) -- https://bugs.ruby-lang.org/