Re: [MacRuby-devel] floats in core data

2009-11-28 Thread John Shea
Hi Laurent, (sorry for the longish post) I did some simple tests where the bound variable is not actually bound to a CoreData store, but to a method in the custom NSManagedObject class.. (btw - I am not sure if anyone else noticed but a difference between 0.4 and 0.5, is that when binding to c

Re: [MacRuby-devel] floats in core data

2009-11-27 Thread Laurent Sansonetti
Hi John, This may be a bug in MacRuby, I don't know bindings well enough. It would be cool if you could reduce the problem into a small Ruby script. We are indeed unboxing NSNumbers automatically. NSDecimalNumber seems to be left untouched, which could explain why the normal arithmetic op