[perl #131014] [BUG] multi dispatch error on signature with coerce and smiley

2017-09-07 Thread Brian S. Julin via RT
On Fri, 17 Mar 2017 13:12:19 -0700, fernandocor...@gmail.com wrote: > https://irclog.perlgeek.de/perl6/2017-03-17#i_14283289 > > 19:03 > SmokeMachine m: > class C {proto method xxx(|) {*}; multi method xxx(Str(Cool:D) $n) > {1}; > multi meth

[perl #124220] [BUG] Grammar waterbed-style issue

2017-09-07 Thread Brian S. Julin via RT
On Tue, 31 Mar 2015 13:17:41 -0700, drf...@pobox.com wrote: > OS: Ubuntu 14.04 LTS on VirtualBox > Host OS: Windows 8 > Rakudo version: Current as of 25/03/2015 > > This is a simple parser for function argument syntax. > > With this there are two surprising behaviors for the price of one. The >

[perl #132045] [BUG] Cannot use [] to parameterize a role unless it's known at compile time and it's a bareword.

2017-09-07 Thread via RT
# New Ticket Created by Benjamin Goldberg # Please include the string: [perl #132045] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132045 > The following code samples work as expected: m: use MONKEY; my $m = 'foo'; my $p =

[perl #129878] [BUG][UNI] Stringifying a List adds in spaces between each item

2017-09-07 Thread Sam S. via RT
On Wed, 06 Sep 2017 15:20:17 -0700, coke wrote: > With a recent rakudo, these now both output 1 Bisectable shows that it was fixed during recent MoarVM changes: https://gist.github.com/Whateverable/01a82d07e8009c7beffe5893432dddf2 https://github.com/rakudo/rakudo/commit/593fa5f Among the