Re: [Mono-dev] Class status pages are empty

2008-09-17 Thread Andy Hume
Probably due to the (multiple) Unhandled Exception: System.IO.FileNotFoundException: Could not find file "/tmp/monobuild/build/BUILD/mono-113254/status/mono-api.xsl". as seen at e.g. http://mono.ximian.com/monobuild/builds/HEAD/sles-9-i586/mono/113254/logs/api-diff.log The failure isn't repor

[Mono-dev] Possible problem with 2.0RC1

2008-09-17 Thread Paul
Hi, I have some very simple code which has become unpredictable. public struct conversion { public bool isverb, isplural; public string ddd, ingerman, inenglish, examples, sex; public conversion(bool verb, bool plural, string form, string german, string english, string eg, string gen

Re: [Mono-dev] Possible problem with 2.0RC1

2008-09-17 Thread Paul
Hi, > I have some very simple code which has become unpredictable. I've done some more tests and it looks like there may be a problem with when adding code to a list<> Changes to the previous code - if it was a bool, it's now a string (with alterations in other methods to reflect this) > privat

Re: [Mono-dev] Possible problem with 2.0RC1

2008-09-17 Thread Zoltan Varga
Hi, Its not List<>.Add's fault. The ctor has the arguments in the wrong order: public conversion(bool verb, bool plural, string form, string german, Zoltan 2008/9/18 Paul <[EMAIL PROTECTED]>: > Hi, > >> I have some very simple code which has become unpredictable. > > I've do

Re: [Mono-dev] Possible problem with 2.0RC1

2008-09-17 Thread Paul
Hi, > Its not List<>.Add's fault. The ctor has the arguments in the wrong order: > > public conversion(bool verb, bool plural, string form, > string german, D'oh! Thanks :-) TTFN Paul (proving that anyone can make mistakes!) -- Sie können mich aufreizen und wirklich heiß machen