On 12/26/2015 06:08 AM, Lloyd Fournier (via RT) wrote:
> perl6 -e 'say await start { qx/echo foo/ }'
>
> outputs an empty list. Pretty sure that's a bug.
I can't reproduce this. Does this code give the same result on your
machine as on mine?
timo@schmetterling ~> perl6 -e 'say (await start {
Hey Timo. I'm afraid I'm interpreting it correctly:
Lloyds-iMac:~ llfourn$ perl6 -e 'say (await start { qx/echo foo/ }).perl'
slip()
Looks like we've got a mac bug:
Lloyds-iMac:~ llfourn$ perl6 -v
This is Rakudo version 2015.12 built on MoarVM version 2015.12
implementing Perl 6.c.
On Sat, Dec 2
# New Ticket Created by Lloyd Fournier
# Please include the string: [perl #127033]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127033 >
perl6 -e 'sub t { say $*d }; my $*d = 1; await do { start { t() } }'
#!>Dynamic varia
just to confirm. it works on my debian container:
root@84f1511728c6:~# perl6 -e 'say (await start { qx/echo foo/ }).perl'
"foo\n"
On Sat, Dec 26, 2015 at 10:41 PM Lloyd Fournier
wrote:
> Hey Timo. I'm afraid I'm interpreting it correctly:
>
> Lloyds-iMac:~ llfourn$ perl6 -e 'say (await start {
# New Ticket Created by Lloyd Fournier
# Please include the string: [perl #127034]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127034 >
#lib/beginprecomp.pm
my package EXPORT::DEFAULT {
BEGIN {
OUR::{'&foo'} = s
# New Ticket Created by Wenzel Peppmeyer
# Please include the string: [perl #127035]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127035 >
dd [&&] [&&] [(Bool::True, Bool::True), (Bool::True, Bool::False)];
# OUTPUT«$(Bool::
> On 26 Dec 2015, at 13:12, Lloyd Fournier (via RT)
> wrote:
>
> # New Ticket Created by Lloyd Fournier
> # Please include the string: [perl #127033]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/Ticket/Display.html?id=127033 >
>
>
> perl6
Bravo Zulu, everyone, and a well-earned rest for Jonathan.
The forecast is for scattered scepticism, with occasional outbreaks of
trolls, but there should be some positive reaction from the rest of
world.
On 12/25/15, Will Coleda wrote:
> On behalf of the Rakudo development team, I’m proud to an
# New Ticket Created by Rares Aioanei
# Please include the string: [perl #127037]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127037 >
If the DESTDIR doesn't exist or something of the sorts, the error message
displayed by '
# New Ticket Created by Dave Rolsky
# Please include the string: [perl #127038]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127038 >
There's a class in rakudo's Pod.pm named Pod::Raw, but rakudo does not produce
these bloc
# New Ticket Created by Dave Rolsky
# Please include the string: [perl #127039]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127039 >
Given the Pod "X" it's turned into the following
object:
Pod::FormattingCode.new(typ
The installation of rakudo fails, when using the prefix option at the
configuration.
For example:
perl Configure.pl --backends=moar,jvm --gen-moar --gen-nqp --prefix=
$HOME/p6install
make install
...
/usr/bin/perl -MExtUtils::Command -e
mkpath /home/gz016/rakudo-src/monatlich/2015.12/share/nqp/sit
Please send a bug report to rakudo...@perl.org; Thanks!
On Sun, Dec 27, 2015 at 12:28 AM, Gerd Pokorra wrote:
> The installation of rakudo fails, when using the prefix option at the
> configuration.
>
> For example:
> perl Configure.pl --backends=moar,jvm --gen-moar --gen-nqp --prefix=
> $HOME/p6
# New Ticket Created by g...@zimt.uni-siegen.de
# Please include the string: [perl #127040]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127040 >
The installation of rakudo (rakudo-2015.12.tar.gz) fails, when using the
prefi
Done! URL: https://rt.perl.org/Ticket/Display.html?id=127040
-- Gerd
Am Sonntag, den 27.12.2015, 00:56 -0500 schrieb Will Coleda:
> Please send a bug report to rakudo...@perl.org; Thanks!
>
> On Sun, Dec 27, 2015 at 12:28 AM, Gerd Pokorra
> wrote:
> > The installation of rakudo fails, when usi
15 matches
Mail list logo