clojure-emacs/sayid

Very serious bug in the 0.0.19 and the version extract code not work

zheh12 opened this issue · 2 comments

cbc3546, a quick fix is to use hardcode version.

Well, that's quite weird as cider-nrepl and nREPL use exactly the same code to infer their versions from project.clj. I'm quite puzzled as to why isn't this working properly with sayid. I don't like the proposed quick-fix much, as I wanted to avoid the possibility to forgot to update the version manually, but if noone comes up with a better idea, that'd be fine by me.

It looks like cider-nrepl explicitly includes their project.clj file in the jar here. I haven't had a chance to test adding that to sayid, but it seems like it could be the issue.