[Mono-devel-list] CLS compliance

2005-06-15 Thread Olaf Monien
while porting a library of ours to be usable under mono, we just come accross an issue which has some impacts on non-C# .NET languages. in Mono.Security there is a MiniParser class which is declared to be non-CLS compliant:

Re: [Mono-devel-list] CLS compliance

2005-06-15 Thread Atsushi Eno
Hi, The same argument about pascal compiler bug was there. http://galactus.ximian.com/pipermail/mono-devel-list/2005-June/012409.html I did not try to find out what CLS compliancy requirements are not met in detail, but there is one which causes this class to be less usable with some .NET

Re: [Mono-devel-list] CLS compliance

2005-06-15 Thread Olaf Monien
Atsushi Eno wrote: The same argument about pascal compiler bug was there. http://galactus.ximian.com/pipermail/mono-devel-list/2005-June/012409.html Sorry, I was not yet subscribed to this list when that was discussed. However, this is not really about XML.MiniParser - its just an example,

Re: [Mono-devel-list] CLS compliance

2005-06-15 Thread Olaf Monien
I don't understand why you stick to the conclusion that those case insensitive languages can, or must be able to, access to non-CLSCompliant types without problem, without discussion if casesensitivity makes sense or not. I see casesensitivity as some kind of personal preferences. Use it if