[macruby-changes] [2643] MacRuby/trunk/vm.cpp

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 25 15:04:17 PDT 2009


Revision: 2643
          http://trac.macosforge.org/projects/ruby/changeset/2643
Author:   lsansonetti at apple.com
Date:     2009-09-25 15:04:17 -0700 (Fri, 25 Sep 2009)
Log Message:
-----------
let's disable this assert for now

Modified Paths:
--------------
    MacRuby/trunk/vm.cpp

Modified: MacRuby/trunk/vm.cpp
===================================================================
--- MacRuby/trunk/vm.cpp	2009-09-25 21:19:11 UTC (rev 2642)
+++ MacRuby/trunk/vm.cpp	2009-09-25 22:04:17 UTC (rev 2643)
@@ -2374,7 +2374,7 @@
     printf("\n");
 #endif
 
-    assert(!callstack_funcs.empty());
+    //assert(!callstack_funcs.empty());
 
     for (int i = 0; i < count; i++) {
         if (!klass_located && RARRAY_AT(ary, i) == klass) {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090925/3bc499ab/attachment.html>


More information about the macruby-changes mailing list