Re: [MacRuby-devel] MacRuby on Mavericks

2013-11-07 Thread Matthias Neeracher
Thanks for your detailed explanation. On Nov 7, 2013, at 15:07, Joshua Ballanco wrote: > I had planed on writing a longer message to the list but, having just started > a new gig, time is severely lacking. Also, it seems it'll be at least 2-3 > weeks (thank Apple store ship times) before I get

Re: [MacRuby-devel] Mavericks and Macruby

2013-11-03 Thread Matthias Neeracher
On Nov 3, 2013, at 3:44, [email protected] wrote: > From: rob ista > > Something seems to be broken since the upgrade to Mavericks. Macgems don?t > want to load anymore: > > Robs-iMac:~ rob$ macgem list > /usr/local/bin/macgem:9:in `': undefined method `summary_indent=

Re: [MacRuby-devel] [MacRuby] #339: YAML error with UTF-16 string

2009-11-14 Thread Matthias Neeracher
On Nov 14, 2009, at 15:44 , MacRuby wrote: > #339: YAML error with UTF-16 string > ---+ > Reporter: d...@… |Owner: lsansone...@… > Type: defect | Status: closed >

Re: [MacRuby-devel] [MacRuby] #408: leaked Tempfile don't get cleaned up (MacRuby)

2009-10-29 Thread Matthias Neeracher
#408: leaked Tempfile don't get cleaned up [...] Changes (by lsansone...@?): * status: new => closed * resolution: => fixed I implemented ObjectSpace finalizers as part of r2918 and now your snippet behaves like the old Ruby. This does indeed fix the main problem—the program running o

Re: [MacRuby-devel] [MacRuby] #407: NSData#bytes does not work (MacRuby)

2009-10-29 Thread Matthias Neeracher
#407: NSData#bytes does not work [...] Changes (by lsansone...@?): Comment: Should be fixed by r2916: It is indeed fixed, thank you! My initial purpose for this was to get the data out of an NSData, which in RubyCocoa was data.bytes.bytestr(data.length) It seems the MacRuby "Pointer"