[#47680] String#encode でハングル文字を UTF8-MAC から UTF-8 へ変換できない — Watson <watson1978@...>
Watson と申します。
5 messages
2013/09/01
[#47729] [ruby-trunk - Bug #8964][Assigned] [BUG](%p is T_NONE) occurs while marking VM stack — "ktsj (Kazuki Tsujimoto)" <kazuki@...>
5 messages
2013/09/28
[ruby-dev:47734] [ruby-trunk - Bug #8965][Assigned] SEGV when a refined method is undefined by undef
From:
"shugo (Shugo Maeda)" <redmine@...>
Date:
2013-09-29 12:57:50 UTC
List:
ruby-dev #47734
Issue #8965 has been reported by shugo (Shugo Maeda).
----------------------------------------
Bug #8965: SEGV when a refined method is undefined by undef
https://bugs.ruby-lang.org/issues/8965
Author: shugo (Shugo Maeda)
Status: Assigned
Priority: Normal
Assignee: shugo (Shugo Maeda)
Category: core
Target version: current: 2.1.0
ruby -v: ruby 2.1.0dev (2013-09-27 trunk 43073) [i686-linux]
Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN
The following code causes SEGV:
module Foo
refine Object do
def foo
puts "foo"
end
end
end
using Foo
class Object
undef foo
end
foo
I guess undef is not aware of refinements.
--
http://bugs.ruby-lang.org/