Nim icon indicating copy to clipboard operation
Nim copied to clipboard

A command line parameter without a name blocks the process of compilation

Open ringabout opened this issue 1 year ago • 1 comments

nim c -r --:anyinput zero.nim freezes the compilation.

image

ringabout avatar Sep 05 '22 16:09 ringabout

-- expects code from the input stream I believe. So 1. it should not allow :values, and 2. it should error when a filename is given to the command.

metagn avatar Sep 06 '22 03:09 metagn