Fixed with 1ed284e2953382744b02058a , tests needed.
> On 31 May 2017, at 04:20, raiph (via RT) wrote:
>
> # New Ticket Created by raiph
> # Please include the string: [perl #131406]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/Ticket/Display.
Fixed with 1ed284e2953382744b02058a , tests needed.
> On 31 May 2017, at 04:20, raiph (via RT) wrote:
>
> # New Ticket Created by raiph
> # Please include the string: [perl #131406]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/Ticket/Display.
Fixed with cb82760625f6b8fec64a75 , tests needed.
> On 31 May 2017, at 07:20, brian d foy (via RT)
> wrote:
>
> # New Ticket Created by "brian d foy"
> # Please include the string: [perl #131408]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/
Fixed with cb82760625f6b8fec64a75 , tests needed.
> On 31 May 2017, at 07:20, brian d foy (via RT)
> wrote:
>
> # New Ticket Created by "brian d foy"
> # Please include the string: [perl #131408]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/
# New Ticket Created by zengargoyle
# Please include the string: [perl #131409]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131409 >
When using smartmatch against a regex, auto-whatever closure generation
does not work wher
On Wed, 31 May 2017 03:31:49 -0700, zengargo...@gmail.com wrote:
> When using smartmatch against a regex, auto-whatever closure generation
> does not work whereas manual pointy closure does work.
>
> A '{ * eq $match}' behaves differently than a '{ * ~~ /<$match>/}'.
> However, '-> $x { $x ~~ <$ma
On Wed, 31 May 2017 03:31:49 -0700, zengargo...@gmail.com wrote:
> When using smartmatch against a regex, auto-whatever closure generation
> does not work whereas manual pointy closure does work.
>
> A '{ * eq $match}' behaves differently than a '{ * ~~ /<$match>/}'.
> However, '-> $x { $x ~~ <$ma
Shorter example:
my @a = [2, 4], [6, 8];
say @a[1; 1].perl; # 8
say @a["1"; "1"].perl; # (8,)
PS: Definitely seems related to the following ticket:
https://rt.perl.org/Ticket/Display.html?id=130947
On Wed, 31 May 2017 02:45:07 -0700, elizabeth wrote:
> tests needed.
Tests added: https://github.com/perl6/roast/commit/83e984a190
> On 31 May 2017, at 07:20, brian d foy (via RT)
> wrote:
> Besides the actual error, the error message isn't great. I would have
> liked it to mention the method
On Wed, 31 May 2017 02:45:07 -0700, elizabeth wrote:
> tests needed.
Tests added: https://github.com/perl6/roast/commit/83e984a190
> On 31 May 2017, at 07:20, brian d foy (via RT)
> wrote:
> Besides the actual error, the error message isn't great. I would have
> liked it to mention the method
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #131413]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131413 >
The first one says it expected Int but got Str, when in reality the type
constraint is An
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #131414]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131414 >
The first eval complains that I can't use a coercer on a variable... However,
the latter
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #131417]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131417 >
02:32 m: so try await start 42
02:32 camelia rakudo-moar 8ec181: OUTPUT: «WARN
13 matches
Mail list logo