Projects

Ticket #52 (closed defect: fixed)

Opened 23 months ago

Last modified 19 months ago

BasicObject not defined.

Reported by: demisone@… Owned by: lsansonetti@…
Priority: blocker Milestone: MacRuby 0.3
Component: MacRuby Keywords:
Cc:

Description

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  ActiveSupport.

Change History

Changed 23 months ago by lsansonetti@…

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.

Changed 22 months ago by lsansonetti@…

  • milestone changed from MacRuby 0.2 to MacRuby 0.3

Changed 19 months ago by lsansonetti@…

  • status changed from new to closed
  • resolution set to fixed

Fixed in 543/trunk.

Note: See TracTickets for help on using tickets.