Re: [MacRuby-devel] Is there a workaround for regex named capture groups not being supported?

2011-08-18 Thread Jeremy Smith
I will Matt, thank you. On Thu, Aug 18, 2011 at 2:12 PM, Matt Aimonetti wrote: > Could I ask you to file a bug so someone can look at it? > In the meantime, I'm not sure I have a workaround for you :( > > - Matt > > On Thu, Aug 18, 2011 at 10:05 AM, Jeremy Smith wrote: > >> Hi Matt, >> >> thanks

Re: [MacRuby-devel] Is there a workaround for regex named capture groups not being supported?

2011-08-18 Thread Matt Aimonetti
Could I ask you to file a bug so someone can look at it? In the meantime, I'm not sure I have a workaround for you :( - Matt On Thu, Aug 18, 2011 at 10:05 AM, Jeremy Smith wrote: > Hi Matt, > > thanks for your reply. The re2 gem didn't install under MacRuby, but will > install under MRI 1.9.2..

Re: [MacRuby-devel] Is there a workaround for regex named capture groups not being supported?

2011-08-18 Thread Jeremy Smith
Hi Matt, thanks for your reply. The re2 gem didn't install under MacRuby, but will install under MRI 1.9.2.. Password: Building native extensions. This could take a while... ERROR: Error installing re2: ERROR: Failed to build gem native extension. /Library/Frameworks/MacRuby.framework/Versions

Re: [MacRuby-devel] Is there a workaround for regex named capture groups not being supported?

2011-08-18 Thread Matt Aimonetti
Have you tried re2? MacRuby supports a great number of C extensions. - Matt Sent from my iPhone On Aug 18, 2011, at 8:14, Jeremy Smith wrote: > I now I can't use re2 because it is a C based gem, but is there any way to > support named capture groups in MacRuby? It is a pretty necessary compo

[MacRuby-devel] Is there a workaround for regex named capture groups not being supported?

2011-08-18 Thread Jeremy Smith
I now I can't use re2 because it is a C based gem, but is there any way to support named capture groups in MacRuby? It is a pretty necessary component of my project, and not having it is forcing me to look for solutions like running my gem as a service, or compiling it using Rubinius. I'd rather