[Webkit-unassigned] [Bug 27079] sort-Xcode-project-file should sort case-insensitively, to match Xcode's files list

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


https://bugs.webkit.org/show_bug.cgi?id=27079


Adam Roben (aroben) <aroben at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #32563|                            |review?
               Flag|                            |




--- Comment #1 from Adam Roben (aroben) <aroben at apple.com>  2009-07-10 11:13:10 PDT ---
Created an attachment (id=32563)
 --> (https://bugs.webkit.org/attachment.cgi?id=32563)
        Use case-insensitive comparisons when sorting Xcode project files


        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(-)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list