[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 { $!a.^c

Re: GUI, CPAN

2016-07-01 Thread Tadeusz SoĊ›nierz
On 01/07/16 15:59, The Holy Ghost wrote: Hello, without the good interface to C Waitwaitwait. AFAICT, perl 6 has about the best interface to C that I've used in the similarly-leveled language; is there anything you're missing from https://docs.perl6.org/language/nativecall? boost::regards

[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 Blob[uint8].new(244,143,191,18

[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 non-U

[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 string.

[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 string.

[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 p

Re: GUI, CPAN

2016-07-01 Thread Vytas D
Hi, Check http://modules.perl6.org/#q=sdl modules, I have never dealt with SDL, so can't advise any more. Thanks, Vytas P.S. you can install SDL by executing -> panda install SDL On Fri, Jul 1, 2016 at 2:59 PM, The Holy Ghost wrote: > Hello, > > without the good interface to C, is there a libr

Re: GUI, CPAN

2016-07-01 Thread Tom Browder
On Fri, Jul 1, 2016 at 8:59 AM, The Holy Ghost wrote: > Hello, > without the good interface to C, is there a library such as SDL available > such as SDLx::SDL or something ? As far as I know, the definitive source of Perl 6 modules is here: https://modules.perl6.org/ Best, -Tom

GUI, CPAN

2016-07-01 Thread The Holy Ghost
Hello, without the good interface to C, is there a library such as SDL available such as SDLx::SDL or something ? Is there a CPAN to register libraries and products for perl 6 ? Kind regards, holly