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
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=
On Nov 14, 2009, at 15:44 , MacRuby wrote:
> #339: YAML error with UTF-16 string
> ---+
> Reporter: d...@… |Owner: lsansone...@…
> Type: defect | Status: closed
>
#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
#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"