| Summary: | Some JSC Options refactoring and enhancements | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Mark Lam <mark.lam> | ||||
| Component: | JavaScriptCore | Assignee: | Mark Lam <mark.lam> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | benjamin, commit-queue, fpizlo, ggaren, mhahnenb, mmirman, msaboff, oliver | ||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Mark Lam
2015-04-03 13:09:22 PDT
Created attachment 250095 [details]
the patch.
Attachment 250095 [details] did not pass style-queue:
ERROR: Source/JavaScriptCore/runtime/Options.h:324: enum members should use InterCaps with an initial capital letter. [readability/enum_casing] [4]
ERROR: Source/JavaScriptCore/runtime/Options.h:331: enum members should use InterCaps with an initial capital letter. [readability/enum_casing] [4]
ERROR: Source/JavaScriptCore/runtime/Options.h:332: enum members should use InterCaps with an initial capital letter. [readability/enum_casing] [4]
ERROR: Source/JavaScriptCore/runtime/Options.h:333: enum members should use InterCaps with an initial capital letter. [readability/enum_casing] [4]
ERROR: Source/JavaScriptCore/runtime/Options.h:334: enum members should use InterCaps with an initial capital letter. [readability/enum_casing] [4]
ERROR: Source/JavaScriptCore/runtime/Options.h:335: enum members should use InterCaps with an initial capital letter. [readability/enum_casing] [4]
ERROR: Source/JavaScriptCore/runtime/Options.h:336: enum members should use InterCaps with an initial capital letter. [readability/enum_casing] [4]
ERROR: Source/JavaScriptCore/runtime/Options.h:337: enum members should use InterCaps with an initial capital letter. [readability/enum_casing] [4]
Total errors found: 8 in 3 files
If any of these errors are false positives, please file a bug against check-webkit-style.
(In reply to comment #2) > Attachment 250095 [details] did not pass style-queue: FYI, these style violations are intentional and needed to be able to automtically synthesize Options functions via macros. These warning only surfaced because I moved the Options::EntryType enums into the new Options::Type enums. Comment on attachment 250095 [details]
the patch.
Sure, rs=me
Thanks. Landed in r182331: <http://trac.webkit.org/r182331>. |