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

qmlformat: performWriteOutChecks fails when IndentingLineWriter is used

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • 6.11
    • 6.9
    • QML: Tooling
    • None

    Description

      To reproduce:

      enable checks for max column width

          if (options.forceEnabled() || options.isMaxColumnWidthSet() || code.size() > 32000
              || fileItem.internalKind() == DomType::JsFile) {
              checks = WriteOutCheck::None;
          }
      

      change the line writer of CheckStability lambda with

              auto lineWriter = createLineWriter([](QStringView) {}, ow.lineWriter.fileName(),
                                                 ow.lineWriter.options());
              OutWriter ow2(*lineWriter);
      

      and remove

      then domCompare() fails.

      To hit this, run qmlformat -W 80 qmlfile.

      Attachments

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

        Activity

          People

            qtqmlteam Qt Qml Team User
            semih.yavuz Semih Yavuz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes