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

Sebastien Pouliot sebastien.pouliot at gmail.com
Wed Nov 2 11:28:27 EST 2005


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

P.S. adding some unit tests would also be nice ;-).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20051102/dffbc1b1/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: codedom.20051102.diff
Type: text/x-patch
Size: 4250 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20051102/dffbc1b1/attachment.bin 


More information about the Mono-devel-list mailing list