nim-works/nimskull

`--listCmd:on` no longer works

Open

#1,514 opened on Apr 13, 2025

 (0 comments) (0 reactions) (0 assignees)Nim (39 forks)auto 404
bugcompiler/msgsgood first issue

Repository metrics

Stars
 (346 stars)
PR merge metrics
 (PR metrics pending)

Description

Example

# empty file

Actual Output

$ nim c -f --listCmd:on test.nim
........................................................
Hint: gc: orc; opt: none (DEBUG BUILD, `-d: release` generates faster code);  14922 lines; 0.428s; 23.086MiB peakmem; proj: test.nim; out: test [SuccessX]

Expected Output

........................................................
Hint: gc: orc; opt: none (DEBUG BUILD, `-d: release` generates faster code);  14922 lines; 0.428s; 23.086MiB peakmem; proj: test.nim; out: test [SuccessX]
<gcc invocations here>

Contributor guide