binhonglee / coco

Code coverage for Nim lang (CLI + library)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`nimble install` Error: type mismatch: got <nil> but expected 'seq[string]'

timotheecour opened this issue · comments

cligen@0.9.16 fixes this; coco should depend on a more recent version of cligen

commented

It's weird. As I haven't specified any version for Cligen in the nimble file I would expect Nimble to fetch the latest version.

Does it mean that if you already have an old version of Cligen on your system, Nimble doesn't update? (I'm new to Nim)