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

Re: svn commit: r23434 - in trunk/subversion: include libsvn_client libsvn_subr

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2007-02-21 14:59:25 CET

On 2/21/07, Hyrum K. Wright <hyrum_wright@mail.utexas.edu> wrote:

> No strong objections here. In fact, if we return an svn_error_t *,
> which I think we should, we'd better be passing in a pool, because we
> would need to allocate potential errors from that pool.

That's incorrect. Errors are allocated within their own pool, because
they often need to persist longer than the pool available in the
function they are created in.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 21 14:59:43 2007

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.