babashka / neil

A CLI to add common aliases and features to deps.edn-based projects
MIT License
367 stars 27 forks source link

Error when running `neil --version` on versions `>=0.1.58` #181

Closed rads closed 1 year ago

rads commented 1 year ago
$ bbin install io.github.babashka/neil --git/tag v0.1.57
{:coords
 {:git/url "https://github.com/babashka/neil.git",
  :git/tag "v0.1.57",
  :git/sha "350c7ce94060bb0a6e57b32d35c37d9b17d88970"},
 :lib io.github.babashka/neil}

$ neil --version
neil 0.1.57

$ bbin install io.github.babashka/neil --git/tag v0.1.58
{:coords
 {:git/url "https://github.com/babashka/neil.git",
  :git/tag "v0.1.58",
  :git/sha "375029b25bbaab21b04951b4bcd20fff628c9569"},
 :lib io.github.babashka/neil}

$ neil --version
----- Error --------------------------------------------------------------------
Type:     clojure.lang.ExceptionInfo
Message:  Coerce failure: cannot transform (implicit) true to string
borkdude commented 1 year ago

Thanks for reporting, fixed on main