Projects
Home     Blog     Install     New Ticket     View Tickets     Browse Source

Ticket #39 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

Range#include?(nil) never returns

Reported by: rowland@… Owned by: lsansonetti@…
Priority: major Milestone: MacRuby 0.2
Component: MacRuby Keywords:
Cc:

Description

(1..14).include?(nil)

maxes out cpu and never returns. Returns false in stock Ruby 1.9.

Change History

Changed 10 months ago by lsansonetti@…

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to MacRuby 0.2

Fixed in r112/trunk. Thanks for the report.

Note: See TracTickets for help on using tickets.