[Webkit-unassigned] [Bug 77886] KeywordLookupGenerator.py script fails in some cases

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 7 12:26:51 PST 2012


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





--- Comment #7 from Darin Adler <darin at apple.com>  2012-02-07 12:26:50 PST ---
(In reply to comment #6)
> line breaks aren't predictable

Maybe true for the programming world at large, but need not be true for the WebKit project. We can make whatever rule we like about line breaks. There is no good reason for us to support CR or CRLF line breaks in project tools; we should consistently set properties so our source files all use LF line breaks except for the small number of files that may be subject to specific platform requirements on Windows that might require something different.

> After all, we *can* have lines with CR breaks only.

Not a goal for the project.

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