# 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
I just kicked out the debug output, but sadly hyper + grep remains
broken. sadly, hyper + grep has been broken for a longer time :(
I'm sorry, but the JVM back-end of rakudo is currently known to not
compile and/or run very well.
> 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
> 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
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
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 ^
(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
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]
# 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
# 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
# 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
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
#
# 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
> 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 >
>
>
>
# 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
# 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
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
> 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
> 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 >
>
>
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
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
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?
23 matches
Mail list logo