[Mono-list] New String.cs break the test build

Nick Drochak ndrochak@gol.com
Thu, 18 Apr 2002 11:34:44 +0900


Totte (Or Lupus),

The new String.cs is missing (or the access is wrong on) some of the members
of String.  The build of RunTests.corlib.exe gives some compile errors:

d:\cygwin\home\Administrator\mcs\class\corlib\Test\System\StringTest.cs(304,
10):
 error CS0117: 'string' does not contain a definition for 'GetTypeCode'
d:\cygwin\home\Administrator\mcs\class\corlib\Test\System\StringTest.cs(428,
12):
 error CS1501: No overload for method 'IndexOfAny' takes '3' arguments
D:\cygwin\home\Administrator\mcs\class\lib\corlib.dll: (Location of symbol
relat
ed to previous error)

shows the problem.

We need to encourage hackers to do a make clean; make; make test on the mcs
module also before committing to avoid problems like this.

Help,
Nick D.