[Webkit-unassigned] [Bug 65375] Style checker should flag usage of 'unsigned int'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 17 15:36:39 PST 2011


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


Julien Chaffraix <jchaffraix at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |jchaffraix at webkit.org
     Ever Confirmed|0                           |1




--- Comment #4 from Julien Chaffraix <jchaffraix at webkit.org>  2011-11-17 15:36:39 PST ---
FYI, I did some very simple grepping to see our usage. Here are the results for Source/WebCore/

$ grep -R "unsigned " .|grep -v "unsigned short"|grep -v "unsigned int"|grep -v "unsigned char"|grep -v "unsigned long"|grep -v ChangeLog|wc -l

5085

$ grep -R "unsigned int" .|grep -v ChangeLog|wc -l

877

Those expressions are very rough but it still looks like it is a fairly wide-spread unwritten rule.

-- 
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