Getting rid of WebCore.xcodeproj developmentRegion diff
Hi all, After a mini-b*tchfest on #webkit, Eric suggested I take it to the mailing lists :) It seems that we have this annoying little diff thrashing around in WebCore/WebCore.xcodeproj/project.pbxproj: http://trac.webkit.org/changeset/65520/trunk/WebCore/WebCore.xcodeproj/proje... http://trac.webkit.org/changeset/65468/trunk/WebCore/WebCore.xcodeproj/proje... http://trac.webkit.org/changeset/65349/trunk/WebCore/WebCore.xcodeproj/proje... http://trac.webkit.org/changeset/65344/trunk/WebCore/WebCore.xcodeproj/proje... ... Do you guys know of the cause of this and how we can make it go away? :DG<
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
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 <darin@apple.com> 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
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
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 <opendarwin@lapcatsoftware.com> 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
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 <opendarwin@lapcatsoftware.com
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
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
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 <darin@apple.com> 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
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
participants (7)
-
Darin Adler
-
Dimitri Glazkov
-
Eric Seidel
-
Jeff Johnson
-
Jeremy Orlow
-
Simon Fraser
-
Tony Gentilcore