Re: [MacRuby-devel] Comparison between String and nil fails.

2010-05-05 Thread Laurent Sansonetti
Hi Michel, Thanks for the report. Thibault reduced the problem, we will track it here: https://www.macruby.org/trac/ticket/690 Laurent On May 5, 2010, at 2:11 AM, Michel Steuwer wrote: > Hi everyone, > yesterday i migrated my little MacRuby project to 0.6 and i found a kind of > strange behav

[MacRuby-devel] Comparison between String and nil fails.

2010-05-05 Thread Michel Steuwer
Hi everyone, yesterday i migrated my little MacRuby project to 0.6 and i found a kind of strange behavior in a comparison between a string and nil. In MacRuby 0.5 the line worked as expected. I get the following error message in a comparison between a string on the left and nil on the right: can