[Webkit-unassigned] [Bug 219092] check-webkit-style should require spaces around the equal sign for Objective-C @synthesize

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 18 10:06:09 PST 2020


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

--- Comment #4 from Wenson Hsieh <wenson_hsieh at apple.com> ---
(In reply to Wenson Hsieh from comment #3)
> Comment on attachment 414455 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=414455&action=review
> 
> > Tools/Scripts/webkitpy/style/checkers/cpp_unittest.py:2109
> > +        self.assert_lint('@synthesize a=b;', 'Should have spaces around = in property synthesis.  [whitespace/property] [4]')
> 
> It looks like there are currently about 90 instances of `@synthesize
> foo=bar` in the WebKit stack — we should probably update these if we're
> changing the style rules for synthesized properties.

(...but I suppose this could be done separately)

-- 
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/20201118/7e3dc70d/attachment.htm>


More information about the webkit-unassigned mailing list