#437: -[NSObject hash] values change when MacRuby is initialized
---------------------------------+------------------------------------------
Reporter: illenber...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: major | Milestone: MacRuby 0.5
Component: MacRuby | Keywords: NSObject hash
---------------------------------+------------------------------------------
The assertion in the following test fails under MacRuby 0.5b1:
{{{
#import <MacRuby/MacRuby.h>
int main(int argc, char *argv[])
{
NSObject* testObject = [[NSObject alloc] init];
NSUInteger hash = testObject.hash;
[MacRuby sharedRuntime];
NSCAssert(testObject.hash == hash, @"Hash value changed");
return 0;
}
}}}
--
Ticket URL: <http://www.macruby.org/trac/ticket/437>
MacRuby <http://macruby.org/>
_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel