[perl #128184] utf8-c8 is not reversable: encode/decode mismatch

2016-05-19 Thread via RT
# New Ticket Created by H. Merijn Brand # Please include the string: [perl #128184] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128184 > Two issues I use this to test: --8<--- #!perl6 use v6; use Test; for ^32 { sa

[perl #128177] Different behavior of qqw<...> & «...»

2016-05-19 Thread via RT
# New Ticket Created by Dmitry Kopytov # Please include the string: [perl #128177] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128177 > Hi. Documentation says that quoting constructs qqw<...> & «...» are equivalentl. But t

[perl #128176] [BUG] .polymod implementation assumes all lazy lists are infinite

2016-05-19 Thread jn...@jnthn.net via RT
On Wed May 18 07:56:18 2016, c...@zoffix.com wrote: > When given a lazy list as the argument, .polymod divides until the > original number given by the invocant reaches zero. That works when > the lazy list is infinite, but when it isn't, we lose the final > remainder. This affects both the Int and