c-blake / cligen

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

cligen breaks on 0.20.2 #136

Closed genotrance closed 4 years ago

genotrance commented 4 years ago
/home/user/.nimble/pkgs/cligen-0.9.44/cligen.nim(1, 29) Error: invalid pragma: warning[UnusedImport]: off

Works on 1.0.x onwards, appreciate a version check to maintain compatibility with 0.20.2.

c-blake commented 4 years ago

Sorry. Works back to 0.19.2 again. That import warning itself came from cross-compat with gc:arc mode. An ever more tangled web we weave... ;-) Do you need me to punch a new release number or can you use cligen#head?

genotrance commented 4 years ago

A release will be ideal.

c-blake commented 4 years ago

Done. Let me know if you run into any other problems.