Projects

Ticket #690 (closed defect: fixed)

Opened 21 months ago

Last modified 21 months ago

calling `!= nil' on an NSString raises a TypeError exception

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

Description

$ ./miniruby -e "p NSString.stringWithString('42') != nil"
/Users/lrz/src/macruby-trunk/-e:1:in `<main>': can't convert nil into String (TypeError)

Change History

Changed 21 months ago by lsansonetti@…

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

Should be fixed in r4035.

Note: See TracTickets for help on using tickets.