On Sat, 23 Jul 2016 16:49:44 -0700, gfldex wrote:
> my $i = 42; my $foo:bar«$i»;
> # OUTPUT:
> #===SORRY!===
> #QAST::Var with scope '' NYI
> #
> #shell returned 1
Thank you for the report. This is now fixed in branch `post-release`.
Note that the variable needs to have compile-time value to be
On Sat, 23 Jul 2016 16:49:44 -0700, gfldex wrote:
> my $i = 42; my $foo:bar«$i»;
> # OUTPUT:
> #===SORRY!===
> #QAST::Var with scope '' NYI
> #
> #shell returned 1
Thank you for the report. This is now fixed in branch `post-release`.
Note that the variable needs to have compile-time value to be
This was fixed, for more info see this still-open issue:
https://github.com/rakudo/rakudo/issues/1420
On 2018-01-19 07:30:48, steve.myn...@gmail.com wrote:
> MoarVM build broken on FreeBSD 11 and OpenBSD 6.2
>
> ..
>
> Configuring and building MoarVM ...
> /usr/local/bin/perl5 Configure.pl --optim
This was fixed, for more info see this still-open issue:
https://github.com/rakudo/rakudo/issues/1420
On 2018-01-19 07:36:32, steve.myn...@gmail.com wrote:
> Both builds are broken see #132741 but I believe the change to make
> these builds dependent on gmake isn't neccessary.
>
> None of the Make
On Sat, 16 Jan 2016 13:33:45 -0800, rightf...@gmail.com wrote:
> The following code:
>
> my %h{Pair};
> %h{a => 1} = 2;
> temp %h = %h.clone;
>
> should succeed. However, it fails with the following error:
>
> > Type check failed in binding key; expected Pair but got Str
>
> Rakudo version:
>
On Sat, 16 Jan 2016 13:33:45 -0800, rightf...@gmail.com wrote:
> The following code:
>
> my %h{Pair};
> %h{a => 1} = 2;
> temp %h = %h.clone;
>
> should succeed. However, it fails with the following error:
>
> > Type check failed in binding key; expected Pair but got Str
>
> Rakudo version:
>