Feature Request: Longs as BigInts
jeffpyke opened this issue · 3 comments
jeffpyke commented
Feature request: In addition to the Long library, add ability to type longs as BigInts.
eba-ts commented
+1. Many years ago we chose to code UUID as 2x64 bit integers. The option--ts_proto_opt=forceLong=Long
made it work, it would be nice to have BigInt.
message UUID {
required fixed64 least_sign_bits = 1
required fixed64 most_sign_bits = 2
}
azizghuloum commented
stephenh commented
This was fixed by #742 ; thanks @azizghuloum !
Also filed #744 as a follow up.