Spack - package manager for Linux+Mac

2019-01-13 Thread Paul Hammant
Spack currently has 1.9.7 as the most recent Svn that it can deliver: https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/subversion/package.py Someone may be interested in dipping their toe into that world and updating their script for them. - Paul

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

2019-01-13 Thread Troy Curtis Jr
On Thu, Jan 10, 2019 at 9:50 AM Yasuhito FUTATSUKI wrote: > > 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

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

2019-01-13 Thread Yasuhito FUTATSUKI
In article troycurti...@gmail.com writes: > On Thu, Jan 10, 2019 at 9:50 AM Yasuhito FUTATSUKI > wrote: >> The patch attached modifies 4 kind of input argment translations. >> >> (1) typemap(in) char * (with/without const modifiers); not allow NULL, >> typemap(in) const char * MAY_BE_NULL;