Re: [PATCH V2 2/2] Convert size datatype to size_t

2017-08-11 Thread Martin Koegler
On Thu, Aug 10, 2017 at 03:04:51PM -0700, Junio C Hamano wrote: > Martin Koegler writes: > > > For next. As this touches core functions, it will likely produce > > conflicts with other changes. Please provide the commit you want > > to rebase the patch on and I'll

Re: [PATCH V2 2/2] Convert size datatype to size_t

2017-08-10 Thread Junio C Hamano
Martin Koegler writes: > For next. As this touches core functions, it will likely produce > conflicts with other changes. Please provide the commit you want > to rebase the patch on and I'll produce a V3. No matter what base you pick, by the time the series is merged

Re: [PATCH V2 2/2] Convert size datatype to size_t

2017-08-10 Thread Johannes Schindelin
Hi Martin, On Thu, 10 Aug 2017, Martin Koegler wrote: > From: Martin Koegler > > It changes the signature of the core object access function > including any other functions to assure a clean compile if > sizeof(size_t) != sizeof(unsigned long). > > Signed-off-by: