On Oct 12, 2010, at 15:03 , Laurent Sansonetti wrote:
> Hard to tell, how do you reproduce this?
>
> I wouldn't look too much at the stacktrace, since the symbols might be
> corrupted.
>
`macrake` in isolate will reproduce immediately.
___
MacRuby-
These work for me too on trunk, but I am seeing some GC issues. I’ve
updated the ticket with examples.
On Fri, Oct 15, 2010 at 12:23 AM, Laurent Sansonetti
wrote:
> Hi Perry,
> If you install the nightly build, you can still go back to 0.7 by
> re-installing 0.7 on top of it after.
> Laurent
> On
Hi all,
I have a somewhat esoteric problem and I was wondering if anyone had
suggestions about how to deal with it.
Basically I'm writing a Ruby class that wraps some Objective-C classes and
provides a common interface to them, and I'm using method_missing to pass
along messages if the wrapped ob
On Fri, 15 Oct 2010 10:28:18 +0200 Eloy Duran
wrote:
> These work for me too on trunk, but I am seeing some GC issues. I’ve
> updated the ticket with examples.
It also works for me on the trunk. Presumably it needs to be fixed
for 0.7? I don't see the gc issues but perhaps I'm not running with
th
Hi,
I just pushed 0.7.1 which is basically 0.7 + fixes to support the new
BridgeSupport. You can find a pointer to it from this blog post:
http://www.macruby.org/blog/2010/10/08/bridgesupport-preview.html
Enjoy,
Laurent
On Oct 11, 2010, at 2:55 PM, Laurent Sansonetti wrote:
> Hi guys,
>
> As
Hi Perry,
The fix will ship in the next release (likely 0.8). As it may not happen soon,
I recommend to grab a nightly build in the meantime.
Laurent
On Oct 15, 2010, at 4:25 PM, Perry E. Metzger wrote:
> On Fri, 15 Oct 2010 10:28:18 +0200 Eloy Duran
> wrote:
>> These work for me too on trunk