:radix[] form allows too-large place values #4469
Comments
From @ShimmerFairy<ShimmerFairy> m: say :16[16] Essentially, rakudo does the math on this form of radix without checking its place values if they're valid for the given radix. |
From @AlexDanielI'm not entirely sure what is supposed to happen there. With just one argument it acts as a pass-thru: And with two values it seems to do the math correctly: say :16[1,9999] # OUTPUT: «10015» So what should be done exactly? Should we just error out on too-large values (even though it seems to be functional)? On 2015-08-13 03:25:44, lue wrote:
|
The RT System itself - Status changed from 'new' to 'open' |
Migrated from rt.perl.org#125800 (status was 'open')
Searchable as RT125800$
The text was updated successfully, but these errors were encountered: