[Mono-dev] [PATCH] Pseudo-support for precompiled regular expressions

Miguel de Icaza miguel at ximian.com
Thu Dec 29 11:49:41 EST 2005


Hello,

> 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.

The patch looks fine.   If this does not introduce any regressions,
please feel free to commit.

Miguel



More information about the Mono-devel-list mailing list