binhonglee / coco

Code coverage for Nim lang (CLI + library)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why is coco.nim executable? ls shows: -rwxr-xr-x

timotheecour opened this issue · comments

and running it shows something weird too:

./coco.nim

Version: ImageMagick 7.0.8-12 Q16 x86_64 2018-10-03 https://imagemagick.org
Copyright: © 1999-2018 ImageMagick Studio LLC
...

commented

At some point I made a typo in nimble with bin = ["coco.nim"] instead of bin = ["coco"]. Maybe it comes from that.

On my side, trying to execute coco.nim shows this. Not as weird as you.
image