D9137: Highlighting Indexer: Check keyword lists

Dominik Haumann noreply at phabricator.kde.org
Sun Dec 3 15:00:12 UTC 2017


dhaumann created this revision.
dhaumann added a reviewer: vkrause.
Restricted Application added a project: Frameworks.
Restricted Application added a subscriber: Frameworks.

REVISION SUMMARY
  This check includes:
  
  - warn about duplicate keyword list
  - warn about missing keyword list
  - warn about unused keyword list
  
  Duplicate keyword lists:
  KeywordChecker::check: "asp.xml" Reference of non-existing keyword list: QSet("Others")
  KeywordChecker::check: "euphoria.xml" Reference of non-existing keyword list: QSet("attention")
  KeywordChecker::check: "freebasic.xml" Reference of non-existing keyword list: QSet("attention")
  KeywordChecker::check: "mason.xml" Reference of non-existing keyword list: QSet("types")
  KeywordChecker::check: "metafont.xml" Reference of non-existing keyword list: QSet("mfStatement")
  KeywordChecker::check: "nagios.xml" Reference of non-existing keyword list: QSet("Keywords")
  KeywordChecker::check: "purebasic.xml" Reference of non-existing keyword list: QSet("attention")
  KeywordChecker::check: "qml.xml" Reference of non-existing keyword list: QSet("keywords")
  KeywordChecker::check: "stata.xml" Reference of non-existing keyword list: QSet("types")
  KeywordChecker::check: "template-toolkit.xml" Reference of non-existing keyword list: QSet("functions", "Others")
  
  Unused keyword lists:
  KeywordChecker::check: "ample.xml" Unused keyword lists: QSet("sgfct", "dvafct", "icprops")
  KeywordChecker::check: "ansforth94.xml" Unused keyword lists: QSet("attention")
  KeywordChecker::check: "css.xml" Unused keyword lists: QSet("mediatypes_op")
  KeywordChecker::check: "dosbat.xml" Unused keyword lists: QSet("not", "else")
  KeywordChecker::check: "fsharp.xml" Unused keyword lists: QSet("symbols")
  KeywordChecker::check: "ilerpg.xml" Unused keyword lists: QSet("pkeywords", "evalopcodes8")
  KeywordChecker::check: "pango.xml" Unused keyword lists: QSet("plain_attributes", "int_attributes", "tags", "endtags", "color_attributes")
  KeywordChecker::check: "pony.xml" Unused keyword lists: QSet("literal", "types")
  KeywordChecker::check: "powershell.xml" Unused keyword lists: QSet("attributes", "operators")
  KeywordChecker::check: "prolog.xml" Unused keyword lists: QSet("directives non-ISO", "lists ISO", "streams deprecated", "lists non-ISO", "listing non-ISO", "terms non-ISO", "list+is_list non-ISO")
  KeywordChecker::check: "scss.xml" Unused keyword lists: QSet("mediatypes_op")
  KeywordChecker::check: "vhdl.xml" Unused keyword lists: QSet("forOrWhile", "directions")
  KeywordChecker::check: "xonotic-console.xml" Unused keyword lists: QSet("Aliases")
  KeywordChecker::check: "/home/dh/kde/kf5/build/frameworks/syntax-highlighting/data/css-php.xml" Unused keyword lists: QSet("mediatypes_op")

TEST PLAN
  make && make test

REPOSITORY
  R216 Syntax Highlighting

BRANCH
  KeywordChecker (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D9137

AFFECTED FILES
  src/indexer/katehighlightingindexer.cpp

To: dhaumann, vkrause
Cc: #frameworks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20171203/421fb280/attachment.html>


More information about the Kde-frameworks-devel mailing list