[#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:66183] [ruby-trunk - Feature #10175] There’s no reason to prefer Proc.new over Kernel#proc anymore
From:
mail@...
Date:
2014-11-10 23:07:15 UTC
List:
ruby-core #66183
Issue #10175 has been updated by gogo tanaka. Hi, I just wanna check there is any problems? if so please feel free to ask me. I'm totally OK you think my propose is improper and make it rejected. note: I'm not in a hurry. take your time :) ---------------------------------------- Feature #10175: There’s no reason to prefer Proc.new over Kernel#proc anymore https://bugs.ruby-lang.org/issues/10175#change-49882 * Author: gogo tanaka * Status: Open * Priority: Low * Assignee: * Category: lib * Target version: ---------------------------------------- We could’t use `Kernel#proc` if someone wanted to write code in the same way on both Ruby 1.8 and Ruby 1.9. Now that maintenance of Ruby versions 1.8 end, there’s no reason to prefer `Proc.new` over `Kernel#proc` anymore. https://www.ruby-lang.org/en/news/2014/07/01/eol-for-1-8-7-and-1-9-2/ I have fixed some coding style on the way ---Files-------------------------------- UseKernel#proc.PATCH (9.08 KB) -- https://bugs.ruby-lang.org/