You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
issues a warning on a 32-bit build but not a 64-bit build (because v is a uint). This is annoying. We should consider uint to be 64-bits for the purposes of this lint mode, which is inline with our general philosophy that you of segregating uint from u32 and u64 to encourage portability between 32-bit and 64-bit.