binhonglee / coco

Code coverage for Nim lang (CLI + library)
MIT License
46 stars 3 forks source link

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

Closed timotheecour closed 5 years ago

timotheecour commented 5 years ago

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 ...

samuelroy commented 5 years ago

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