Now it complains about unboxing a large int.

On 2015-08-14 21:07:37, alex.jakime...@gmail.com wrote:
> First part is OK, but once we start increasing the number it falls
> apart.
>
> say "x".indent(999999999999999999999999999999999);
> repeat count > 1073741824 arbitrarily unsupported...
> in block <unit> at ./test.pl:2
>
> say "x".indent(9999999999999999999999999999999999999999999999999);
> repeat count (-537617205517352961) cannot be negative
> in block <unit> at ./test.pl:3
>
> say
>
"x".indent(9999999999999999999999999999999999999999999999999999999999999999999999999);
> repeat count (-1) cannot be negative
> in block <unit> at ./test.pl:4
  • [perl #125816] [9999] "x"... Aleks-Daniel Jakimenko-Aleksejev via RT

Reply via email to