Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-103453

qmllint: add fixed warning ids

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Fixed
    • Icon: P3: Somewhat important P3: Somewhat important
    • 6.5.0 Beta1
    • 6.2, 6.3, 6.4
    • QML: Tooling

      Currently our warnings are rather free-form. We should consider giving them ids (either numbers or names):

      The advantage would be that they

      1. allow you to
        have a table with more details like https://doc.qt.io/qtcreator/creator-checking-code-syntax.html#javascript-and-qml-error-codes,
      2. can be parsed in an IDE if you add them as a special JSON field
        and lastly,
      3. would even allow some dedicated pages like doc.qt.io/qmllint/issues/<ID> with a description of the issue and a recommended way how to fix them (basically, a better version of 1)

       

       

      For prior art, see https://doc.rust-lang.org/error-index.html for how Rust does it

        For Gerrit Dashboard: QTBUG-103453
        # Subject Branch Project Status CR V

            max.goldstein Maximilian Goldstein
            fabiankosmale Fabian Kosmale
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes