Matthew Lawrence

Results 3 comments of Matthew Lawrence

I don't think the fact that `Devel::Cover` isn't intending to generate coverage statistics for a particular file will prevent the file from being compiled. I suspect that the errors arise...

Looks like a good solution for inner joins, but tricky to extend to outer joins. ```perl6 my ($left, $right) = [1, 2, 3], [1, 2, 4]; $left.map: -> $lv {...