Projects
Home     Blog     Install     New Ticket     View Tickets     Browse Source

Ticket #52 (closed defect: fixed)

Opened 9 months ago

Last modified 4 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 9 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 7 months ago by lsansonetti@…

  • milestone changed from MacRuby 0.2 to MacRuby 0.3

Changed 4 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.