Re: [perl #127030] [BUG] await start { qx/../ } doesn't wait

2015-12-26 Thread Timo Paulssen
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 {

Re: [perl #127030] [BUG] await start { qx/../ } doesn't wait

2015-12-26 Thread Lloyd Fournier
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

[perl #127033] threads, dynamic variables lost sometimes

2015-12-26 Thread via RT
# 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

Re: [perl #127030] [BUG] await start { qx/../ } doesn't wait

2015-12-26 Thread Lloyd Fournier
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 {

[perl #127034] precomp - BEGIN inside EXPORT::DEFAULT cannot invoke this object

2015-12-26 Thread via RT
# 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

[perl #127035] reduction operators fail to chain

2015-12-26 Thread via RT
# 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::

Re: [perl #127033] threads, dynamic variables lost sometimes

2015-12-26 Thread Elizabeth Mattijsen
> 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

Re: Announce: Rakudo Perl 6 compiler, Development Release #94 (“коледа”)

2015-12-26 Thread Parrot Raiser
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

[perl #127037] [BUG] Typo in installation error message : "No writeable path found"

2015-12-26 Thread via RT
# 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 '

[perl #127038] Pod parsing does not create raw blocks

2015-12-26 Thread via RT
# 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

[perl #127039] Parsing of X<> formatting code is surprising

2015-12-26 Thread via RT
# 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

Re: Announce: Rakudo Perl 6 compiler, Development Release #94 (“коледа”)

2015-12-26 Thread Gerd Pokorra
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

Re: Announce: Rakudo Perl 6 compiler, Development Release #94 (“коледа”)

2015-12-26 Thread 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 using the prefix option at the > configuration. > > For example: > perl Configure.pl --backends=moar,jvm --gen-moar --gen-nqp --prefix= > $HOME/p6

[perl #127040] Installation of rakudo-2015.12 fails

2015-12-26 Thread via RT
# 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

Re: Announce: Rakudo Perl 6 compiler, Development Release #94 (“коледа”)

2015-12-26 Thread Gerd Pokorra
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