You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<masak> rakudo: regex foo { foo }; say foo('foo').perl
<p6eval> rakudo 5667dc: OUTPUT«Method 'perl' not found for invocant of
class 'PGE;Match'»
* masak submits rakudobug
<masak> rakudo: regex foo { foo }; say foo('foo').perl
<p6eval> rakudo 5667dc: OUTPUT«Method 'perl' not found for invocant of
class 'PGE;Match'»
* masak submits rakudobug
Beyond that, it's not clear that one can pass a simple string to a
Regex; it may require creating a Cursor first (since regexes are really
methods requiring a Cursor invocant).
The code now say Method '!cursor_start' not found for invocant of class
'Str' because it treats the argument to the regex as a Cursor. Which
seems to be OK. Closing without tests, because the spec isn't very
explicit here.
Migrated from rt.perl.org#68346 (status was 'rejected')
Searchable as RT68346$
The text was updated successfully, but these errors were encountered: