[Mono-bugs] [Bug 56993][Nor] Changed - Mono should autoconvert '\' to '/' in pathnames

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 13 May 2004 05:58:35 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by sam_bravard@yahoo.com.

http://bugzilla.ximian.com/show_bug.cgi?id=56993

--- shadow/56993	2004-05-12 21:59:12.000000000 -0400
+++ shadow/56993.tmp.18174	2004-05-13 05:58:35.000000000 -0400
@@ -66,6 +66,24 @@
 
 ------- Additional Comments From miguel@ximian.com  2004-05-12 21:59 -------
 That is just one element of the problem;  The other one is making the
 file system lookups case insensitive, and that may take some work. 
 
 It is a good idea, but not a 1.0 feature.
+
+------- Additional Comments From sam_bravard@yahoo.com  2004-05-13 05:58 -------
+I suggest leaving case insensitviy as an app.config feature since the 
+only ways around it I can think of are expensive lookup permutations 
+or forcing a dir scan for the upper and lowercase wildcard of the 
+first filename letter then doing a case-insensitive compare (actually 
+that second idea might not be that expensive on avg if the 1st open() 
+attempt fails).  I believe you'll run into the same case 
+insensitivity issues with the Mac filesystems.
+
+But let's not mix issues in one bug.
+
+re: automatic path separator conversion 
+
+I know you guys have a short runway for 1.0, so auto-pathseparator-
+conversion might make some great low-hanging fruit once you guys get 
+past the 1.0 post-release bug rush. 
+