[Mono-devel-list] Plan for XSP Changes

Miguel de Icaza miguel at ximian.com
Tue Apr 12 10:34:53 EDT 2005


Hello,

> > It would be useful that xsp has an --case-insentive option...
> 
> This is definitely not my area, but IMHO such an option would add
> clutter, and (most of all) be terribly inefficient.
> Moreover, it would discourage people from writing portable code in
> the first place.
> After this somebody will ask that '\' will be recognized as path
> separator...
> 
> I have heard somebody trying to implement this sort of workaround
> at a completely different level: as a FUSE based filesystem.
> This (while Linux specific) would be a nicer approach IMHO.
> At least it will stay out of the way of the xsp code ;-)

We need to get a solution of some sort for these problems: the filename
casing and the path separator.  

Some people will change their source code, some wont.  But even those
that will change their source code might accidentally not cover all the
possibly angles and you wont find about these things unless the whole
application is QAed.  The side effects of these mistakes are not always
obvious.  

I think this should happen somewhere in our io-layer, but dont know
exactly where.

Miguel.



More information about the Mono-devel-list mailing list