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

Output from custom commands gets misinterpreted as errors #2

    XMLWordPrintable

Details

    • cf21db02a5d9f2065025d94ee7710623e047a4a2 (qt-creator/qt-creator/master)

    Description

      Related to the closed issue QTCREATORBUG-25617 where most of the invalid error matches were fixed for me.

       

      I tried qt-creator master where a single invalid error match still shows up for me (presumably because the line contains two colons).

       

      Test case which outputs two lines (the first of which was fixed by QTCREATORBUG-25617; the second still incorrectly gets matched):

      cmake_minimum_required(VERSION 3.12)
      
      project(Foo)
      
      add_custom_target(foo ALL
      	${CMAKE_COMMAND} -E echo 
      		"assets by chunk 3.84 MiB (auxiliary name: common) 22 assets"
      	COMMAND ${CMAKE_COMMAND} -E echo 
      		"asset common-d27ac514807c5698b40a-bundle.css 391 KiB [emitted] [immutable] [big] (name: common) (id hint: common) 1 related asset"
      	VERBATIM
      )
      

      Attachments

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

        Activity

          People

            kandeler Christian Kandeler
            ngladitz Nils Gladitz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes