[BUG] 0.15rc2: DeprecationWarning: struct integer overflow masking is deprecated
John Arbash Meinel
john at arbash-meinel.com
Sun Apr 1 15:08:14 BST 2007
Robert Collins wrote:
> On Sun, 2007-04-01 at 10:57 +1000, Martin Pool wrote:
>>
>> So I assume you're doing the & because we can't change the length of
>> this field? Does dirstate really care how long it is?
>
> Not at all. Its reasonable for it to be different sizes on different
> machines in fact.
>
> Rob
Well, except for the issue of mounting over NFS, etc. So if I had an NFS
mount and the other machine is using a full 64-bit inode, but *this* one
doesn't. Then each switch would trigger a full rescan.
I actually really prefer the variable sized "%lX.%lX....", since that is
consistent across all platforms without any loss of information.
John
=:->
More information about the bazaar
mailing list