[perl #131529] byte.Range should be 0..255 and not -∞^..^∞ (say byte.Range)

2017-07-05 Thread Jan-Olof Hendig via RT
On Mon, 12 Jun 2017 06:07:57 -0700, c...@zoffix.com wrote: > Fixed in > https://github.com/rakudo/rakudo/commit/af85d5380b1c3346f089ddc89054c44ce47d9464 > > Tests needed Added in https://github.com/perl6/roast/pull/275/commits/0331647a612c9f59bb70dfede1f9d16d4a40cdb3. Resolving issue.

Re: [perl #131529] byte.Range should be 0..255 and not -∞^..^∞ (say byte.Range)

2017-06-07 Thread Elizabeth Mattijsen
Fixed with https://github.com/rakudo/rakudo/commit/af85d5380b > On 7 Jun 2017, at 18:35, Aleks-Daniel Jakimenko-Aleksejev (via RT) > wrote: > > # New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev > # Please include the string: [perl #131529] > # in the

[perl #131529] byte.Range should be 0..255 and not -∞^..^∞ (say byte.Range)

2017-06-07 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
See also this discussion: https://irclog.perlgeek.de/perl6-dev/2017-06-07#i_14699799 In other words, if you fix this, please also fix the dead code issue in “default {}”. On 2017-06-07 09:35:49, alex.jakime...@gmail.com wrote: > Code: > say byte.Range > > Result: > -Inf^..^Inf >

[perl #131529] byte.Range should be 0..255 and not -∞^..^∞ (say byte.Range)

2017-06-07 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #131529] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131529 > Code: say byte.Range Result: -Inf^..^Inf