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

Re: [PATCH] work in progress perl typemaps for swig

From: Greg Stein <gstein_at_lyra.org>
Date: 2003-07-16 09:27:51 CEST

On Mon, Jul 14, 2003 at 10:47:27PM -0700, Blair Zajac wrote:
>...
> > SVN::core::apr_initialize;
>
> Shouldn't the SVN::core module call apr_initialize? It can make sure
> that it is only called once per process.

No, I don't think so. The Perl bindings should probably be treated just like
the libraries they're covering: don't "just do" something. If the app
doesn't want you to, then it is stuck.

If you have some high level wrappers, then sure. Just make sure that people
can always avoid your "help" if/when they need to.

(this is kind of why the Python bindings, at least, are organized into the
 libsvn and svn packages)

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 16 09:22:10 2003

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.