c-blake / cligen

Nim library to infer/generate command-line-interfaces / option / argument parsing; Docs at
https://c-blake.github.io/cligen/
ISC License
509 stars 24 forks source link

Broken with devel #84

Closed genotrance closed 5 years ago

genotrance commented 5 years ago

cligen is breaking with devel today.

https://travis-ci.org/genotrance/nimterop/jobs/473465269#L395

genotrance commented 5 years ago

Looks like this broke your code:

https://github.com/nim-lang/Nim/commit/083129286349ba440018cff1ed20172b675b84fe

timotheecour commented 5 years ago

seems to work after this PR: https://github.com/nim-lang/Nim/pull/10131

(please let me know if it doesn't work for you, but it does for me: nimble build works inside nimterop after this PR)

timotheecour commented 5 years ago

@genotrance PR was merged, can you close if it works for you now?

c-blake commented 5 years ago

This works for me. @timotheecour - thanks for the quick fix-up. Closing.