Would a patch be accepted that let split work on non empty strings (not treated as REs) as a stopgap until RE support?

On Thursday, March 25, 2004, at 10:51 PM, Will Coleda (via RT) wrote:

# New Ticket Created by  Will Coleda
# Please include the string:  [perl #27962]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=27962 >


Here's an untested patch to fix the split op's warning.


Index: ops/string.ops
===================================================================
RCS file: /cvs/public/parrot/ops/string.ops,v
retrieving revision 1.15
diff -r1.15 string.ops
690c690
<       internal_exception(1, "Unimplemented join by regex");
---
internal_exception(1, "Unimplemented split by regex");

-- Will "Coke" Coleda will at coleda dot com


--
Will "Coke" Coleda will at coleda dot com




Reply via email to