[Webkit-unassigned] [Bug 144959] [CMake] check-webkit-style provides bogus explanation for alphabetical sorting error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 1 06:25:00 PDT 2015


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

Csaba Osztrogonác <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ossy at webkit.org

--- Comment #2 from Csaba Osztrogonác <ossy at webkit.org> ---
$ Tools/Scripts/check-webkit-style Source/WebCore/PlatformEfl.cmake

ERROR: Source/WebCore/PlatformEfl.cmake:366:  Alphabetical sorting problem. "platform/efl/PlatformSpeechSynthesisProviderEfl.cpp" should be before "platform/efl/PlatformSpeechSynthesizerEfl.cpp".  [list/order] [5]
ERROR: Source/WebCore/PlatformEfl.cmake:378:  There should be exactly one empty line instead of 0 between "crypto/SubtleCrypto.cpp" and "crypto/algorithms/CryptoAlgorithmAES_CBC.cpp".  [list/emptyline] [5]
ERROR: Source/WebCore/PlatformEfl.cmake:383:  Alphabetical sorting problem. "crypto/algorithms/CryptoAlgorithmRSASSA_PKCS1_v1_5.cpp" should be before "crypto/algorithms/CryptoAlgorithmRSA_OAEP.cpp".  [list/order] [5]
ERROR: Source/WebCore/PlatformEfl.cmake:391:  Alphabetical sorting problem. "crypto/gnutls/CryptoAlgorithmAES_CBCGnuTLS.cpp" should be before "crypto/gnutls/CryptoAlgorithmRegistryGnuTLS.cpp".  [list/order] [5]
ERROR: Source/WebCore/PlatformEfl.cmake:396:  Alphabetical sorting problem. "crypto/gnutls/CryptoAlgorithmRSASSA_PKCS1_v1_5GnuTLS.cpp" should be before "crypto/gnutls/CryptoAlgorithmRSA_OAEPGnuTLS.cpp".  [list/order] [5]
Total errors found: 5 in 1 files

But these entries aren't in these lines, but
- 484 instead of 366
- 495 instead of 378
- 501 instead of 383
- 509 instead of 391
- 514 instead of 396

The difference is 118 everywhere, I have no idea why.
Let me check it to try to find where the bug is.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150601/4e340622/attachment.html>


More information about the webkit-unassigned mailing list