On Fri, Aug 8, 2014 at 12:08 AM, Branko Čibej <br...@wandisco.com> wrote:

>  On 08.08.2014 00:05, Stefan Fuhrmann wrote:
>
>
> On Thu, Aug 7, 2014 at 11:49 PM, Branko Čibej <br...@wandisco.com> wrote:
>
>>  On 07.08.2014 23:35, stef...@apache.org wrote:
>>
>> Author: stefan2
>> Date: Thu Aug  7 21:35:01 2014
>> New Revision: 1616600
>>
>> URL: http://svn.apache.org/r1616600
>> Log:
>> Explicitly limit the dimensions of a star delta container which allows us
>> to cast sizes to 32 bits.
>>
>>
>> Can we explicitly use 32-bit types then, pretty please? Peppering the
>> code with casts is not the way to silence compiler warnings. Using correct
>> types is.
>>
>
>  You mean like svn_stringbuf32_t?
>
>  All FSX internal data structures in use explicit bitness (or are
> supposed to do so) to prevent unpleasant surprises when
> downgrading from 64 to 32 bit server software.
>
>  However, at some point we have to cast from the platform
>  types we use in our aux data structures to the internal ones.
>
>
> Ah, you mean adapting to the FS API.
>

Not only that but also that we use svn_stringbuf_t and similar
data structures / API from lib_subr where they make sense.

-- Stefan^2.

Reply via email to