[Mono-list] StringBuilder continued

Nick Drochak ndrochak@gol.com
Mon, 29 Oct 2001 23:28:14 +0900


> > Would 
> > it be a good idea to include a switch to the compiler for "in flux" 
> > sources to suppress those warnings?  Namely the CS0649 and CS0169 
> > warnings?  
> 
> It is not really possible, because the warning flag applies 
> to the entire assembly.  I say that we should rather aim 
> towards removing all warnings on the long run, but we can add 
> the /nowarn switches for these in the meantime if it is going 
> to help us robustify the code we have.
> 
> I bet robustify is not a word.
> 

Too bad about that limitation.  However, my vote is to put in the
/nowarn's anyway for these two. Right now they are just telling us that
the class is not done, which the author already knows.  To others it's
just confusing noise.

And, yes...I think the word you are looking for is "Robustification" ;)

> 
> How do you run NUnit in console mode?  Can you post some few 
> instructions?  I would love to help fix some of the errors if 
> I knew how to do it ;-)
> 

From the mcs directory just do this:
nunit/NUnitConsole.exe
MonoTests.AllTests,class/corlib/Test/corlib_test.dll

On my box I get 23 Failures and 16 Errors.  Not a pretty sight.

The problems are clustered around just a few classes it looks like, so
maybe the problem is not very broad-based.  I'll be you can fix 'em all
in just a few minutes :)


Nick D.