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

Re: svn commit: r24322 - trunk/subversion/bindings/swig/ruby/svn

From: Kouhei Sutou <kou_at_cozmixng.org>
Date: 2007-04-12 02:00:46 CEST

Hi Joe,

2007/4/12, Joe Swatosh <joe.swatosh@gmail.com>:

> > Uhm. The typemap affects all 'changelist_name' but there are some
> > non-NULL 'changelist_name' argument.
> > (e.g. svn_client_get_changelist)
> >
> > What about this?
> >
>
> Almost. I needed to add:
>
> %ignore svn_client_commit4;
>
> To get it working.

Oh, I'm sorry. Could you commit the patch?
And could you add the following %apply in #ifdef SWIGRUBY?

  %apply const char *NOT_NULL {
    const char *changelist_name
  };

Thanks,

--
kou
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 12 02:01:07 2007

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.