[MacRuby-devel] [MacRuby] #134: require 'rexml/document' fails

MacRuby ruby-noreply at macosforge.org
Wed Nov 12 14:22:06 PST 2008


#134: require 'rexml/document' fails
------------------------------------+---------------------------------------
 Reporter:  rebotfc at googlemail.com  |        Owner:  lsansonetti at apple.com
     Type:  defect                  |       Status:  new                  
 Priority:  major                   |    Milestone:                       
Component:  MacRuby                 |   Resolution:                       
 Keywords:                          |  
------------------------------------+---------------------------------------

Comment(by isc at massivebraingames.com):

 Here is a reduction of the bug causing the failure:
 {{{
 module A
         module B
                 CONST1 = "cool"
         end
         module C
                 include B
         end
         class D
                 include C
                 CONST2 = CONST1
         end
 end
 }}}
 Hope it'll help.

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/134#comment:2>
MacRuby <http://macruby.org/>



More information about the MacRuby-devel mailing list