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

REG[5.6.0-5.6.1]Dumpcpp generates invalid Excel header

XMLWordPrintable

    • 7fe90b93e5f29dc2174e2050e31ee03e814be84c (qtactiveqt/5.6, 27.6.2016, 5.6.2)

      Generate excel.ccp and excel.h by dumpccp. Including excel.h cause compilation error.

      Attached headers to compare results. Files are generated from the command prompt:

      dumpcpp.exe {00020813-0000-0000-C000-000000000046} -o excel
      

      Attached example that generates files at building time.

      Regression is caused by the change:
      https://codereview.qt-project.org/#/c/148897/

      Quickly looks like change cause it by deleting all from the left when '::* is used in attribute. Because difference is that first attribute miss the namespace which cause the error:

      Qt 5.6.0:

      inline Excel::Range* Union(Excel::Range* Arg1, Excel::Range* Arg2);
      

      Qt 5.6.1:

      inline Excel::Range* Union(Range* Arg1, Excel::Range* Arg2);
      

        1. QTBUG-54000.zip
          0.8 kB
        2. excel_5.6.1.h
          9.14 MB
        3. excel_5.6.0.h
          9.21 MB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            kleint Friedemann Kleint
            markan Marko Kangas
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes