Bug 32192

Summary: [check-webkit-style] False positive for camel case of JSC op codes
Product: WebKit Reporter: Adam Barth <abarth>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, levin, mjs, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch abarth: review+

Adam Barth
Reported 2009-12-06 08:44:02 PST
According to <https://bugs.webkit.org/show_bug.cgi?id=32190#c7>, check-webkit-style should have an exception for the camelCase naming rule for JavaScript OP codes. Mjs suggests that we white list variables with the substring "_op_", possibly only in the JavaScriptCore directory.
Attachments
Patch (2.84 KB, patch)
2009-12-07 18:07 PST, David Levin
no flags
Patch (2.84 KB, patch)
2009-12-07 18:09 PST, David Levin
abarth: review+
David Levin
Comment 1 2009-12-07 18:07:53 PST
David Levin
Comment 2 2009-12-07 18:09:18 PST
WebKit Review Bot
Comment 3 2009-12-07 18:11:37 PST
style-queue ran check-webkit-style on attachment 44457 [details] without any errors.
Adam Barth
Comment 4 2009-12-08 10:18:55 PST
Comment on attachment 44457 [details] Patch Thanks!
David Levin
Comment 5 2009-12-08 10:59:02 PST
Note You need to log in before you can comment on or make changes to this bug.