[Mono-dev] patch for System.CodeDom.Compiler.CodeCompiler

Gonzalo Paniagua Javier gonzalo at ximian.com
Wed Nov 2 14:06:44 EST 2005


On Wed, 2005-11-02 at 11:28 -0500, Sebastien Pouliot wrote:
> Hello everyone,
> 
> Here's a patch to "fix" CodeCompiler so it use Executor instead of
> directly using Process. I need this because Executor and Process have
> (similar but) different security requirements. However there are very
> few unit tests for CodeDom so I added my own
> (see /mcs/class/System/Test/System.CodeDom.Compiler/CodeCompilerCas.cs) but I feel this patch needs better/wider testing.
> 
> Could some people depending on CodeDom have a look at it and, if
> possible, try the patch (be sure to update from SVN before as Executor
> and other classes have been fixed recently).
> Thanks

xsp works fine after applying this patch.

-Gonzalo





More information about the Mono-devel-list mailing list