Re: [PATCH v20 22/48] refs.c: make ref_transaction_begin take an err argument

2014-07-14 Thread Ronnie Sahlberg
Thanks. Fixed. On Tue, Jul 8, 2014 at 4:53 AM, Michael Haggerty mhag...@alum.mit.edu wrote: On 06/20/2014 04:43 PM, Ronnie Sahlberg wrote: Add an err argument to _begin so that on non-fatal failures in future ref backends we can report a nice error back to the caller. While _begin can

Re: [PATCH v20 22/48] refs.c: make ref_transaction_begin take an err argument

2014-07-08 Thread Michael Haggerty
On 06/20/2014 04:43 PM, Ronnie Sahlberg wrote: Add an err argument to _begin so that on non-fatal failures in future ref backends we can report a nice error back to the caller. While _begin can currently never fail for other reasons than OOM, in which case we die() anyway, we may add other

[PATCH v20 22/48] refs.c: make ref_transaction_begin take an err argument

2014-06-20 Thread Ronnie Sahlberg
Add an err argument to _begin so that on non-fatal failures in future ref backends we can report a nice error back to the caller. While _begin can currently never fail for other reasons than OOM, in which case we die() anyway, we may add other types of backends in the future. For example, a