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

Re: [Patch] (swig-py) accept core.svn_stream_t object for svn_stream_t *

From: Michael Pilato <cmpilato_at_collab.net>
Date: Wed, 12 Dec 2018 13:58:58 +0000

On 12/11/18 6:12 AM, Jun Omae wrote:
> On 2018/12/10 22:37, Michael Pilato wrote:
>> Most of the patch is fine.  Besides some minor code formatting tweaks,
>> there's only one bit I really changed when committing (as r1848577):
>
> Thanks for the reviewing and tweaking.
>
> Reconsidering the checking instance of svn_stream_t in
> svn_swig_py_make_stream(),
> I think the code is redundant. Using svn_swig_py_convert_ptr() would
> simplify
> the converting the given py_io parameter to a svn_stream_t pointer.
>
> Thoughts?

I agree that we can avoid doing the same sort of stuff that
SWIG_ConvertPtr() would do on our behalf. The patch makes our code much
tighter (and easy to read). Committed as-is in r1848763. Thanks!
Received on 2018-12-12 14:59:19 CET

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.