[Mono-dev] [PATCH] Pseudo-support for precompiled regular expressions
Kornél Pál
kornelpal at hotmail.com
Sun Dec 25 06:34:46 EST 2005
Hi,
Currently Mono has no support for regular expression classes compiled to
assemblies. This causes MS.NET incompatiblitiy. I didn't implement the
required infrastructure but but added a hack to interpret the supplied
pattern instead of using the compiled code that requires a not implemented
infrastructure. This can be done because MS.NET compiled regular expression
classes preserve pattern and options fields.
Please review and approve the patch.
Kornél
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CompiledRegex.diff
Type: application/octet-stream
Size: 2827 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20051225/626d43d5/attachment.obj
More information about the Mono-devel-list
mailing list