[ruby-cvs:58821] nagachika:r51673 (ruby_2_2): * insns.def (defineclass): introduce an ad-hoc patch to avoid
nagachika at ruby-lang.org
nagachika at ruby-lang.org
Tue Aug 25 01:13:23 JST 2015
nagachika 2015-08-25 01:13:22 +0900 (Tue, 25 Aug 2015)
New Revision: 51673
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51673
Log:
* insns.def (defineclass): introduce an ad-hoc patch to avoid
an issue reported on [Bug #10871].
This patch does not fix completely. For example, method definition
in a block (like 1.times{def ...; end}) still causes same issue.
To solve all, we need a huge patch and it seems difficult for
stable branch.
Use Ruby 2.3 and later to solve this issue completely.
(See [Bug #10943])
Modified files:
branches/ruby_2_2/ChangeLog
branches/ruby_2_2/insns.def
branches/ruby_2_2/version.h
More information about the ruby-cvs
mailing list