Fork me on GitHub
#clojure-dev
<
2018-09-13
>
seancorfield05:09:31

tools.cli now requires Clojure 1.8.0 to build, has been updated but some sort of "bump" is needed for that to take effect, right? @alexmiller

seancorfield06:09:19

(this is version 0.4.0 which brings complete parity between clj/cljs by switching to .cljc files and also dropping the Leiningen / dalap testing stuff and switching to clj/`deps.edn`)

seancorfield06:09:12

@mfikes Thank you for your help in #clojurescript regarding tools.cli!

mfikes11:09:48

No problem. At some point, if there is interest I'd like to supply a patch making it easy to ensure that tools.cli is testable for self-hosted environments. (Either the way test.check works, or with later approaches like tach or doo's support for selfhosted. or perhaps some new deps.edn based self-host testing approach.)

mfikes11:09:26

Oh, maybe we are already getting that for free, as tools.cli uses olical/cljs-test-runner which is based on doo which has self-hosted support on master. 🙂

seancorfield14:09:44

Thanks @alexmiller ! I was pleasantly surprised at how slick the whole cljs thing went with that test runner @mfikes -- let's you test with doo by default and also with phantomjs via a command line switch, as I understand it.

richiardiandrea15:09:41

Using the olical tool myself, pretty slick, thanks a lot to the maintainer 😄 Thanks Sean for the generator change will try it these days here at work