[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: swig-rb bindings fail on Mac OS X 10.4

From: David Felstead <dfelstead_at_site5.com>
Date: 2005-10-02 09:35:51 CEST

Hi Kou,

On 2/10/05 1:54 PM, "Kouhei Sutou" <kou@cozmixng.org> wrote:

> Hi,
>
> Could you tell me your ruby version?
>
> For example, here is an output on my environment.
>
> % ruby -ve 'p(/^Svn_(?=fs_type_)?/)'
> ruby 1.8.2 (2004-12-25) [powerpc-darwin7.7.0]
> /^Svn_(?=fs_type_)?/

Here is the output on Mac OS X 10.4:
davidfelstead$ ruby -ve 'p(/^Svn_(?=fs_type_)?/)'
ruby 1.8.2 (2004-12-25) [powerpc-darwin7.8.0]
-e:1: target of repeat operator is invalid: /^Svn_(?=fs_type_)?/

I tried it on linux, and it worked... weird:
[dfelstead@perseus ~]$ ruby -ve 'p(/^Svn_(?=fs_type_)?/)'
ruby 1.8.2 (2004-12-25) [i386-linux]
/^Svn_(?=fs_type_)?/

Is this perhaps a Ruby bug?

Cheers,

-DF

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Oct 2 09:36:25 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.