[ruby] #52: BasicObject not defined.
#52: BasicObject not defined. --------------------------------+------------------------------------------- Reporter: demisone@gmail.com | Owner: lsansonetti@apple.com Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.2 Component: MacRuby | Keywords: --------------------------------+------------------------------------------- The ::BasicObject is not defined in MacRuby as it is in Ruby 1.9. This also breaks some libraries that are trying to determine whether to use BlankSlate or BasicObject based on RUBY_VERSION, such as [http://github.com/rails/rails/tree/master/activesupport/lib/active_support/b... ActiveSupport]. -- Ticket URL: <http://trac.macosforge.org/projects/ruby/ticket/52> ruby <http://ruby.macosforge.org/>
#52: BasicObject not defined. --------------------------------+------------------------------------------- Reporter: demisone@gmail.com | Owner: lsansonetti@apple.com Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.2 Component: MacRuby | Resolution: Keywords: | --------------------------------+------------------------------------------- Comment (by lsansonetti@apple.com): !MacRuby doesn't use !BasicObject as the root object of all objects (it uses !NSObject for that). But we could define !BasicObject separately and remove all its methods. -- Ticket URL: <http://trac.macosforge.org/projects/ruby/ticket/52#comment:1> ruby <http://ruby.macosforge.org/>
#52: BasicObject not defined. --------------------------------+------------------------------------------- Reporter: demisone@gmail.com | Owner: lsansonetti@apple.com Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.3 Component: MacRuby | Resolution: Keywords: | --------------------------------+------------------------------------------- Changes (by lsansonetti@apple.com): * milestone: MacRuby 0.2 => MacRuby 0.3 -- Ticket URL: <http://ruby.macosforge.org/trac/ticket/52#comment:2> macruby <http://ruby.macosforge.org/>
participants (2)
-
macruby
-
ruby