Re: [MacRuby-devel] move to llvm 2.8

2010-12-07 Thread isaac kearse
Now might be a good time to include instructions on updating existing LLVM checkouts, as discussed on IRC: https://github.com/isaac/MacRuby/commit/a8f3b68688c03f2c314debda51d7ebfbbcae9f46 Cheers, Isaac On Wed, Dec 8, 2010 at 1:30 PM, Laurent Sansonetti wrote: > Hi, > A quick note to mention tha

Re: [MacRuby-devel] Calling Block-based C APIs with Ruby Procs

2010-12-07 Thread Caio Chassot
On 2010-12-07, at 22:13 , Laurent Sansonetti wrote: > > Hi Saul, > > Did you install the BridgeSupport preview 1 release? Without it, C blocks > won't work in MacRuby. > > http://www.macruby.org/blog/2010/10/08/bridgesupport-preview.html Is this part of trunk, nightlies, and a future 0.8 by de

Re: [MacRuby-devel] Calling Block-based C APIs with Ruby Procs

2010-12-07 Thread Perry E. Metzger
On Tue, 7 Dec 2010 18:24:16 -0800 Laurent Sansonetti wrote: > On Dec 7, 2010, at 6:14 PM, Perry E. Metzger wrote: > > > On Tue, 7 Dec 2010 16:13:13 -0800 Laurent Sansonetti > > wrote: > >> Hi Saul, > >> > >> Did you install the BridgeSupport preview 1 release? Without it, > >> C blocks won't wo

Re: [MacRuby-devel] Calling Block-based C APIs with Ruby Procs

2010-12-07 Thread Laurent Sansonetti
On Dec 7, 2010, at 6:14 PM, Perry E. Metzger wrote: > On Tue, 7 Dec 2010 16:13:13 -0800 Laurent Sansonetti > wrote: >> Hi Saul, >> >> Did you install the BridgeSupport preview 1 release? Without it, C >> blocks won't work in MacRuby. >> >> http://www.macruby.org/blog/2010/10/08/bridgesupport-pr

Re: [MacRuby-devel] Calling Block-based C APIs with Ruby Procs

2010-12-07 Thread Perry E. Metzger
On Tue, 7 Dec 2010 16:13:13 -0800 Laurent Sansonetti wrote: > Hi Saul, > > Did you install the BridgeSupport preview 1 release? Without it, C > blocks won't work in MacRuby. > > http://www.macruby.org/blog/2010/10/08/bridgesupport-preview.html Even without the BridgeSupport stuff, it should not

Re: [MacRuby-devel] move to llvm 2.8

2010-12-07 Thread Nick Ludlam
On 8 Dec 2010, at 00:30, Laurent Sansonetti wrote: > Hi, > > A quick note to mention that as of r4993, MacRuby trunk now depends on LLVM > 2.8. > > The README.rdoc file has been updated with new instructions. > > Everyone to your gcc stations :) Great news! Does it bring any benefits, other t

[MacRuby-devel] GUI Testing

2010-12-07 Thread Jason Voegele
Hi all, I've recently been reading the excellent book "Scripted GUI Testing with Ruby". It's a great book, but a little bit dated. The GUI testing framework developed throughout the book uses either the Windows API or JRuby/Swing API underneath the hood for the actual GUI interaction. I like

[MacRuby-devel] move to llvm 2.8

2010-12-07 Thread Laurent Sansonetti
Hi, A quick note to mention that as of r4993, MacRuby trunk now depends on LLVM 2.8. The README.rdoc file has been updated with new instructions. Everyone to your gcc stations :) Laurent___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org

Re: [MacRuby-devel] Calling Block-based C APIs with Ruby Procs

2010-12-07 Thread Saul Mora
That fixed it. Thanks! Laurent Sansonetti wrote: Hi Saul, Did you install the BridgeSupport preview 1 release? Without it, C blocks won't work in MacRuby. http://www.macruby.org/blog/2010/10/08/bridgesupport-preview.html Laurent On Dec 7, 2010, at 3:55 PM, Saul Mora wrote: Hello, I've i

Re: [MacRuby-devel] Calling Block-based C APIs with Ruby Procs

2010-12-07 Thread Laurent Sansonetti
Hi Saul, Did you install the BridgeSupport preview 1 release? Without it, C blocks won't work in MacRuby. http://www.macruby.org/blog/2010/10/08/bridgesupport-preview.html Laurent On Dec 7, 2010, at 3:55 PM, Saul Mora wrote: > Hello, > > I've installed the latest nightly build from 12/7, an

[MacRuby-devel] Calling Block-based C APIs with Ruby Procs

2010-12-07 Thread Saul Mora
Hello, I've installed the latest nightly build from 12/7, and tried running the sample code from the last blog post regarding calling [NSArray enumerateObjectsUsingBlock:] from with macirb. I successfully get a segfault every time I run the sample: framework 'Foundation' a = [1, 2, 3, 4, 5]

Re: [MacRuby-devel] Bug Categorization

2010-12-07 Thread Matt Aimonetti
Hi Vladimir, We didn't get to categorize the bugs yet, at least not in difficulty order. Maybe Laurent can mark some tickets he is not working on and new comers could start looking at? Thanks, - Matt On Tue, Dec 7, 2010 at 11:55 AM, Vladimir Chernis wrote: > I remember reading something about

[MacRuby-devel] Bug Categorization

2010-12-07 Thread Vladimir Chernis
I remember reading something about categorizing bugs by difficulty so that new hackers can start with something easy to get going. Did this happen at the Bug Smash? I would be really interested in a list of "starter bugs," since it's difficult for me to pick out the easy ones from trac right now