[#66126] Creation/Conversion methods/functions table for Ruby types — SASADA Koichi <ko1@...>
Hi,
5 messages
2014/11/07
[#66248] [ruby-trunk - Feature #10423] [PATCH] opt_str_lit*: avoid literal string allocations — normalperson@...
Issue #10423 has been updated by Eric Wong.
3 messages
2014/11/13
[#66595] [ruby-trunk - Bug #10557] [Open] Block not given when the argument is a string — bartosz@...
Issue #10557 has been reported by Bartosz Kopinski.
3 messages
2014/11/30
[ruby-core:66555] [ruby-trunk - misc #10553] Ruby 2.2.0 release engeneering
From:
usa@...
Date:
2014-11-28 18:36:30 UTC
List:
ruby-core #66555
Issue #10553 has been updated by Usaku NAKAMURA. Nobu and I want to change a feature. Ruby 2.1 and earlier, on Windows, parsing commandline was with ANSI encoding (it's locale encoding of ruby). This means that a script never get the correct byte sequence of a character if locale encoding does not have the representation of the character and even if suitable -E option is specified. And, since such a character is replaced by '?', in some cases it would point an incorrect file by commandling globbing. In trunk, since commandline globbing uses Unicode, the part is almost OK. But a script still cannot get the correct byte sequence of such a character with any -E options. We hope to fix this problem with keeping compatibility. Can we go for Ruby 2.2? ---------------------------------------- misc #10553: Ruby 2.2.0 release engeneering https://bugs.ruby-lang.org/issues/10553#change-50168 * Author: Yui NARUSE * Status: Assigned * Priority: Normal * Assignee: Yui NARUSE * Category: misc * Target version: current: 2.2.0 ---------------------------------------- For the management of release blockers. Current Phase: feature freeze; changing feature is not allowed unless naruse explicitly allowed. Next release: RC1 (scheduled on 2014-12-1x) Q: When ruby_2_2 branch is created? A: On RC1 Q: Can I add/change a feature? A: Get explicit permission from naruse -- https://bugs.ruby-lang.org/