[Mono-list] [PATCH] "protected internal" semantics
Miguel de Icaza
miguel@ximian.com
15 Dec 2002 17:20:19 -0500
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