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

strict/warning mode for QML development

    XMLWordPrintable

Details

    Description

      It would help development to have a bunch of extra compile time checks and warnings for behaviour which is not necessarily wrong (and therefore wouldn't normally spit out warnings), but which might indicate coding errors, like using ints in enum types or the wrong enums. Or using undefined functions/variables (which is valid JS but often just means a misspelling).

      This would probably be a configuration option on the engine, only available in debug builds, so it doesn't affect performance (a lot of these checks are far too heavy to do at runtime).

      Attachments

        Issue Links

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

          Activity

            People

              qtqmlteam Qt Qml Team User
              aalpert Alan Alpert
              Votes:
              7 Vote for this issue
              Watchers:
              15 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes