[perl #127195] Shaped array in signatures doesn't declare the lexical variable

2016-01-06 Thread via RT
# New Ticket Created by Juerd Waalboer # Please include the string: [perl #127195] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127195 > Works: sub foo (@bar[4]) { say "can haz bar" }; my @x[4]; foo(@x); # outputs

Re: [perl #127190] Perl 6 has 0 elements ( .hyper.grep )

2016-01-06 Thread Timo Paulssen
I just kicked out the debug output, but sadly hyper + grep remains broken. sadly, hyper + grep has been broken for a longer time :(

Re: Rakudo won't install

2016-01-06 Thread Timo Paulssen
I'm sorry, but the JVM back-end of rakudo is currently known to not compile and/or run very well.

Re: [perl #127184] [BUG] One digit short to correctly stringify a double

2016-01-06 Thread Elizabeth Mattijsen
> On 06 Jan 2016, at 13:47, Dan Kogai (via RT) > wrote: > > # New Ticket Created by Dan Kogai > # Please include the string: [perl #127184] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=127184 > > > > Folks, > > Rakud

Re: [perl #127191] .hyper/.race parameters sanity check

2016-01-06 Thread Elizabeth Mattijsen
> On 06 Jan 2016, at 16:29, Jonas Kramer (via RT) > wrote: > > # New Ticket Created by Jonas Kramer > # Please include the string: [perl #127191] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=127191 > > > > Currently

Rakudo won't install

2016-01-06 Thread Albert Berger
Greetings! Today I tried to install Rakudo with both MoarVM and JVM support on ArchLinux. After cloning Rakudo git repository I did the following: $ perl Configure.pl --gen-moar --gen-nqp --backends=moar,jvm $ make $ make install And got the following error: ./perl6-j tools/build/install-core-d

[perl #127190] Perl 6 has 0 elements ( .hyper.grep )

2016-01-06 Thread Will Coleda via RT
On Wed Jan 06 06:35:15 2016, alex.jakime...@gmail.com wrote: > Regular grep: > > m: say ^10 .grep: *.is-prime > rakudo-moar fec061: OUTPUT«(2 3 5 7)␤» > > With hyper: > > m: say ^10 .hyper.grep: *.is-prime > rakudo-moar fec061: OUTPUT« it has 0 elements.␤()␤» > > With race: > > m: say ^

Re: [perl #127192] [BUG] Producing output in BEGIN blocks errors out precompilation

2016-01-06 Thread Lloyd Fournier
(and now I see that hoelz re-opened the ticket) On Thu, Jan 7, 2016 at 5:03 AM Lloyd Fournier wrote: > see: > > https://rt.perl.org/Public/Bug/Display.html?id=127086 > > IMHO even if it's a WONTFIX atm we should still have at least one ticket > open to address this. > > LL > > On Thu, Jan 7, 201

Re: [perl #127192] [BUG] Producing output in BEGIN blocks errors out precompilation

2016-01-06 Thread Lloyd Fournier
see: https://rt.perl.org/Public/Bug/Display.html?id=127086 IMHO even if it's a WONTFIX atm we should still have at least one ticket open to address this. LL On Thu, Jan 7, 2016 at 4:22 AM Zoffix Znet wrote: > # New Ticket Created by Zoffix Znet > # Please include the string: [perl #127192]

[perl #127192] [BUG] Producing output in BEGIN blocks errors out precompilation

2016-01-06 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #127192] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127192 > See evaluated code below and the error it produces (Constraint type check failed for para

[perl #127191] .hyper/.race parameters sanity check

2016-01-06 Thread via RT
# New Ticket Created by Jonas Kramer # Please include the string: [perl #127191] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127191 > Currently it's possible to call .race and .hyper with degree => 0, which causes the prog

[perl #127184] [BUG] One digit short to correctly stringify a double

2016-01-06 Thread via RT
# New Ticket Created by Dan Kogai # Please include the string: [perl #127184] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127184 > Folks, Rakudo needs to add one more digit for each Num it stringifies. % perl6 -e 'pi.sa

Re: [perl #127188] [IMPROVEMENT SUGGESTION] :lang on eval to attempt to use an Inline::FOO module

2016-01-06 Thread Tobias Leich
I still think that language modules like Inline::* or v5 need to register itself. Which means, you'd use such a module before doing the EVAL so the EVAL knows what module handles the requested language. Am 06.01.2016 um 14:40 schrieb Zoffix Znet (via RT): # New Ticket Created by Zoffix Znet #

[perl #127190] Perl 6 has 0 elements ( .hyper.grep )

2016-01-06 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #127190] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127190 > Regular grep: m: say ^10 .grep: *.is-prime rakudo-moar fec061: OUTPUT«(2 3 5 7)␤» W

Re: [perl #127170] Subclass of Date + role = attribute default fail

2016-01-06 Thread Elizabeth Mattijsen
> On 05 Jan 2016, at 17:51, Geoffrey Broadwell (via RT) > wrote: > > # New Ticket Created by Geoffrey Broadwell > # Please include the string: [perl #127170] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=127170 > > > >

[perl #127188] [IMPROVEMENT SUGGESTION] :lang on eval to attempt to use an Inline::FOO module

2016-01-06 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #127188] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127188 > Seeing that value of 'Perl5' for the :lang argument to EVAL attempts to load Inline::Perl

[perl #127186] [LTA ERROR] Date/DateTime lie about constructors taking only named args

2016-01-06 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #127186] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127186 > As can be seen in the examples below. Both Date and DateTime types' .new methods *do* in

Re: Use of ':' in identifiers

2016-01-06 Thread mt1957
Hi Tobias, $foo:bar and Foo:bar are variable/package names with an colonpair appended. The entire thing is then called a longname, at least internally. Test:ver(v1) makes it clearer what it does. You $abc:def example boils down to $abd:def(True) btw. Thanks for your answer. I now found someth

Re: [perl #127172] [PATCH] Support for auto-generating private accessors.

2016-01-06 Thread Elizabeth Mattijsen
> On 05 Jan 2016, at 19:34, David (via RT) wrote: > > # New Ticket Created by David > # Please include the string: [perl #127172] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=127172 > > > > I propose this patch so as t

Re: [perl #127170] Subclass of Date + role = attribute default fail

2016-01-06 Thread Elizabeth Mattijsen
> On 05 Jan 2016, at 17:51, Geoffrey Broadwell (via RT) > wrote: > > # New Ticket Created by Geoffrey Broadwell > # Please include the string: [perl #127170] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=127170 > > >

Re: Use of ':' in identifiers

2016-01-06 Thread Tobias Leich
Hi, $foo:bar and Foo:bar are variable/package names with an colonpair appended. The entire thing is then called a longname, at least internally. Test:ver(v1) makes it clearer what it does. You $abc:def example boils down to $abd:def(True) btw. Am 06.01.2016 um 12:24 schrieb mt1957: L.s. I

Use of ':' in identifiers

2016-01-06 Thread mt1957
L.s. I'am a bit confused about the use of ':' in an identifier. I've read a bit about the ':' twigil but that seems to be used at the front of the id giving it a special use. Under 'identifiers' on the syntax page I couldn't find any about it. So I am referring to things like $abc:def and the

Re: Rakudo star 2015.12?

2016-01-06 Thread Tobias Leich
I am working on it, and made some progress yesterday. I hope to ship it soon. Am 06.01.2016 um 01:57 schrieb Parrot Raiser: There doesn't seem to be a tarball for rakudo star 2015.12. Is that going to be skipped?