[Webkit-unassigned] [Bug 27557] Case-insensitive comparison of include file sorting for cpplint

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 22 13:34:34 PDT 2009


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





--- Comment #9 from Darin Adler <darin at apple.com>  2009-07-22 13:34:34 PDT ---
Why do we sort at all?

One reason is to make it less likely we will end up with duplicate includes.
Another is to ensure we don't get a variety of different "logical" sorting
orders invented by different well-meaning programmers in different source
files.

Case-sensitive vs. case-insensitive is entirely arbitrary, and we chose
case-sensitive long ago. I'd be open to considering a change.

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