Re: [MacRuby-devel] macruby_deploy --embed bug

2011-04-17 Thread Laurent Sansonetti
On Apr 17, 2011, at 2:18 PM, Nathaniel Talbott wrote: > On Sun, Apr 17, 2011 at 12:07 PM, Nathaniel Talbott > wrote: > >> Tonight I'll be able to submit a reproduction of the issue (have to >> run out now) but in the meantime, any ideas as to what the cause might >> be? > > After doing a bit of

Re: [MacRuby-devel] macruby_deploy --embed bug

2011-04-17 Thread Nathaniel Talbott
On Sun, Apr 17, 2011 at 12:07 PM, Nathaniel Talbott wrote: > Tonight I'll be able to submit a reproduction of the issue (have to > run out now) but in the meantime, any ideas as to what the cause might > be? After doing a bit of poking around and failing to find the root of the problem, I decide

[MacRuby-devel] macruby_deploy --embed bug

2011-04-17 Thread Nathaniel Talbott
I'm now on master in order to get the BridgeSupport fix, but my archived applications are erroring now due to a LOAD_PATH issue. Basically, the embedded framework is in: Elephant.app/Contents/Frameworks/MacRuby.framework/Versions/Current But the LOAD_PATH for the app is now: Elephant.app/C

Re: [MacRuby-devel] BridgeSupport crash

2011-04-17 Thread Nathaniel Talbott
On Sun, Apr 17, 2011 at 3:32 AM, Laurent Sansonetti wrote: > Sadly no, but either your patch or embedding the master branch of MacRuby > should > work. At this point we only commit bug fixes to the master branch, it's very > stable and > always better than the last released version, so you may

Re: [MacRuby-devel] BridgeSupport crash

2011-04-17 Thread Laurent Sansonetti
On Apr 16, 2011, at 11:34 AM, Nathaniel Talbott wrote: > In the meantime, is there any simple workaround for 0.10? Would love > to get this app shipped in working form to my alpha testers > post-haste. Sadly no, but either your patch or embedding the master branch of MacRuby should work. At this

Re: [MacRuby-devel] BridgeSupport crash

2011-04-17 Thread Laurent Sansonetti
On Apr 16, 2011, at 2:30 PM, Nathaniel Talbott wrote: > On Sat, Apr 16, 2011 at 2:34 PM, Nathaniel Talbott > wrote: > >> Excellent! Can't wait to see your commit, since I've been playing with >> a fix and am curious if I'm even looking in the right place :-) > > Attached is my hacky patch; my s