[perl #128516] [SEGV] $!attr.^compose causing segfault

2016-07-01 Thread via RT
# New Ticket Created by Lloyd Fournier # Please include the string: [perl #128516] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128516 > class Foo { has $.a = Metamodel::ClassHOW.new_type(name => "Bar"); method comp {

[perl #128221] [BUG] Weird internal error when parsing some very simple Pod with '-' in the first column of a table in Rakudo

2016-07-01 Thread Tom Browder via RT
I am working on this issue and would like ownership of it.

Re: [perl #128513] [BUG] utf8-c8 confuses Str.perl

2016-07-01 Thread Zefram
Additional: an apparently-null string operation, such as substituting a substring (appearing in the Str) with itself, can mangle the string in the same manner as .perl.EVAL: > Blob[uint8].new(233, 1).decode("utf8-c8").subst("\x[1]", > "\x[1]").encode("utf8-c8").perl

[perl #128513] [BUG] utf8-c8 confuses Str.perl

2016-07-01 Thread via RT
# New Ticket Created by Zefram # Please include the string: [perl #128513] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128513 > Str.perl fails to represent whatever is being used by the utf8-c8 encoding to represent a

[perl #128512] [BUG] utf8-c8 mangles by NFC

2016-07-01 Thread via RT
# New Ticket Created by Zefram # Please include the string: [perl #128512] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128512 > A decode-then-encode cycle through the utf8-c8 encoding is meant to round-trip an octet

[perl #128511] [BUG] utf8-c8 generates spurious NUL

2016-07-01 Thread via RT
# New Ticket Created by Zefram # Please include the string: [perl #128511] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128511 > A decode-then-encode cycle through the utf8-c8 encoding is meant to round-trip an octet

[perl #128506] File's ctime differ in perl5 and perl6

2016-07-01 Thread via RT
# New Ticket Created by sftf # Please include the string: [perl #128506] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128506 > OS: Windows Server 2012 R2 Standard FS: NTFS TZ: +06:00 === perl5 e:\temporary>perl -v This is