Tests were added in https://github.com/perl6/roast/pull/344/files
There are three fudges where it's unknown what the proper behaviour should be
(overflow or switch to Int?).
Someone Who Knows should review them and unfudge/correct.
Tests were added in https://github.com/perl6/roast/pull/344/files
There are three fudges where it's unknown what the proper behaviour should be
(overflow or switch to Int?).
Someone Who Knows should review them and unfudge/correct.
On Sun, 17 Sep 2017 15:17:47 -0700, alex.jakime...@gmail.com wrote:
> Plain-wrongs and WHATs print different results today. Bisectable
> points at
> https://github.com/rakudo/rakudo/commit/242baf256a210f1cb643cb6324916dbc76184c9f
>
> I think we now only need tests for this ticket.
>
> On 2015-06-
On Sun, 17 Sep 2017 15:17:47 -0700, alex.jakime...@gmail.com wrote:
> Plain-wrongs and WHATs print different results today. Bisectable
> points at
> https://github.com/rakudo/rakudo/commit/242baf256a210f1cb643cb6324916dbc76184c9f
>
> I think we now only need tests for this ticket.
>
> On 2015-06-
Plain-wrongs and WHATs print different results today. Bisectable points at
https://github.com/rakudo/rakudo/commit/242baf256a210f1cb643cb6324916dbc76184c9f
I think we now only need tests for this ticket.
On 2015-06-23 09:05:43, hmbrand wrote:
> $ perl6 -e'my int $i = int.Range.min; say $i; say $i