[perl #126302] Use of uninitialized value in Perl6/World.nqp

2015-10-08 Thread via RT
# New Ticket Created by Timothy Smith # Please include the string: [perl #126302] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126302 > #! /bin/sh set -x if [ ! -r lib/A/B.pm6 ]; then mkdir -p lib/A echo 'class A {

[perl #126301] [BUG] self in Class.^add_method is not a Class object

2015-10-08 Thread via RT
# New Ticket Created by Shoichi Kaji # Please include the string: [perl #126301] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126301 > (Note that the script is also at https://gist.github.com/shoichikaji/e0baf95e6f602a443f16

[perl #126296] [BUG] Foo:D type on attribute should imply 'is required' and not need intialiser

2015-10-08 Thread Tobias Leich via RT
I don't think that we should mix two concepts here. The type constraint of an attribute just tells us what types/subsets are allowed to be contained in the attribute. That an attribute should be passed when instantiating an object (maybe passed but undef?) is another story. And this has not muc

[perl #126296] [BUG] Foo:D type on attribute should imply 'is required' and not need intialiser

2015-10-08 Thread via RT
# New Ticket Created by Dagfinn Ilmari Mannsåker # Please include the string: [perl #126296] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126296 > Or to put another way: attributes with 'is required' should not need an initi

Re: [perl #126297] [bug] filehandle read in a thead causes a segfault when the thread ends

2015-10-08 Thread Carlin Bingham
On Fri, 9 Oct 2015, at 02:04 AM, Elizabeth Mattijsen via RT wrote: > > I wonder if this is another symptom of: > > $ cat /dev/urandom | perl6 > > ===SORRY!=== > Malformed UTF-8 > > > Liz > It's not specific to /dev/urandom, it happens with a filehandle for a file with plain ASCII chars:

Re: [perl #126297] [bug] filehandle read in a thead causes a segfault when the thread ends

2015-10-08 Thread Elizabeth Mattijsen
> On 08 Oct 2015, at 14:43, Carlin Bingham (via RT) > wrote: > > # New Ticket Created by Carlin Bingham > # Please include the string: [perl #126297] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=126297 > > > > Doesn't

[perl #126297] [bug] filehandle read in a thead causes a segfault when the thread ends

2015-10-08 Thread via RT
# New Ticket Created by Carlin Bingham # Please include the string: [perl #126297] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126297 > Doesn't seem to happen if the main program thread is still running when the thread exit

Re: [perl #126293] [BUG] .squish doesn't

2015-10-08 Thread Elizabeth Mattijsen
Fixed with f3aace185e816e4a90ba . Test added with 522ca4afd1f8a5d072e . Can be closed. > On 08 Oct 2015, at 08:33, Larry Wall (via RT) > wrote: > > # New Ticket Created by Larry Wall > # Please include the string: [perl #126293] > # in the subject line of all future correspondence about th

[perl #79174] [BUG] Either Rakudo or STD.pm6 is wrong about comma before 'given' statement modifier

2015-10-08 Thread Larry Wall via RT
Statement modifiers now behave as terminators. Tests in 6fa03d9816b1613762f12def4bbc556dbb5fb3d5

[perl #114464] Confusing parsing (and spec?) for my A $a .= new.foo

2015-10-08 Thread Larry Wall via RT
This works now, due to the precedence changes associated with adding the dot infix operator.