[PATCH]On branch swig-py3: accept both of bytes/str for input char * args

2019-01-10 Thread Yasuhito FUTATSUKI
Hi, I've made a patch swig-py3@1850520, to accept both of bytes and str objects for input args correspondings char * args of Subversion API on Python 3 wrapper functions. It is just a interim report, because I have some points I want to make clear, and/or need to fix. (Moreover, I've not touched

Re: Subversion 1.9.10 up for testing/signing

2019-01-10 Thread Stefan Sperling
On Mon, Jan 07, 2019 at 12:46:24PM +, Julian Foad wrote: > The 1.9.10 release artifacts are now available for testing/signing. > Please get the tarballs from > https://dist.apache.org/repos/dist/dev/subversion > and add your signatures there. > > Thanks! > > -- Summary: +1 to release Tes

Re: extending the blame callback

2019-01-10 Thread Stefan Kueng
On 10.01.2019 06:58, Branko Čibej wrote: On 10.01.2019 04:58, Branko Čibej wrote: On 07.01.2019 20:57, Stefan Kueng wrote: @@ -758,6 +759,33 @@ * will be true if the reason there is no blame information is that the line * was modified locally. In all other cases @a local_change will be

Re: extending the blame callback

2019-01-10 Thread Branko Čibej
On 10.01.2019 19:13, Stefan Kueng wrote: > > > On 10.01.2019 06:58, Branko Čibej wrote: >> On 10.01.2019 04:58, Branko Čibej wrote: >>> On 07.01.2019 20:57, Stefan Kueng wrote: @@ -758,6 +759,33 @@    * will be true if the reason there is no blame information is that the line   

Re: Subversion 1.9.10 up for testing/signing

2019-01-10 Thread Troy Curtis Jr
On Mon, Jan 7, 2019 at 7:46 AM Julian Foad wrote: > The 1.9.10 release artifacts are now available for testing/signing. > Please get the tarballs from > https://dist.apache.org/repos/dist/dev/subversion > and add your signatures there. > > Thanks! > > Summary: +1 to release Tested: [bdb | fsfs

Re: svn commit: r1850519 - in /subversion/branches/swig-py3: Makefile.in build/ac-macros/swig.m4 build/generator/gen_make.py build/generator/templates/build-outputs.mk.ezt

2019-01-10 Thread Troy Curtis Jr
On Sun, Jan 6, 2019 at 11:09 AM Daniel Shahaf wrote: > troycurti...@apache.org wrote on Sun, Jan 06, 2019 at 00:42:27 -: > > Author: troycurtisjr > > Date: Sun Jan 6 00:42:27 2019 > > New Revision: 1850519 > > > > URL: http://svn.apache.org/viewvc?rev=1850519&view=rev > > Log: > > On branch