Re: [MacRuby-devel] [MacRuby] #225: regexp engine broken when a string contains non ascii characters

2009-05-18 Thread MacRuby
#225: regexp engine broken when a string contains non ascii characters -+-- Reporter: mattaimone...@… |Owner: lsansone...@… Type: defect | Status: closed

[MacRuby-devel] Tips to fix Unicode regular expression support?

2009-05-18 Thread Jjgod Jiang
Hi all, As tracked by ticket #94 [1], Unicode (non-ASCII) regular expression is still unsupported in MacRuby 0.4. It seems that's pretty important for us Chinese developers, so I'd like to devote some time to fix it. However I rather new to MacRuby code base, I wonder if anyone can point me up a d

Re: [MacRuby-devel] Building experimental branch

2009-05-18 Thread Matt Aimonetti
I'm using 10.5.7 but I would guess that Laurent runs on 10.6. - Matt On Mon, May 18, 2009 at 10:21 AM, Martin Hess wrote: > Has anyone had any luck building the experimental branch under 10.6? > ___ > MacRuby-devel mailing list > MacRuby-devel@lists.

[MacRuby-devel] Building experimental branch

2009-05-18 Thread Martin Hess
Has anyone had any luck building the experimental branch under 10.6? ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

[MacRuby-devel] error calling target of menu item

2009-05-18 Thread Karl Varga
In the meantime to get around the thread problem I emailed about, I though I would add an NSMenuItem to the menu so that the user can click an 'Update Now' button and update the data on demand. However, whenever any of my menuitems are clicked I get the same error: /Users/karl/projects/gigameter/

Re: [MacRuby-devel] creating threads in a macruby gui app

2009-05-18 Thread Dr Rebs Rebo
From what I can make out threads such as NSThreads or NSOperations are not supported by macruby yet. On 18 May 2009, at 13:55, Karl Varga wrote: I am wondering whether MacRuby 0.5 supports Cocoa threads? I have an application which runs in the background and which displays information in th

[MacRuby-devel] creating threads in a macruby gui app

2009-05-18 Thread Karl Varga
I am wondering whether MacRuby 0.5 supports Cocoa threads? I have an application which runs in the background and which displays information in the system status bar (in a menu). It periodically logs into a website, retrives information and sets that information in the menu. The problem is that