[perl #125466] [MATH] bitwise shift is inconsistent on int

2017-10-07 Thread Zoffix Znet via RT
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.

[perl #125466] [MATH] bitwise shift is inconsistent on int

2017-10-07 Thread Zoffix Znet via RT
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.

[perl #125466] [MATH] bitwise shift is inconsistent on int

2017-10-07 Thread Zoffix Znet via RT
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-

[perl #125466] [MATH] bitwise shift is inconsistent on int

2017-10-07 Thread Zoffix Znet via RT
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-

[perl #125466] [MATH] bitwise shift is inconsistent on int

2017-09-17 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
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