[perl #130072] [SEGV] when using uninitialized native str attribute as a hash key

2016-11-16 Thread Zoffix Znet via RT
This has been fixed in MoarVM in https://github.com/MoarVM/MoarVM/commit/28179938434035b425e66ead5e1bd4193ab31a53 Tests added in https://github.com/perl6/roast/commit/bfd9438d68 On Fri, 11 Nov 2016 08:18:43 -0800, cole...@yahoo.com wrote: > m: my %h; %h{class { has str $.s }.new.s} = 1 >

[perl #130114] IO::Path.resolve on windows prefixed with \

2016-11-16 Thread Zoffix Znet via RT
On Wed, 16 Nov 2016 03:01:30 -0800, mt1...@gmail.com wrote: > Hi, > > On windows the path created by method resolve on windows is prefixed > with a '\' which is wrong > > e.g. in project config-datalang-refine on appveyor the statement > >say 'Resolve: ', '.'.IO.resolve.Str; > > displays

Re: [perl #130095] MAST::Frame error encountered.

2016-11-16 Thread Clifton Wood
Zoffix, You should be able to comment out all XML::LibXML and still duplicate the bug. I tested that, this morning. As to what version of Perl6 I am running: $ perl6 -v This is Rakudo version 2016.10-254-gd989d96 built on MoarVM version 2016.10-43-gb4cd2a6 Thanks. On Mon, Nov 14, 2016 at 9:33

[perl6/specs] a9f852: suppress mention of dormant or defunct projects

2016-11-16 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: a9f8526c5fb8b99c4039fde80d3eb81ead232387 https://github.com/perl6/specs/commit/a9f8526c5fb8b99c4039fde80d3eb81ead232387 Author: Stéphane Payrard Date: 2016-11-15 (Tue, 15 Nov 2016)

[perl #130117] [REGEX] :r does not prevent backtracking (say ‘abcz’ ~~ /:r [‘a’ || ‘abc’ ] ‘z’ /)

2016-11-16 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #130117] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130117 > *Code:* say ‘abcz’ ~~ /:r [‘a’ || ‘abc’ ] ‘z’ / *Result:* 「abcz」

[perl6/specs] acc747: Be more specific about coercion being a convention

2016-11-16 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: acc747f10f3bb6322d2d8369d273b869df3a49a5 https://github.com/perl6/specs/commit/acc747f10f3bb6322d2d8369d273b869df3a49a5 Author: Stéphane Payrard Date: 2016-11-16 (Wed, 16 Nov 2016)

Re: perl 5?

2016-11-16 Thread Jan Ingvoldstad
On Thu, Nov 17, 2016 at 8:08 AM, ToddAndMargo wrote: > Hi All, > > Would you guys tolerate a perl 5 question every so often? > > Perl 5 questions that relate to Perl 6 would probably be on topic. If what you want is help with Perl 5 for Perl 5's sake, though, I humbly

perl 5?

2016-11-16 Thread ToddAndMargo
Hi All, Would you guys tolerate a perl 5 question every so often? -T I still do not have perl 6 support on rhel 7.2 -- ~~ Computers are like air conditioners. They malfunction when you open windows ~~

[perl #130114] IO::Path.resolve on windows prefixed with \

2016-11-16 Thread via RT
# New Ticket Created by mt1957 # Please include the string: [perl #130114] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130114 > Hi, On windows the path created by method resolve on windows is prefixed with a '\' which is

[perl #129781] [CONC] [SEGV] when start()ing several times in a loop

2016-11-16 Thread jn...@jnthn.net via RT
On Sat, 01 Oct 2016 11:42:20 -0700, nicholas wrote: > On Sat, Oct 01, 2016 at 08:14:16AM -0700, Daniel Green wrote: > > # New Ticket Created by Daniel Green > > # Please include the string: [perl #129781] > > # in the subject line of all future correspondence about this issue. > > #

[perl #130107] [CONC] unkown system error 0 via Proc::Async

2016-11-16 Thread jn...@jnthn.net via RT
On Tue, 15 Nov 2016 09:46:14 -0800, timo wrote: > The issue is that libuv will under some circumstances call the read > callback with an nread of 0 (deliberately the number 0), which we > interpret as an error. > > The Solution™ is either to not call async_read at all when nread is 0, > or to

[perl #130064] [BUG] IO::Socket::Async sometimes gives "bindexpayload needs a VMExceptio"

2016-11-16 Thread jn...@jnthn.net via RT
On Wed, 09 Nov 2016 08:51:08 -0800, c...@zoffix.com wrote: > > I can only reproduce it on camelia and the issue happens when > connecting to an IPv6 address: > > m: await > IO::Socket::Async.connect("260​0:3c03::f03c:91ff:fe91:d028", 80).then: > -> $p { if $p.status { given $p.result { .print: