[webkit-reviews] review requested: [Bug 27079] sort-Xcode-project-file should sort case-insensitively, to match Xcode's files list : [Attachment 32563] Use case-insensitive comparisons when sorting Xcode project files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 10 11:13:10 PDT 2009


Adam Roben (aroben) <aroben at apple.com> has asked  for review:
Bug 27079: sort-Xcode-project-file should sort case-insensitively, to match
Xcode's files list
https://bugs.webkit.org/show_bug.cgi?id=27079

Attachment 32563:	  Use case-insensitive comparisons when sorting Xcode
project files
https://bugs.webkit.org/attachment.cgi?id=32563&action=review

------- Additional Comments from Adam Roben (aroben) <aroben at apple.com>

	This matches the sorting used in Xcode's files list.

	Fixes Bug 27079: sort-Xcode-project-file should sort
	case-insensitively, to match Xcode's files list
	<https://bugs.webkit.org/show_bug.cgi?id=27079>

	Reviewed by NOBODY (OOPS!).

	* Scripts/sort-Xcode-project-file:
	(sortChildrenByFileName):
	(sortFilesByFileName):
	Lowercase the strings before comparing them so that the comparison
	will be case-insensitive.
---
 2 files changed, 20 insertions(+), 2 deletions(-)


More information about the webkit-reviews mailing list