Mojo should clarify guarantees around Java and unsigned integers |
|||||
Issue descriptionSince Java doesn't have unsigned types, MOjo generates interfaces using the equivalent-width signed integer type. We should document: - What happens if negative numbers are passed to a Mojo interface that has unsigned int parameters? Do they end up being treated as-if they were unsigned internally? - What happens if an unsigned integer is passed to Java that can't be represented in the equivalent-width signed integer type?
,
Dec 1 2016
Something like that certainly sounds reasonable to me.
,
Dec 1 2016
,
Jan 9 2017
,
Feb 15 2018
,
Oct 17
|
|||||
►
Sign in to add a comment |
|||||
Comment 1 by yzshen@chromium.org
, Nov 30 2016