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

Print qdoc warnings on stderr instead of stdout

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Out of scope
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 6.9.1
    • Build tools: qdoc
    • None

      Consider printing all qdoc warnings on the std::error stream, instead of the std::out stream.

      Benefits

      • Matches expectations: C++ compilers, python interpreters ... commonly print warnings on stderr, alongside error messages.
      • Allows filtering: When launching qdoc through a build system, the stdout output usually contains information about the build step. Printing qdoc warnings on stderr allows for easier splitting of the build system output from the qdoc output.

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

            qtbuildsystem Qt Build System Team
            kkohne Kai Köhne
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes