nim-lang / Nim

Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
https://nim-lang.org
Other
16.54k stars 1.47k forks source link

`./koch tests --dryrun` to list what commands would be run #9876

Closed timotheecour closed 5 years ago

timotheecour commented 5 years ago

in light of https://github.com/nim-lang/Nim/issues/9328 , I think we really need a ./koch tests --dryrun to print out what tests would actually be run (note, waiting for tests to complete as a workaround is too time consuming when all we want is check what tests are being run or whether a tests will be run)

timotheecour commented 5 years ago

implemented in https://github.com/nim-lang/Nim/pull/10044 using --simulate : eg:

./koch tests --simulate all
nim c -r testament/tester --simulate pcat openarray