Browse thread
[Caml-list] GODI available for download
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | David Brown <caml-list@d...> |
| Subject: | Re: [Caml-list] Re: GODI available for download |
On Mon, Aug 04, 2003 at 02:49:32AM +0200, Gerd Stolpmann wrote:
> > One question is, does GODI really require that? HFS preserves the case
> > of filenames, and usually you can't tell it is case insensitive. Only
> > if you try to create two filenames that differ only in case do you
> > notice the problem.
>
> I can imagine that certain checks do not work properly, so maybe one or
> the other error condition is not detected, or maybe filename
> manipulations do not work always.
In all of the programs I have worked with on case-preserving
case-insensitive, only a few have ever failed.
- Old versions of perl generated both a 'makefile' and a 'Makefile'.
This has long been corrected.
- OpenCM creates directories 'A', and 'a'. It actually works, since
the filenames probably won't collide, but the resultant tree can't
be moved to a case-sensitive filesystem.
I have heard of one other, and it was fairly trivial to fix.
I'm guessing that there is nothing in GODI that cares.
Dave
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners