Re: [MacRuby-devel] SearchKit in BridgeSupport

2010-12-08 Thread Laurent Sansonetti
Hi Jonathan, It looks like SearchKit behaves pretty well with MacRuby trunk and the latest BridgeSupport preview release. Below is a sample that I just programmed, for fun. It indexes all .c files in the current directory then searches the index using the first parameter to the script as the q

[MacRuby-devel] SearchKit in BridgeSupport

2010-12-08 Thread Jonathan Ragan-Kelley
I want to write a simple SearchKit-based utility. I can't seem to find SearchKit support anywhere in the new/preview or system-provided BridgeSupport versions, however. Should it be supported? How should I include the framework? ___ MacRuby-devel mailing

Re: [MacRuby-devel] README for lib/dispatch

2010-12-08 Thread Thibault Martin-Lagardette
Here you go: http://www.macruby.org/trac/browser/MacRuby/trunk/lib/dispatch/README.rdoc?rev=4895 -- Thibault Martin-Lagardette On Dec 8, 2010, at 23:37, Mark Rada wrote: > Hi, > > I noticed the the lib/dispatch layer got removed yesterday. It had a README > file that documented the Dispatch

Re: [MacRuby-devel] GUI Testing

2010-12-08 Thread Laurent Sansonetti
Hi Jason, I'm not aware of any Ruby GUI testing framework for Cocoa apps, but I think one could roll something out using MacRuby and the Mac OS X accessibility APIs. Another solution would be to use Apple Events, but not every application is fully scriptable. Laurent On Dec 7, 2010, at 5:22 P

[MacRuby-devel] README for lib/dispatch

2010-12-08 Thread Mark Rada
Hi, I noticed the the lib/dispatch layer got removed yesterday. It had a README file that documented the Dispatch module quite well. Is there any chance of getting that file back since the Dispatch is still in MacRuby? Or will I have to go back to a state before it was removed? Thanks, Ma

[MacRuby-devel] Looking for a MacRuby Developer

2010-12-08 Thread Geoffrey Grosenbach
I'm looking to hire a MacRuby developer (on contract) to implement features and fix bugs in PeepOpen, my file navigation mini-app. Details here: http://topfunky.catchthebest.com/apply/7378 Send resumé or description of your skills and hourly rate here: 7...@app.catchthebest.com Thanks,

Re: [MacRuby-devel] move to llvm 2.8

2010-12-08 Thread Eloy Duran
Normally a ticket is a good idea for any patches, but I have already merged your patch in r4997. Thanks! On 8 dec 2010, at 20:04, isaac kearse wrote: > Thanks to Eloy for catching a typo in that last commit, updated here: > https://github.com/isaac/MacRuby/commit/10ae5cec5bd577c8c472995c9a12ff9b

Re: [MacRuby-devel] move to llvm 2.8

2010-12-08 Thread isaac kearse
Thanks to Eloy for catching a typo in that last commit, updated here: https://github.com/isaac/MacRuby/commit/10ae5cec5bd577c8c472995c9a12ff9b1773e0f8 Let me know if I should open a ticket when making small documentation changes like this. Cheers, Isaac On Wed, Dec 8, 2010 at 7:58 PM, isaac kear