Re: Comparing Int and Num

2021-04-15 Thread sisyphus
On Fri, Apr 16, 2021 at 10:21 AM Ralph Mellor wrote: [snip] > > my int $i = ...; > my num $n = $i; > > The conversion from int to num looks sane. Of course, we can't assign 64 bit values to an int, so I switched to the 63-bit values 9223372036854775296 and 9223372036854775295. The first of tho

Re: Comparing Int and Num

2021-04-15 Thread Ralph Mellor
On Wed, Apr 14, 2021 at 3:10 AM sisyphus wrote: > > Is this a bug that I ought to report ? I'm not yet convinced the issues you showed are classifiable as bugs. Part of my reasoning for my conservatism is per the guidance Larry provided in the design docs. In particular, per design doc S02: > n