Address code review.

This commit is contained in:
Charles Blake
2021-04-27 18:24:50 -04:00
parent 62362bcad1
commit db45642311
2 changed files with 2 additions and 4 deletions

View File

@@ -144,7 +144,7 @@ const
hintSuccess: "operation successful: $#",
# keep in sync with `testament.isSuccess`
hintSuccessX: "$loc lines; ${sec}s; $mem; proj: $project; out: $output",
hintBuildMode: "$build",
hintBuildMode: "$1",
hintCC: "CC: $1",
hintLineTooLong: "line too long",
hintXDeclaredButNotUsed: "'$1' is declared but not used",

View File

@@ -409,9 +409,7 @@ proc mainCommand*(graph: ModuleGraph) =
"project", project,
"output", output,
])
rawMessage(conf, hintBuildMode, [
"build", build,
])
rawMessage(conf, hintBuildMode, build)
when PrintRopeCacheStats:
echo "rope cache stats: "