[Webkit-unassigned] [Bug 61106] New: check-webkit-style false positive for alphabetical sorting problem
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 18 19:24:21 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=61106
Summary: check-webkit-style false positive for alphabetical
sorting problem
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Minor
Priority: P4
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: philippe.beauchamp at gmail.com
CC: dglazkov at chromium.org
Style error is false positive for alphabetical sorting problem.
This will flag a style error:
#include "HitTestResult.h"
#include "HTMLFormElement.h"
^
This will not flag a style error:
#include "HTMLPlugInImageElement.h"
#include "HistoryItem.h"
#include "HitTestResult.h"
#include "KURL.h"
Lines must be compared in lower case:
if previous_header_type == _OTHER_HEADER and previous_line.strip().lower() > line.strip().lower():
--
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