Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
6.9
-
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.