03:38
tea3po joined,
lizmat_ joined
03:41
teatwo left,
lizmat left
03:42
gfldex left
03:43
gfldex joined
08:59
lizmat_ left
09:00
lizmat joined
|
|||
timemelon | when I try to call .say on a Match, I get a 'Too many positionals passed' error | 10:10 | |
[0] > $_ = 'a1b2c3' a1b2c3 [1] > my $match = m/\d/ 「1」 [2] > say $match 「1」 [2] > $match.say Too many positionals passed; expected 1 argument but got 2 in block <unit> at <unknown file> line 1 in any <main> at /usr/share/perl6/runtime/perl6.moarvm line 1 in any <entry> at /usr/share/perl6/runtime/perl6.moarvm line 1 | 10:11 | ||
is this intended behaviour? if so why does it happen? | |||
lizmat | that's a bug | 10:13 | |
ab5tract | lizmat ++ | ||
lizmat | m: "a1b2c" ~~ m/\d/; $/.say | ||
camelia | Too many positionals passed; expected 1 argument but got 2 in block <unit> at <tmp> line 1 |
||
lizmat | bisectable: "a1b2c" ~~ m/\d/; $/.say | 10:14 | |
timemelon github.com/rakudo/rakudo/commit/7555743719 :-) | 10:56 | ||
timemelon | oh amazing! | 11:30 |