🦋 Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). Log available at irclogs.raku.org/raku/live.html . If you're a beginner, you can also check out the #raku-beginner channel!
Set by lizmat on 6 September 2022.
codesections Based on a question in #raku-beginner, I ran into the following error: 13:37
m: 13:38
m: Ss/.*?/ / with my $i = 'foo'
camelia Cannot resolve caller samemark(Str:D: Any:U); none of these signatures matches:
(Cool:D: Cool:D $pattern, *%_)
(Str:D: Str:D $pattern, *%_ --> Str:D)
in block <unit> at <tmp> line 1
codesections That's a bug, right?
Is it a known one or do we need an issue?
lizmat it's new to me 13:39