Hello!

> Yes, the patch is supposed to make MCS more compliant with CSC's behaviour
> by disallowing some invalid code to compile and preventing some invalid
> error message.
> 
> After patch a1.cs and b1.cs should fail to compile while a0.cs and b0.cs
> should compile just fine.

Thanks for the explanation, it was not entirely clear to me, when I saw
the errors coming up, and I figured `oh, this is buggy too' ;-)

> I hope that the patch doesn't break any existing code ;-)

Can I ask you something?  Could you please try a full test, do it like
this:

        cd mcs;
        make clean
        make

Wait until the whole thing builds.  If there are no errors, lets move on
to the regression tests:

        cd tests
        make test-compiler-mono

That will save me some time, and I have to go shopping right now ;-)
Miguel

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to