Re: [MacRuby-devel] [MacRuby] #738: A character string cannot be taken out of the variable made by Pointer.new('c').

2010-06-06 Thread MacRuby
#738: A character string cannot be taken out of the variable made by Pointer.new('c'). --+- Reporter: watson1...@… |Owner: lsansone...@… Type: defect| Status: closed

Re: [MacRuby-devel] difference in float behaviour

2010-06-06 Thread Laurent Sansonetti
Hi Emil, This is sort-of expected. MacRuby floats have less precision than MRI because we pack them as immediate values, for performance reasons. As a more generic issue, floating point arithmetic is almost never accurate. Laurent On Jun 5, 2010, at 9:59 AM, Emil Tin wrote: > > hey, > thank

[MacRuby-devel] XGrid and MacRuby

2010-06-06 Thread Ivan Storck
Has anyone tried to run xgrid on a system with macruby installed? I get an error from /usr/sbin/xgridctl (which to my surprise is written in ruby) no such file to load -- osx/foundation ~> sudo xgridctl c on Password: /usr/sbin/xgridctl:4:in `require': no such file to load -- osx/foundation (Load

Re: [MacRuby-devel] XGrid and MacRuby

2010-06-06 Thread Ivan Storck
Sorry, solved my own issue. I had made /usr/bin/ruby symlink to somewhere other than the default /System/Library/Frameworks...etc. version. Putting that symlink back to the default location solved the issue. - Ivan Storck SustainableWebsites.com (+1) 206-452-0652 Check out our blog; http://www.su