[MacRuby-devel] [MacRuby] #448: macirb fails to start on 32-bit arch (undefined method `bind' for IRB::SLex:Class)

MacRuby ruby-noreply at macosforge.org
Tue Nov 24 14:20:17 PST 2009


#448: macirb fails to start on 32-bit arch (undefined method `bind' for
IRB::SLex:Class)
-----------------------------------+----------------------------------------
 Reporter:  logan@…                |       Owner:  lsansonetti@…        
     Type:  defect                 |      Status:  new                  
 Priority:  blocker                |   Milestone:  MacRuby 0.5          
Component:  MacRuby                |    Keywords:                       
-----------------------------------+----------------------------------------

Comment(by ernest.prabhakar@…):

 FYI, I've reduced it down to a case which throws the error:

 require "e2mmap"

 module IRB
   class SLex
     extend Exception2MessageMapper
   end
 end


 and one which does NOT:

 require "e2mmap"

 module IRB
   module Notifier
     extend Exception2MessageMapper
   end
 end


 Looks having a "class" rather than  "module" is the kicker.

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



More information about the MacRuby-devel mailing list