Re: [PATCH] Expand Perl bindings a bit

2013-04-17 Thread Roderich Schupp
On Thu, Apr 18, 2013 at 8:53 AM, Roderich Schupp wrote: > Here's a small extension Forgot to add the patch... perl-bindings.patch Description: Binary data

Re: [PATCH] Expand Perl bindings a bit

2013-04-17 Thread Roderich Schupp
On Tue, Apr 16, 2013 at 6:15 PM, Philip Martin wrote: > I've applied your patch in r1468487, thanks! Thanks. Here's a small extension: add an in typemap for apr_hash_t *PROPHASH. This will enable the use of many non-deprecated methods in libsvn_client, e.g. all with parameters of apr_hash_t *revp

Re: [PATCH] Expand Perl bindings a bit

2013-04-16 Thread Philip Martin
Roderich Schupp writes: > On Tue, Apr 16, 2013 at 11:35 AM, Philip Martin > wrote: >> Can you provide a bit more explanation for the removal of >> revprop_table and changelists from MAY_BE_NULL > > Can't pretend that I understand Swig very well either... > But what sense does it make to apply th

Re: [PATCH] Expand Perl bindings a bit

2013-04-16 Thread Roderich Schupp
On Tue, Apr 16, 2013 at 11:35 AM, Philip Martin wrote: > Can you provide a bit more explanation for the removal of > revprop_table and changelists from MAY_BE_NULL Can't pretend that I understand Swig very well either... But what sense does it make to apply the mapping for some const char* to a a

Re: [PATCH] Expand Perl bindings a bit

2013-04-16 Thread Philip Martin
Roderich Schupp writes: > * subversion/bindings/swig/svn_client.i > Drop three typemaps. The first two are obviously bogus and > the third is redundant (it's also in svn_containers.swg). > Index: subversion/bindings/swig/svn_client.i >