#225: regexp engine broken when a string contains non ascii characters
-+--
Reporter: mattaimone...@… |Owner: lsansone...@…
Type: defect | Status: closed
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
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.
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
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/
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
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