# 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 {
# 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
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
# 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
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:
> 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
# 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
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
Statement modifiers now behave as terminators. Tests in
6fa03d9816b1613762f12def4bbc556dbb5fb3d5
This works now, due to the precedence changes associated with adding the dot
infix operator.
10 matches
Mail list logo