[#48190] [ruby-trunk - Feature #9816] 文字列内の数字を数値として比較するメソッド — zn@...
Issue #9816 has been updated by Kazuhiro NISHIYAMA.
3 messages
2014/05/08
[ruby-dev:48229] [ruby-trunk - Bug #416] core_set_method_alias
From:
nagachika00@...
Date:
2014-05-21 13:39:05 UTC
List:
ruby-dev #48229
Issue #416 has been updated by Tomoyuki Chikanaga.
Backport set to 2.0.0: REQUIRED, 2.1: REQUIRED
Hi,
Obviously r18554 is already contained in 2.0.0/2.1, but r46037 should be backported to `ruby_2_0_0` and `ruby_2_1`.
----------------------------------------
Bug #416: core_set_method_alias
https://bugs.ruby-lang.org/issues/416#change-46826
* Author: Shyouhei Urabe
* Status: Closed
* Priority: Normal
* Assignee: Koichi Sasada
* Category:
* Target version:
* ruby -v: r17576
* Backport: 2.0.0: REQUIRED, 2.1: REQUIRED
----------------------------------------
バックトレースに`core_set_method_alias`という謎のメソッド名が出現することがあります
% ~/target/trunk/bin/ruby -ve 'alias foo bar'
ruby 1.9.0 (2008-08-11 revision 17576) [x86_64-linux]
-e:1:in `core_set_method_alias': undefined method `bar' for class `Object' (NameError)
from -e:1:in `<main>'
--
https://bugs.ruby-lang.org/