[Mono-bugs] [Bug 443841] String Matching using Regular Expressions Pattern containing nested grouping produces System .NotSupportedException

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Nov 11 15:39:06 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=443841

User gonzalo at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=443841#c1





--- Comment #1 from Gonzalo Paniagua Javier <gonzalo at novell.com>  2008-11-11 13:39:06 MST ---
Created an attachment (id=251418)
 --> (https://bugzilla.novell.com/attachment.cgi?id=251418)
Preliminary patch

I tried running this using a compiled rx but the Repeat opcode is not supported
and it falls back to the interpreter.

The interpreter does not support RxOp.Info and RxOp.NoCategoryUnicodeLetter.
I have attached a patch that implements NoCategoryUnicodeLetter for the
interpreter. Don't know what to do with RxOp.Info, so I just skipped it.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list