Re: [MacRuby-devel] macruby produces strings with encodings that differ from MRI

2011-09-18 Thread Laurent Sansonetti
Hi Steve, It would be nice to know what exactly in ruby-mysql causes the problem. If you can reduce the problem to a simple code snippet or point us to the ruby-mysql source code it would be great. Thanks Laurent On Sun, Sep 18, 2011 at 8:38 AM, Steve Clarke wrote: > Yes, looks like the same is

Re: [MacRuby-devel] linking an NSTextView with my AppDelegate

2011-09-18 Thread Laurent Sansonetti
Hi Brice, AFAIK, IB support in Xcode4 was broken for a long time but has been fixed in the beta builds. Unless you can't use the beta, http://www.macruby.org/trac/ticket/1322 contains a workaround. Laurent On Mon, Sep 12, 2011 at 9:37 PM, Brice Ruth wrote: > Good afternoon - > > I saw a thread

Re: [MacRuby-devel] Serialport IO and OS X Lion

2011-09-18 Thread Laurent Sansonetti
Hi Robert I guess it can be either a problem in MacRuby or a problem in Lion. Can you share more details on this? Some system frameworks shipped with GC regressions in Lion, maybe that's the problem here. Laurent On Sat, Aug 20, 2011 at 9:42 PM, Robert Rice wrote: > Hi devotees, > > I was using

Re: [MacRuby-devel] -twolevel_namespace issue?

2011-09-18 Thread Laurent Sansonetti
Hi Jeremy, Could the problem be fixed by linking statically your own copy of SQLite against the Amalgalite library, and perhaps passing all SQLite symbols to -unexported_symbols_list during ld time? I am guessing symbols wouldn't collide anymore this way. >From what I understand, it looks like it

Re: [MacRuby-devel] Invoking an obj-c method requiring a block

2011-09-18 Thread Laurent Sansonetti
Hi Andy, Blocks should work. Perhaps there is a problem with this very specific API. Could you file a ticket? We will investigate. Thanks Laurent On Sat, Aug 20, 2011 at 11:52 PM, Andy Park wrote: > I tried using blocks today, to no avail. > > This didn't work: >                NSNotificationCe

Re: [MacRuby-devel] [ANN] Launch: MemoryCloud - Where memories live

2011-09-18 Thread Laurent Sansonetti
A bit late to the party... but congratulations, it looks great, and thanks for using MacRuby :-) Laurent On Thu, Sep 1, 2011 at 6:16 PM, Steven Buxton wrote: > > http://memorycloudapp.com - We built this 100% in MacRuby 0.10 and it was a > blast to build.  Started building it in 0.6 and worked o

[MacRuby-devel] Fwd: macruby produces strings with encodings that differ from MRI

2011-09-18 Thread Steve Clarke
Hi Laurent, The problem is in the self.eof_packet? method of protocol.rb. The statement that causes the problem is: data[0] == ?\xfe && data.length == 5 When run under macruby this is what happens: Encoding of data[0] is ASCII-8BIT. Encoding of ?\xfe is UTF-8 The

Re: [MacRuby-devel] linking an NSTextView with my AppDelegate

2011-09-18 Thread Brice Ruth
Thanks Laurent! I don't have access to the beta, but the workaround works. On Sep 18, 2011, at 4:02 AM, Laurent Sansonetti wrote: > Hi Brice, > > AFAIK, IB support in Xcode4 was broken for a long time but has been > fixed in the beta builds. Unless you can't use the beta, > http://www.macruby.or

[MacRuby-devel] Apps in the MAS built with MacRuby

2011-09-18 Thread Eloy Duran
Hey guys, For an upcoming presentation I’m giving (on saturday at SecondConf) I’d like to have an updated list of apps built with MacRuby which are available in the Mac App Store. So please let me know about your apps! Cheers, Eloy ___ MacRuby-devel

Re: [MacRuby-devel] Apps in the MAS built with MacRuby

2011-09-18 Thread Dominic Dagradi
Briquette - http://briquetteapp.com/ On Sunday, September 18, 2011 at 11:52 AM, Eloy Duran wrote: > Hey guys, > > For an upcoming presentation I’m giving (on saturday at SecondConf) I’d like > to have an updated list of apps built with MacRuby which are available in the > Mac App Store. > >

Re: [MacRuby-devel] Apps in the MAS built with MacRuby

2011-09-18 Thread Daniel Westendorf
http://www.coon-and-friends.com/html-slide-presenter.html http://www.thumperapp.com/ dw On Sep 18, 2011, at 9:53 AM, Eloy Duran wrote: > Hey guys, > > For an upcoming presentation I’m giving (on saturday at SecondConf) I’d like > to have an updated list of apps built with MacRuby which are av

Re: [MacRuby-devel] Apps in the MAS built with MacRuby

2011-09-18 Thread [email protected]
Mine's a simple little app: http://luckymac.com/ If you want a code for it just let me know! Aston On 18 Sep 2011, at 16:52, Eloy Duran wrote: > Hey guys, > > For an upcoming presentation I’m giving (on saturday at SecondConf) I’d like > to have an updated list of apps built with MacRuby whi

Re: [MacRuby-devel] Apps in the MAS built with MacRuby

2011-09-18 Thread Pavlos Vinieratos
if I make a little game with gosu, can I put it on MAS? On Sun, Sep 18, 2011 at 7:11 PM, [email protected] wrote: > Mine's a simple little app: > > http://luckymac.com/ > > If you want a code for it just let me know! > > Aston > > On 18 Sep 2011, at 16:52, Eloy Duran wrote: > > > Hey guys, > > > > F

Re: [MacRuby-devel] Apps in the MAS built with MacRuby

2011-09-18 Thread [email protected]
If it's made with MacRuby, yes: http://astonj.com/tech/how-to-submit-your-macruby-app-to-the-mac-app-store/ On 18 Sep 2011, at 17:20, Pavlos Vinieratos wrote: > if I make a little game with gosu, can I put it on MAS? > > On Sun, Sep 18, 2011 at 7:11 PM, [email protected] wrote: > Mine's a simple

Re: [MacRuby-devel] -twolevel_namespace issue?

2011-09-18 Thread Jeremy Hinegardner
I will see if that can work. So the approache would be to statically compile the sqlite lib that ships with amalgalite, and separately link it to the extension vs. compiling it all together as it does today. I will give those options a try and see who it all works. Thanks for the info, compiler fl

Re: [MacRuby-devel] Apps in the MAS built with MacRuby

2011-09-18 Thread Eloy Duran
Thanks everybody! I’ll compile a list tomorrow and also add it to the github wiki. ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel