Closed zostay closed 7 years ago
After some investigation, this appears to be an NQP bug. This line is failing:
return $meth unless $meth ~~ Regex;
Passing Regex
to the smart match op is causing the "Invocant requires…" message because "!cursor_init" is passed in, which returns an NQPRoutine, which does not implement Mu, so it doesn't stringify properly with .gist or.perl and does not have a complete implementation of .ACCEPTS.
Tests are passing now; closing.
Tests are failing.