Re: [webkit-dev] Getting rid of WebCore.xcodeproj developmentRegion diff

2010-08-17 Thread Darin Adler
It’s the Xcode team’s fault, caused by people using different versions of 
Xcode. Short term, I don’t know any way to make it go away. Long term it will 
disappear once all contributors are using Xcode 3.2.3 or newer.

-- Darin

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Getting rid of WebCore.xcodeproj developmentRegion diff

2010-08-17 Thread Tony Gentilcore
Just a thought. Would it be too aggressive/premature to add a style rule
requiring the Xcode 3.2.3+ behavior? That would unfortunately mean that
users of older versions would have to manually edit the file to keep the
style checker happy.

On Tue, Aug 17, 2010 at 11:28 AM, Darin Adler  wrote:

> It’s the Xcode team’s fault, caused by people using different versions of
> Xcode. Short term, I don’t know any way to make it go away. Long term it
> will disappear once all contributors are using Xcode 3.2.3 or newer.
>
>-- Darin
>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Getting rid of WebCore.xcodeproj developmentRegion diff

2010-08-17 Thread Jeff Johnson
Actually, this is caused by Xcode 4 (still in beta).

See rdar://problem/8295614 Xcode 4 fights with Xcode 3 over developmentRegion

-Jeff


On Aug 17, 2010, at 1:28 PM, Darin Adler wrote:

> It’s the Xcode team’s fault, caused by people using different versions of 
> Xcode. Short term, I don’t know any way to make it go away. Long term it will 
> disappear once all contributors are using Xcode 3.2.3 or newer.
> 
>-- Darin

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Getting rid of WebCore.xcodeproj developmentRegion diff

2010-08-17 Thread Eric Seidel
I think the check-webkit-style rule for whatever the dominant case is
makes a lot of sense.

-eric

On Tue, Aug 17, 2010 at 1:41 PM, Jeff Johnson
 wrote:
> Actually, this is caused by Xcode 4 (still in beta).
>
> See rdar://problem/8295614 Xcode 4 fights with Xcode 3 over developmentRegion
>
> -Jeff
>
>
> On Aug 17, 2010, at 1:28 PM, Darin Adler wrote:
>
>> It’s the Xcode team’s fault, caused by people using different versions of 
>> Xcode. Short term, I don’t know any way to make it go away. Long term it 
>> will disappear once all contributors are using Xcode 3.2.3 or newer.
>>
>>    -- Darin
>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Getting rid of WebCore.xcodeproj developmentRegion diff

2010-08-17 Thread Jeremy Orlow
In that case, can we please standardize on the Xcode 3 behavior and ask
those using the beta to keep it out manually?

J

On Tue, Aug 17, 2010 at 7:41 PM, Jeff Johnson  wrote:

> Actually, this is caused by Xcode 4 (still in beta).
>
> See rdar://problem/8295614 Xcode 4 fights with Xcode 3 over
> developmentRegion
>
> -Jeff
>
>
> On Aug 17, 2010, at 1:28 PM, Darin Adler wrote:
>
> > It’s the Xcode team’s fault, caused by people using different versions of
> Xcode. Short term, I don’t know any way to make it go away. Long term it
> will disappear once all contributors are using Xcode 3.2.3 or newer.
> >
> >-- Darin
>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Getting rid of WebCore.xcodeproj developmentRegion diff

2010-08-17 Thread Darin Adler
On Aug 17, 2010, at 11:56 AM, Jeremy Orlow wrote:

> In that case, can we please standardize on the Xcode 3 behavior and ask those 
> using the beta to keep it out manually?

(Not to pick on you Jeremy, you’re just the last one in the thread.)

Standardizing seems a little heavy handed. We’ve survived many previous Xcode 
project changes like this over the years by just letting the change go back and 
forth for a while, and it didn’t cause any problems, just annoyed a few people 
a bit.

-- Darin

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Getting rid of WebCore.xcodeproj developmentRegion diff

2010-08-17 Thread Eric Seidel
I've had two WebCore full rebuilds today which currently I believe
were caused by this diff.  (If that's true, then that too is an XCode
bug.)  I have inconclusive evidence however, and will continue to test
and report back.

-eric

On Tue, Aug 17, 2010 at 2:00 PM, Darin Adler  wrote:
> On Aug 17, 2010, at 11:56 AM, Jeremy Orlow wrote:
>
>> In that case, can we please standardize on the Xcode 3 behavior and ask 
>> those using the beta to keep it out manually?
>
> (Not to pick on you Jeremy, you’re just the last one in the thread.)
>
> Standardizing seems a little heavy handed. We’ve survived many previous Xcode 
> project changes like this over the years by just letting the change go back 
> and forth for a while, and it didn’t cause any problems, just annoyed a few 
> people a bit.
>
>    -- Darin
>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Getting rid of WebCore.xcodeproj developmentRegion diff

2010-08-17 Thread Simon Fraser
No, it's also added by versions of Xcode 3.x (some of which may not have been 
released yet).

Simon

On Aug 17, 2010, at 11:41 AM, Jeff Johnson wrote:

> Actually, this is caused by Xcode 4 (still in beta).
> 
> See rdar://problem/8295614 Xcode 4 fights with Xcode 3 over developmentRegion

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev