We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
due to warnings
dump-logs: warning
1 parent 868b072 commit 11406e5Copy full SHA for 11406e5
ChangeLog.md
@@ -14,6 +14,9 @@ Other enhancements:
14
15
Bug fixes:
16
17
+* Restore message suffix `due to warnings` with `dump-logs: warning` (broken
18
+ with Stack 2.11.1).
19
+
20
## v2.13.0.1 (release candidate) - 2023-09-16
21
22
Release notes:
src/Stack/Build/Execute.hs
@@ -578,7 +578,7 @@ withExecuteEnv bopts boptsCli baseConfigOpts locals globalPackages snapshotPacka
578
fillSep
579
( ( fillSep
580
( flow "Dumping log file"
581
- : [ flow msgSuffix | L.null msgSuffix ]
+ : [ flow msgSuffix | not (L.null msgSuffix) ]
582
)
583
<> ":"
584
0 commit comments