docopt / docopt.nim

Command line arguments parser that will make you smile (port of docopt to Nim)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Most tests failing under Nim v0.11, OS X

boydgreenfield opened this issue · comments

nim compile --run test/test under OS X with Nim v0.11 (installed yesterday), errors with the following message:

Tests passed: 52/164
Error: execution of an external program failed

Notably, I don't see any compiler warnings under v0.10.2 or v0.11 – but it does appear that some breaking change is substantially affecting this module.

Thanks for reporting. It is some recent change, because I've been following devel.

Great thanks @BlaXpirit. Note I opened a PR because the version needs to get bumped in the .nimble file for this to install correctly.

Thanks again. Fixed.

I don't see a pull request though.

@BlaXpirit, yeah that was my bad, oops. Thanks for the fix, though!