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

Re: Bindings broken?

From: Edward S. Marshall <esm_at_logic.net>
Date: 2003-02-12 16:59:58 CET

On Wed, Feb 12, 2003 at 11:50:59AM +0100, Sander Striker wrote:
> TypeError: svn_time_from_cstring() takes exactly 3 arguments (2 given)

Conversion of apr_time_t to an OUTPUT parameter isn't taking place any
more, because of this change to subversion/bindings/swig/apr.i in r4788:

---snip---
 /* 'apr_time_t *' will always be an OUTPUT parameter */
-%typemap(in,numinputs=0) apr_time_t * (apr_time_t temp)
+%typemap(java,in,numinputs=0) apr_time_t * (apr_time_t temp)
     "$1 = &temp;";
---snip---

Reverting this ought to bring back the old behavior, to the best of my
knowledge (since this definitely isn't java-specific behavior).

-- 
Edward S. Marshall <esm@logic.net>
http://esm.logic.net/
Felix qui potuit rerum cognoscere causas.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 12 17:00:41 2003

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.