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

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

      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

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes