mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
Address code review.
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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: "
|
||||
|
||||
Reference in New Issue
Block a user