[PATCH] Missing Binding for svn_checksum_t

2012-12-06 Thread Shivani Poddar
Hi, I have generated the attached [PATCH] as a part of the contribution i wanted to make towards the subversion's swig-py project as a part of the OPW program. Having chosen the Python Bindings Problem, i tried learning all the prerequisites for me to become able to contribute even in the mildest o

Re: [PATCH] Missing Binding for svn_checksum_t

2012-12-07 Thread Daniel Shahaf
> Index: svn_checksum_t.swg > === > --- svn_checksum_t.swg(revision 0) > +++ svn_checksum_t.swg(revision 0) > @@ -0,0 +1,47 @@ > +%module checksum/** > + * TYPE: svn_checksum_t.; functions typemapped svn_checksum_t ;

Re: [PATCH] Missing Binding for svn_checksum_t

2012-12-07 Thread Shivani Poddar
On Fri, Dec 7, 2012 at 2:32 PM, Daniel Shahaf wrote: > > Index: svn_checksum_t.swg > > === > > --- svn_checksum_t.swg(revision 0) > > +++ svn_checksum_t.swg(revision 0) > > @@ -0,0 +1,47 @@ > > +%module checksum/** >

Re: [PATCH] Missing Binding for svn_checksum_t

2012-12-07 Thread Ben Reser
On Thu, Dec 6, 2012 at 2:40 PM, Shivani Poddar wrote: > Log Message: > subversion/bindings/swig/include > (svn_checksum_t.swg) : Generated a typemap. > (svn_checksum_kind_t,svn_checksum_create,svn_checksum_clear): typemapped > these functions > > Suggested by: Stefan Sperling > Ben

Re: [PATCH] Missing Binding for svn_checksum_t

2012-12-07 Thread Shivani Poddar
On Sat, Dec 8, 2012 at 1:51 AM, Ben Reser wrote: > On Thu, Dec 6, 2012 at 2:40 PM, Shivani Poddar > wrote: > > Log Message: > > subversion/bindings/swig/include > > (svn_checksum_t.swg) : Generated a typemap. > > (svn_checksum_kind_t,svn_checksum_create,svn_checksum_clear): typemapped > > these

Re: [PATCH] Missing Binding for svn_checksum_t

2012-12-08 Thread Shivani Poddar
Based on the reviews for the earlier PATCH for the svn_checksum.h header's python binding i have incorporated the required changes and finally have shaped the earlier patch. Please find the new patch file attached. log message: *subversion/bindings/swig/core.i: pulled in header svn_checksum.h *

Re: [PATCH] Missing Binding for svn_checksum_t

2012-12-09 Thread Ben Reser
On Sat, Dec 8, 2012 at 5:46 PM, Shivani Poddar wrote: > Based on the reviews for the earlier PATCH for the svn_checksum.h header's > python binding i have incorporated the required changes and finally have > shaped the earlier patch. > Please find the new patch file attached. > > > log message: >