[MacRuby-devel] [MacRuby] #772: Assertion fails with 4 bytes UTF-8.

2010-07-06 Thread MacRuby
#772: Assertion fails with 4 bytes UTF-8. --+- Reporter: watson1...@… | Owner: lsansone...@… Type: defect| Status: new Priority: blocker |

Re: [MacRuby-devel] [MacRuby] #766: Problems building "any" revision of trunk

2010-07-06 Thread MacRuby
#766: Problems building "any" revision of trunk ---+ Reporter: kennylov...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

[MacRuby-devel] [MacRuby] #773: Segfault occurs when specified $SAFE=4 and exception is generated.

2010-07-06 Thread MacRuby
#773: Segfault occurs when specified $SAFE=4 and exception is generated. --+- Reporter: watson1...@… | Owner: lsansone...@… Type: defect| Status: new Prio

Re: [MacRuby-devel] memory leaks

2010-07-06 Thread Laurent Sansonetti
Hi Jakub, Sorry for the late reply. I have been switching homes and was without internet access. On Jun 30, 2010, at 2:22 PM, Jakub Suder wrote: > Hi, > > The users of my app are reporting to me that it takes way more memory > than such app is supposed to. I've just released a new version that

Re: [MacRuby-devel] Using the SystemConfiguration framework

2010-07-06 Thread Laurent Sansonetti
I'm afraid there is no other way currently than wrapping this API in ObjC as John suggested. We are working on a better BridgeSupport system but it won't be available soon. Laurent On Jul 2, 2010, at 10:34 PM, John Labovitz wrote: > Depending on what you need to do, you should check out > IXS

Re: [MacRuby-devel] [MacRuby] #772: Assertion fails with 4 bytes UTF-8.

2010-07-06 Thread MacRuby
#772: Assertion fails with 4 bytes UTF-8. --+- Reporter: watson1...@… | Owner: vincent.isamb...@… Type: defect| Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #773: Segfault occurs when specified $SAFE=4 and exception is generated.

2010-07-06 Thread MacRuby
#773: Segfault occurs when specified $SAFE=4 and exception is generated. --+- Reporter: watson1...@… |Owner: lsansone...@… Type: defect| Status: closed Pr

[MacRuby-devel] Fullscreen sample app

2010-07-06 Thread Michael Jackson
Hi all, I created a fullscreen sample app in MacRuby, and I thought someone else might be able to get some use out of it. http://mjijackson.com/2010/07/fullscreen-macruby http://github.com/mjijackson/Fullscreen It's basically a port of someone else's Objective-C code, but it uses NSApp's present

Re: [MacRuby-devel] Fullscreen sample app

2010-07-06 Thread Laurent Sansonetti
Hi Michael, Thanks for porting it :) Would you mind if we bundle your sample as part of the MacRuby sample code? If you agree, would you also be willing to license the code under the Ruby license? (which is the default license for everything in MacRuby, so no need to mention it). Laurent On J

Re: [MacRuby-devel] Fullscreen sample app

2010-07-06 Thread Michael Jackson
Of course, that's fine with me. ;) Would you like a patch or are you going to merge it in yourself? -- Michael Jackson http://mjijackson.com @mjijackson On Tue, Jul 6, 2010 at 6:21 PM, Laurent Sansonetti wrote: > Hi Michael, > > Thanks for porting it :) Would you mind if we bundle your sample