Re: [perl #131406] Bug in Perl6::Metamodel::Naming method set_name. `CArray[Pointer].^shortname` returns 'Pointer]'; should be 'CArray[Pointer]'

2017-05-31 Thread Elizabeth Mattijsen
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.

Re: [perl #131406] Bug in Perl6::Metamodel::Naming method set_name. `CArray[Pointer].^shortname` returns 'Pointer]'; should be 'CArray[Pointer]'

2017-05-31 Thread Elizabeth Mattijsen via RT
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.

Re: [perl #131408] Curious "Too many positionals" error from bail-out() with no positionals.

2017-05-31 Thread Elizabeth Mattijsen
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/

Re: [perl #131408] Curious "Too many positionals" error from bail-out() with no positionals.

2017-05-31 Thread Elizabeth Mattijsen via RT
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/

[perl #131409] whatever auto closure fails with smartmatch with regex

2017-05-31 Thread via RT
# 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

[perl #131409] whatever auto closure fails with smartmatch with regex

2017-05-31 Thread Zoffix Znet via RT
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

[perl #131409] whatever auto closure fails with smartmatch with regex

2017-05-31 Thread Zoffix Znet via RT
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

[perl #131397] semicolon subscripting in multi dim arrays has odd interactions with numeric string indexes

2017-05-31 Thread Sam S. via RT
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

[perl #131408] Curious "Too many positionals" error from bail-out() with no positionals.

2017-05-31 Thread Zoffix Znet via RT
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

[perl #131408] Curious "Too many positionals" error from bail-out() with no positionals.

2017-05-31 Thread Zoffix Znet via RT
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

[perl #131413] [LTA] Errors in Int() coercer

2017-05-31 Thread via RT
# 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

[perl #131414] [BUG] Failure to detect use of coercion on vars when smiley type constraint is used

2017-05-31 Thread via RT
# 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

[perl #131417] [BUG] Incorrect useless use warning in `so try await`

2017-05-31 Thread via RT
# 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