Re: squid3 future directory structure

From: Robert Collins <robertc@dont-contact.us>
Date: Wed, 27 Feb 2008 07:59:18 +1100

On Fri, 2008-02-22 at 20:11 +0100, Guido Serassio wrote:
> Hi Alex,
>
> At 19:29 22/02/2008, Alex Rousskov wrote:
> >On Fri, 2008-02-22 at 19:23 +0100, Guido Serassio wrote:
> >
> > > Changing the case of files/dir will not be a problem if we will avoid
> > > upper/lower case collisions.
> >
> >This only applies to files in the same directory, right?
>
> Sure.
>
> > AFAICT,
> >filenames from different directories may still collide and even have
> >identical case.
>
> Yes, absolutely no problems here.

Actually there is a problem.

touch include1/Foo.h
touch include2/foo.h

g++ -I include1 -I include2 foo.cc

foo.cc:
#include "foo.h"
...

*boom*

-Rob

-- 
GPG key available at: <http://www.robertcollins.net/keys.txt>.
> 

Received on Tue Feb 26 2008 - 13:59:13 MST

This archive was generated by hypermail pre-2.1.9 : Sat Mar 01 2008 - 12:00:09 MST