Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-28720

qmlsc AND qmllint output don't appear in the "Issues" pane for most kits

    XMLWordPrintable

Details

    • Linux/X11, macOS, Windows
    • 114c92acb (11.0)

    Description

      QML tooling produces errors/warnings to help users improve their code. However, these errors/warnings seem to only be easily accessible on MSVC kits.

       

      Code

      import QtQuick
      import QtQuick.Controls
      
      Window {
          width: 640
          height: 480
          visible: true
      
          Item {
              property string foo
              Item {
                  property string bar: foo
              }
          }
      }
      
      

       

      Expected Outcomes (MSVC only)

      Useful output in the Issues pane, highlighted errors/warnings in the Compile Output pane:

       

      Actual Outcomes (MinGW and non-Windows platforms)
      Nothing in the Issues pane, errors/warnings that blend into the noisy background in the Compile Output pane:


       

      Observations

      The lack of highlighting suggests that the outputs are not considered errors/warnings, which probably explains why they don't show up in the "Issues" pane

      Attachments

        Issue Links

          For Gerrit Dashboard: QTCREATORBUG-28720
          # Subject Branch Project Status CR V

          Activity

            People

              semih.yavuz Semih Yavuz
              skoh-qt Sze Howe Koh
              Votes:
              2 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes