[#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:66238] [ruby-trunk - misc #10502] [Open] Removing obsolete prot_tag comment
From:
ruby@...
Date:
2014-11-12 23:34:45 UTC
List:
ruby-core #66238
Issue #10502 has been reported by Jack Danger.
----------------------------------------
misc #10502: Removing obsolete prot_tag comment
https://bugs.ruby-lang.org/issues/10502
* Author: Jack Danger
* Status: Open
* Priority: Low
* Assignee: Zachary Scott
* Category: doc
* Target version: current: 2.2.0
----------------------------------------
The Changelog records Matz mentioning that the following comment was obsolete as of Wed Sep 17 23:41:45 2003
This patch removes it so future developers don't get confused.
~~~
Index: eval.c
===================================================================
--- eval.c (revision 48392)
+++ eval.c (working copy)
@@ -911,8 +911,6 @@
result = (*b_proc) (data1);
}
POP_TAG();
- /* TODO: fix me */
- /* retval = prot_tag ? prot_tag->retval : Qnil; */ /* save retval */
errinfo = th->errinfo;
th->ensure_list=ensure_list.next;
(*ensure_list.entry.e_proc)(ensure_list.entry.data2);
~~~
---Files--------------------------------
remove_obsolete_prot_tag_comment.diff (437 Bytes)
--
https://bugs.ruby-lang.org/