status-im / nim-confutils

Simplified handling of command line options and config files
Apache License 2.0
63 stars 16 forks source link

Unable to get library to work and tests fail with a freshly cloned repo. #102

Closed recover-sanity closed 6 months ago

recover-sanity commented 6 months ago

As per the title when using either the latest Nim stable version (2.0.2) or the lastest devel installed via choosenim attempting to run the tests with nimble test or trying to compile the example in the README I get

/tmp/nim-confutils/confutils.nim(862, 1) template/generic instantiation from here
/tmp/nim-confutils/confutils.nim(868, 40) Error: newLitFixed cmdInfo can raise an unlisted exception: Exception

I'm not sure what's going on here as I'm brand new to Nim and any assistance would be great.

recover-sanity commented 6 months ago

Closing issue as I've lost interest in Nim and thus this library.