16 Oct
2009
16 Oct
'09
4:54 a.m.
Revision: 2828 http://trac.macosforge.org/projects/ruby/changeset/2828 Author: lsansonetti@apple.com Date: 2009-10-15 21:54:06 -0700 (Thu, 15 Oct 2009) Log Message: ----------- fixed a bug when module_function was used as a scopy visibility followed by -1 arity methods Modified Paths: -------------- MacRuby/trunk/vm.cpp Modified: MacRuby/trunk/vm.cpp =================================================================== --- MacRuby/trunk/vm.cpp 2009-10-16 01:39:45 UTC (rev 2827) +++ MacRuby/trunk/vm.cpp 2009-10-16 04:54:06 UTC (rev 2828) @@ -1761,7 +1761,7 @@ added_modfunc = true; redefined = false; klass = *(Class *)klass; - flags = 0; + sel = orig_sel; goto prepare_method; } }
5868
Age (days ago)
5868
Last active (days ago)
0 comments
1 participants
participants (1)
-
source_changes@macosforge.org