lynaghk / cljx

Write a portable codebase targeting Clojure/ClojureScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0.5.0 release

cemerick opened this issue · comments

Hi @lynaghk

I've settled master such that it's ready for an 0.5.0 release. All that remains is for you to:

  • lein do clean, deploy clojars
  • tweak the README to refer to 0.5.0

I pushed off the more ambitious stuff that was slated for 0.5.0 to 0.6.0 so that the pending :prep-tasks fix and cljx auto enhancement can get out there.

Thanks!

Happy to cut a release @cemerick. Unfortunately, there seems to be a failing test; from a fresh clone of c3633:

kevin@nu:~/software/cljx$ lein test

lein test cljx.test


lein test :only cljx.test/verify-cljx-output

FAIL in (verify-cljx-output) (test.clj:8)
expected: (zero? (.waitFor proc))
  actual: (not (zero? 2))

Ran 1 tests containing 1 assertions.
1 failures, 0 errors.
Tests failed.
Tests failed.

I don't have bandwidth to debug this until Wednesday, but could cut a release before then if someone can fix.

Use lein cleantest; the alias sets things up so that cljx has itself as a plugin during the test.

I don't know why you even keep me around anymore, Chas = )

Thanks for all of your hard work on cljx.

v0.5.0 signed and released to Clojars.

Thanks for the assist :-D