Re: [MacRuby-devel] [MacRuby] #461: each_object: NoMethodError

2009-11-27 Thread MacRuby
#461: each_object: NoMethodError -+-- Reporter: jordan.breed...@…|Owner: lsansone...@… Type: defect | Status: closed Priority: blocker

Re: [MacRuby-devel] [MacRuby] #463: Intermitent crashes with MacRuby 0.5 HEAD (2009/11/26), Ruby threads and RestClient/Net:HTTP

2009-11-27 Thread MacRuby
#463: Intermitent crashes with MacRuby 0.5 HEAD (2009/11/26), Ruby threads and RestClient/Net:HTTP ---+ Reporter: ser...@… | Owner: lsansone...@… Type: defect | Status: new

Re: [MacRuby-devel] [MacRuby] #463: Intermitent crashes with MacRuby 0.5 HEAD (2009/11/26), Ruby threads and RestClient/Net:HTTP

2009-11-27 Thread MacRuby
#463: Intermitent crashes with MacRuby 0.5 HEAD (2009/11/26), Ruby threads and RestClient/Net:HTTP ---+ Reporter: ser...@… | Owner: lsansone...@… Type: defect | Status: new

Re: [MacRuby-devel] [MacRuby] #337: Bug in rb_source_new_timer in gcd.c

2009-11-27 Thread MacRuby
#337: Bug in rb_source_new_timer in gcd.c +--- Reporter: ernest.prabha...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: minor

Re: [MacRuby-devel] Assertion failed in rb_vm_super_lookup

2009-11-27 Thread Gareth Townsend
Thanks for the quick replies and explanations John and Laurent. My problem is sorted and my window is opening :-) The hardest part of building stuff with MacRuby is figuring out whether the Ruby, or the Cocoa way, is the correct way to do things. Cheers, Gareth Townsend http://www.garethtownsen

Re: [MacRuby-devel] [MacRuby] #420: GCD serial dispatch queues and groups that contain serial queues do not take surrounding scope reliably within loops/enumerators

2009-11-27 Thread MacRuby
#420: GCD serial dispatch queues and groups that contain serial queues do not take surrounding scope reliably within loops/enumerators ---+ Reporter: johnmacs...@… |Owner: lsansone...@… Type: d

Re: [MacRuby-devel] [MacRuby] #323: GCD for_reading queue crash

2009-11-27 Thread MacRuby
#323: GCD for_reading queue crash -+-- Reporter: b...@…|Owner: pthom...@… Type: defect | Status: closed Priority: major|Milestone: MacRuby 0.5

Re: [MacRuby-devel] [MacRuby] #447: GCD Crashes

2009-11-27 Thread MacRuby
#447: GCD Crashes --+- Reporter: p...@…|Owner: lsansone...@… Type: defect| Status: closed Priority: major |Milestone: MacRuby 0.5

[MacRuby-devel] [MacRuby] #464: can't load any framework "undefined method copy for NSLoadedClasses:NSMutableString"

2009-11-27 Thread MacRuby
#464: can't load any framework "undefined method copy for NSLoadedClasses:NSMutableString" ---+ Reporter: fons...@… | Owner: lsansone...@… Type: defect | Status: new

Re: [MacRuby-devel] [MacRuby] #460: bug in CSV module

2009-11-27 Thread MacRuby
#460: bug in CSV module +--- Reporter: ninec...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: blocker |Milestone:

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

Re: [MacRuby-devel] Assertion failed in rb_vm_super_lookup

2009-11-27 Thread Laurent Sansonetti
Hi Gareth, On Nov 26, 2009, at 3:51 PM, Gareth Townsend wrote: Hi, I've just started playing with MacRuby. So please bear with me, there's every chance I'm doing something stupid :-) I'm using 0.5 beta 2. I'm building a simple Cocoa App (http://github.com/quamen/noise) and am running i

Re: [MacRuby-devel] A path to linking rbo files into one executable in Xcode

2009-11-27 Thread Laurent Sansonetti
Hi Dylan, Sorry for the late response. On Nov 25, 2009, at 10:21 AM, Dylan Bruzenak wrote: Hi all, First, great work with the 0.5b2 release. I'm starting to use this for more serious development and it does most of the things I need very well. After a brief struggle last night I managed t

[MacRuby-devel] floats in core data

2009-11-27 Thread John Shea
Hi all, does any one know whether there is an issue with binding to floats, doubles in core data with macruby? For example: 1 I firstly, create an attribute foo which is set as a double or a float in the core data model 2. i bind it to a table column 3. I set foo to 300.3 in code (not through

Re: [MacRuby-devel] Assertion failed in rb_vm_super_lookup

2009-11-27 Thread John Shea
Hi Gareth, Have a look at the examples in Developer/Examples/Ruby/MacRuby - there are good examples there which might be useful for you. In this case your init method is an obvious problem, it must (as in objective C) return self. The super call is interesting because normally in ruby it will ca