[Webkit-unassigned] [Bug 247095] New: Style Checker error thinking an array literal is a capture list.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 26 15:41:58 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=247095
Bug ID: 247095
Summary: Style Checker error thinking an array literal is a
capture list.
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: megan_gardner at apple.com
Errors from the style checker:
ERROR: Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:10115: Extra space in capture list. [whitespace/brackets] [4]
ERROR: Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:10116: Extra space in capture list. [whitespace/brackets] [4]
The lines in question:
[_pencilHoverGestureRecognizer setAllowedTouchTypes:@[ @(UITouchTypePencil)] ];
[_mouseGestureRecognizer setAllowedTouchTypes:@[ @(UITouchTypeDirect), @(UITouchTypeIndirectPointer)] ];
This should not trigger the style checker as a failure.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221026/b3053bde/attachment.htm>
More information about the webkit-unassigned
mailing list