This bug is a duplicate of 127032.
At a more recent git checkout (commit
b5cb0054585a5ed2d61723d197923cb1e8a7f0ec) the command
./perl6-m tools/build/install-core-dist.pl <$(DESTDIR)$(PERL6_LANG_DIR)>
already works.
The command for the JVM backend fails:
./perl6-j tools/build/install-core-dist.pl
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #127147]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127147 >
m: require ::('Test') <&ok>; say ok 42;
rakudo-moar e95c62: OUTPUT«WARNINGS for /tmp/47x
# New Ticket Created by Juerd Waalboer
# Please include the string: [perl #127144]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127144 >
Bug:
> my uint8 $x = 255; print $x, " -> "; $x = $x + 1; say $x;
255 -> 0
Wor
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #127143]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127143 >
I think this is related to https://rt.perl.org/Ticket/Display.html?id=127134
The code bel
> On 03 Jan 2016, at 20:59, Zoffix Znet (via RT)
> wrote:
>
> # New Ticket Created by Zoffix Znet
> # Please include the string: [perl #127137]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/Ticket/Display.html?id=127137 >
>
>
> The error is
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #127142]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127142 >
If a constraint is created on a named parameter with either with a `where` or
with a `sub
> On 03 Jan 2016, at 19:12, Zoffix Znet (via RT)
> wrote:
>
> # New Ticket Created by Zoffix Znet
> # Please include the string: [perl #127135]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/Ticket/Display.html?id=127135 >
>
>
> Consider this
> On 03 Jan 2016, at 21:52, Parrot Raiser <1parr...@gmail.com> wrote:
>
> While running simple tests with essentially empty Perl6 programs, I
> noticed some odd variations in run timing. Occasionally, when a test
> was repeated, it would take something like 3 times as long as the
> previous run.
While running simple tests with essentially empty Perl6 programs, I
noticed some odd variations in run timing. Occasionally, when a test
was repeated, it would take something like 3 times as long as the
previous run.
Using the "time" command confirmed the phenomenon, but showed no
patterns I could
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #127137]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127137 >
The error is made when the programmer assumes method declarations without a
signature mea
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #127135]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127135 >
Consider this code that is missing the second argument for .subst-mutate method
and the e
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #127134]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127134 >
If, when constructing a hash, a comma is ommited, that particular key will be
missing fro
12 matches
Mail list logo